

.admin01 {
	padding: 60px 0 60px 0 !important;
	position: relative;
	background: #fff;
}
.admin01 h2 {
	background: #e9be54;
	padding: 10px 20px;
	font-size: 2rem;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	position: relative;
	margin-bottom: 40px;
	border-radius: 6px;
	box-sizing: border-box;
}

.admin01 .guide01 {
	background: #f2f0f0;
	padding: 40px;
	font-size: 1.5rem;
}
.admin01 .guide01 a {
	color: #a97cb6;
}
.admin01 .block {
	margin-bottom: 60px;
}
.gudeline .block h3 {
	display: flex;
	font-size: 2rem;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.gudeline .block h3 .no {
	background: #a97cb6;
	text-align: center;
	color:#fff;
	padding: 10px 20px;
	border-radius: 6px;
	margin-right: 20px;
}
.gudeline .block h3 .title {
	 display: flex;
  justify-content: center;
  align-items: center;
}
.gudeline .block p {
	font-size: 1.5rem;
	line-height: 2;
}


.check_item  {
	margin-bottom: 30px;
}


.check_item .check {
  display: none;
  
  &:checked {
    + label {
      &:after {
        opacity: 1;
      }
    }
  }
}



.check_item label {
  position: relative;
  padding-left: 45px;
  font-family: 'Lato', sans-serif;
  font-size: 2.4rem;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
	  
  }
  &:before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -5px;
    left: 11px;
    width: 10px;
    height: 22px;
    border-bottom: 4px solid #4dc1da;
    border-right: 4px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}


.admin-navigation {
	
}

.admin-navigation .buttonbox {
	display: flex;
	justify-content: center;
	padding: 15px 0;
}
.admin-navigation .buttonbox li {
	width:300px;
	text-align: center;
	margin: 0 10px;
}

.admin-navigation .button-clear {
	background: #fff;
	border-radius: 40px;
	border: 1px solid #434343;
}
.admin-navigation .button-clear i {
	color: #4dc1da;
	margin-right: 10px;
}
.admin-navigation .button-go {
	background: #e9be54;
	border-radius: 40px;
	border: 1px solid #ffc737;
}
.admin-navigation .button-clear a {
	display: block;
	padding: 10px;
	position: relative;
}
.admin-navigation .button-clear a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon09.png") no-repeat;
	background-position:  center left;
  background-size: 20px;
	top:16px;
  left: 20px;
	margin-right: 10px;
  position: absolute;
}

.admin-navigation .button-go a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.admin-navigation .button-go a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:16px;
  right: 10px;
	margin-right: 10px;
  position: absolute;
}




@media screen and (max-width: 834px) {
.admin01 {
	padding: 30px 0 30px 0 !important;
	position: relative;
	background: #fff;
}
.admin01 h2 {
	padding: 10px 20px;
	font-size: 1.7rem;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	border-radius: 4px;
}

.admin01 .guide01 {
	background: #f2f0f0;
	padding: 15px;
	font-size: 1.3rem;
	line-height: 1.8;
}
.admin01 .block {
	margin-bottom: 30px;
}
.gudeline .block h3 {
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.gudeline .block h3 .no {

	text-align: center;
	color:#fff;
	padding: 5px 15px;
	border-radius: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
}
.gudeline .block h3 .title {
	 display: flex;
  justify-content: center;
  align-items: center;
}
.gudeline .block p {
	font-size: 1.3rem;
	line-height: 1.8;
}


.check_item  {
	margin-bottom: 20px;
}


.check_item .check {
  display: none;
  
  &:checked {
    + label {
      &:after {
        opacity: 1;
      }
    }
  }
}



.check_item label {
  position: relative;
  padding-left: 45px;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
	  
  }
  &:before {
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 25px;
    height: 25px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -5px;
    left: 10px;
    width: 6px;
    height: 18px;
    border-bottom: 4px solid #4dc1da;
    border-right: 4px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}


.admin-navigation {
	
}

.admin-navigation .buttonbox {
	display: flex;
	justify-content: center;
	padding: 15px 0;
}
.admin-navigation .buttonbox li {
	width:90%;
	text-align: center;
	margin: 0 5px;
	font-size: 1.2rem;
}

.admin-navigation .button-clear {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #434343;
}
.admin-navigation .button-clear i {
	color: #4dc1da;
	margin-right: 10px;
}
.admin-navigation .button-go {
	background: #e9be54;
	border-radius: 6px;
	border: 1px solid #ffc737;
}
.admin-navigation .button-clear a {
	display: block;
	padding: 10px;
	position: relative;
}
.admin-navigation .button-clear a:after {
	content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background:url("../../images/top/icon09.png") no-repeat;
	background-position:  center left;
  background-size: 15px;
	top:17px;
  left: 10px;
	margin-right: 10px;
  position: absolute;
}

.admin-navigation .button-go a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.admin-navigation .button-go a:after {
	content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 15px;
	top:16px;
  right: 0px;
	margin-right: 10px;
  position: absolute;
}
}



/* --------------------------　 求人情報の登録　-------------------------- */

.clinic-regist .block h3 {
	background: #f7f4ec;
	border-top: 4px solid #e9be54;
	display: flex;
	padding: 10px 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
font-size: 1.8rem;
}
.clinic-regist .block h3 .no {
	margin-right: 10px;
	font-size: 1.8rem;
}
.clinic-regist .block h3 .no span {
	margin-right: 20px;
	display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #a97cb6;
  text-align:center;
  line-height: 40px;
	color:#fff;
}
.clinic-regist .block h3 .title {
	font-size: 2rem;
	 display: flex;
  justify-content: center;
  align-items: center;
	
}


.regist_check,
.regist_check02 {
	
}


.regist_check .check {
  display: none;
  
  &:checked {
    + label {
      &:after {
        opacity: 1;
      }
    }
  }
}

.regist_check02 .check {
  display: none;
  
  &:checked {
    + label {
      &:after {
        opacity: 1;
      }
    }
  }
}



.regist_check label {
  position: relative;
  padding-left: 35px;
  font-family: 'Lato', sans-serif;
  font-size: 1.7rem;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
	  
  }
  &:before {
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -10px;
    left: 11px;
    width: 8px;
    height: 22px;
    border-bottom: 4px solid #4dc1da;
    border-right: 4px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}

.regist_check02 label {
  position: relative;
  padding-left: 35px;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
	  
  }
  &:before {
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -10px;
    left: 11px;
    width: 8px;
    height: 22px;
    border-bottom: 4px solid #4dc1da;
    border-right: 4px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}


.line-block {
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.regist_check ul {
	display: flex;
	flex-wrap: wrap;
}
.regist_check ul li {
	width: 24%;
	margin-bottom: 10px;
}

.regist_check02 ul {
	display: flex;
	flex-wrap: wrap;
}
.regist_check02 ul li {
	width: 48%;
	margin-bottom: 10px;
}



.clinic-regist .block h4 {
	font-size: 1.8rem;
	margin-bottom: 10px;
	color:#a97cb6;
}

.regist_input01 {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 15px 15px;
	font-size: 1.7rem;
	width: 100%;
	box-sizing: border-box;
}
.regist_input02 {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 15px 15px;
	font-size: 1.7rem;
	width: 50%;
	box-sizing: border-box;
}
.regist_textarea01 {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 15px 15px;
	font-size: 1.7rem;
	width: 100%;
	box-sizing: border-box;
}
.text-count {
	text-align: right;
	font-size: 1.4rem;
}


table.regist-table {
    width: 100%;
    border-spacing: 0;
}

table.regist-table th {
    padding:20px;
    font-weight: bold;
    text-align: left;
	width: 30%;
	vertical-align: middle;
	font-size: 1.7rem;
	position: relative;
}
table.regist-table td {
    padding: 20px;
     text-align: left;
}
table.regist-table tr:nth-child(even)  {
	background: #f7f8f8;
}
.clinic-regist .cation {
	font-size: 1.3rem;
	text-align: left;
	margin-top: 5px;
}

.radio-001 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio-001 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio-001 label::before,
.radio-001 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio-001 label::before {
    width: 18px;
    height: 18px;
    background-color: #f4edf7;
}

.radio-001 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #884f9c;
    animation: anim-radio-001 .3s linear;
}

@keyframes anim-radio-001 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #2589d033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-001 input {
    display: none;
}

.clinic-regist .upimage {
	margin: 10px 0;
	width: 500px;
	position: relative;
}
.clinic-regist .upimage img {
	width: 100%;
	height: auto;
}

.img_delete {
	position: absolute;
	background: #222;
	text-align: center;
	font-size: 1.3rem;
	bottom:0;
	right:0;
}
.img_delete a {
	display: block;
	padding: 5px 10px;
	color:#fff;
}

.richcheck  {
	margin-top: 10px;
}


.richcheck .check {
  display: none;
  
  &:checked {
    + label {
      &:after {
        opacity: 1;
      }
    }
  }
}



.richcheck label {
  position: relative;
  padding-left: 35px;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
	  
  }
  &:before {
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -10px;
    left: 11px;
    width: 8px;
    height: 22px;
    border-bottom: 4px solid #4dc1da;
    border-right: 4px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}


.selectbox-001 {
    position: relative;
}

.selectbox-001::before,
.selectbox-001::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-001::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;
    background-color: #a97cb6;
}

.selectbox-001::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-001 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #f4f0f6;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-001 select:focus {
    outline: 1px solid #efe3f2;
}
.calender_form {
	position: relative;
	display: inline-block;
}


.ad-type {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.ad-type li {
	background: #f7f4ec;
	border: 1px solid #f5eedc;
	padding: 30px;
	width: 48.5%;
	box-sizing: border-box;
}
.ad-type li .title {
	display: flex;
}
.ad-type li .title .icon {
	width: 80px;
	margin-right: 10px;
}
.ad-type li .title .icon img {
	width: 100%;
	height: auto;
}
.ad-type li .title .text h5 {
	font-size: 1.6rem
}
.ad-type li .title .text p {
	font-size: 1.3rem
}

.typeimg {
	width: 270px;
	margin: auto;
}
.typeimg img {
	width: 100%;
	hyphens: auto;
}

.pplink {
	text-align: center;
	font-size: 1.4rem;
	margin: 40px 0;
}
.pplink a {
	text-decoration: underline;
}

.admin-confirmation {
	width: 400px;
	margin: auto;
}

.admin-confirmation .button-confirmation {
	background: #e9be54;
	border-radius: 40px;
	border: 1px solid #ffc737;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 40px;
}
.admin-confirmation .button-confirmation a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.admin-confirmation .button-confirmation a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:25px;
  right: 10px;
	margin-right: 10px;
  position: absolute;
}
.admin-confirmation .button-confirmation span {
	font-size: 1.3rem;
}

.save {
	background: #f8f4fa;
	border: 3px solid #a97cb6;
	width: 200px;
	margin: auto;
	text-align: center;
	font-size: 1.5rem;
}
.save a {
	display: block;
	padding: 10px;
}
.save i {
	color:#a97cb6;
}

.side_save { 
	
	 writing-mode: vertical-rl;
position: fixed;
	text-align: center;
top: 200px;
right: 15px;
	line-height: 1.4;
	background: #f8f4fa;
	border: 3px solid #a97cb6;
	font-size: 1.5rem;
	text-align: left;
	width: 60px;
	
}
.side_save a {
	display: block;
	padding: 15px 10px;
	width: 20px;
}
.side_save span {
	font-size: 1rem;
}

.side_save i {
	color:#a97cb6;
	margin-bottom: 5px;
}


@media screen and (max-width: 834px) {
	

/* --------------------------　 求人情報の登録　-------------------------- */

.clinic-regist .block h3 {


	display: flex;
	padding: 10px 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
font-size: 1.6rem;
}
.clinic-regist .block h3 .no {
	margin-right: 10px;
	font-size: 1.4rem;
}
.clinic-regist .block h3 .no span {
	margin-right: 0px;
	display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align:center;
  line-height: 30px;
	color:#fff;
}
.clinic-regist .block h3 .title {
	font-size: 1.6rem;
	 display: flex;
  justify-content: center;
  align-items: center;
	
}


.regist_check  {
	
}
.regist_check02  {
	
}



.regist_check .check {
  display: none;
  
  &:checked {
    + label {
      &:after {
        opacity: 1;
      }
    }
  }
}
.regist_check .check02 {
  display: none;
  
  &:checked {
    + label {
      &:after {
        opacity: 1;
      }
    }
  }
}



.regist_check label {
  position: relative;
  padding-left: 25px;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;  
  }
  &:before {
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -5px;
    left: 7px;
    width: 6px;
    height: 15px;
    border-bottom: 3px solid #4dc1da;
    border-right: 3px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}
	
.regist_check02 label {
  position: relative;
  padding-left: 25px;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;  
  }
  &:before {
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -5px;
    left: 7px;
    width: 6px;
    height: 15px;
    border-bottom: 3px solid #4dc1da;
    border-right: 3px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}


.line-block {
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.regist_check ul {
	display: flex;
	flex-wrap: wrap;
}
.regist_check ul li {
	width: 100%;
	margin-bottom: 0px;
}
.regist_check02 ul {
	display: flex;
	flex-wrap: wrap;
}
.regist_check02 ul li {
	width: 100%;
	margin-bottom: 5px;
}


.clinic-regist .block h4 {
	font-size: 1.5rem;
	margin-bottom: 10px;
	color:#a97cb6;
}

.regist_input01 {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 10px 10px;
	font-size: 1.4rem;
	width: 100%;
	box-sizing: border-box;
}
.regist_textarea01 {
	border: 1px solid #d2d2d2;
	border-radius: 6px;
	padding: 10px 10px;
	font-size: 1.4rem;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.text-count {
	text-align: right;
	font-size: 1.2rem;
}


table.regist-table {
    width: 100%;
    border-spacing: 0;
}

table.regist-table th {
    padding: 10px 10px 5px 10px;
    font-weight: bold;
    text-align: left;
	width: 100%;
	vertical-align: middle;
	font-size: 1.4rem;
	box-sizing: border-box;
	display: block;
}
table.regist-table td {
	box-sizing: border-box;
	display: block;
   padding: 5px 10px 15px 10px;
     text-align: left;
	font-size: 1.4rem;
}
table.regist-table tr:nth-child(even)  {
	background: #f7f8f8;
}
.clinic-regist .cation {
	font-size: 1.2rem;
	text-align: left;
	margin-top: 5px;
}

.radio-001 {
    display: flex;
	flex-direction: column;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
}

.radio-001 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
}

.radio-001 label::before,
.radio-001 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio-001 label::before {
    width: 16px;
    height: 16px;
    background-color: #e6edf3;
}

.radio-001 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    animation: anim-radio-001 .3s linear;
}

@keyframes anim-radio-001 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #2589d033;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-001 input {
    display: none;
}

.clinic-regist .upimage {
	margin: 10px 0;
	width: 100%;
	position: relative;
}
.clinic-regist .upimage img {
	width: 100%;
	height: auto;
}

.img_delete {
	position: absolute;
	background: #222;
	text-align: center;
	font-size: 1.2rem;
	bottom:0;
	right:0;
}
.img_delete a {
	display: block;
	padding: 5px 10px;
	color:#fff;
}

.richcheck  {
	margin-top: 10px;
}


.richcheck .check {
  display: none;
  
  &:checked {
    + label {
      &:after {
        opacity: 1;
      }
    }
  }
}



.richcheck label {
  position: relative;
  padding-left: 25px;
  font-family: 'Lato', sans-serif;
  font-size: 1.4rem;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
	  
  }
  &:before {
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -5px;
    left: 7px;
    width: 6px;
    height: 15px;
    border-bottom: 3px solid #4dc1da;
    border-right: 3px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}


.selectbox-001 {
    position: relative;
}

.selectbox-001::before,
.selectbox-001::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.selectbox-001::before {
    display: inline-block;
    right: 0;
    width: 2.4em;
    height: 2.4em;
    border-radius: 0 3px 3px 0;

}

.selectbox-001::after {
    position: absolute;
    top: 50%;
    right: 1.2em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.selectbox-001 select {
    appearance: none;
    min-width: 230px;
    height: 2.4em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.selectbox-001 select:focus {
 
}
.calender_form {
	position: relative;
	display: inline-block;
}

.calender_form:after{
	position: absolute;
	top: 15px;
	right: 10px;
	margin: auto;
	width: 1em;
	height: 1em;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f133';
	color: #aaa;
}


.ad-type {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 20px;
}
.ad-type li {

	padding: 15px;
	width: auto;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.ad-type li .title {
	display: flex;
}
.ad-type li .title .icon {
	width: 60px;
	margin-right: 10px;
}
.ad-type li .title .icon img {
	width: 100%;
	height: auto;
}
.ad-type li .title .text h5 {
	font-size: 1.5rem
}
.ad-type li .title .text p {
	font-size: 1.2rem
}

.typeimg {
	width: 100%;
	margin: auto;
}
.typeimg img {
	width: 100%;
	hyphens: auto;
}

.pplink {
	text-align: center;
	font-size: 1.4rem;
	margin: 0px 0 20px 0;
}
.pplink a {
	text-decoration: underline;
}

.admin-confirmation {
	width: 90%;
	margin: auto;
}

.admin-confirmation .button-confirmation {
	background: #e9be54;
	border-radius: 40px;
	border: 1px solid #ffc737;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
.admin-confirmation .button-confirmation a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.admin-confirmation .button-confirmation a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:25px;
  right: 10px;
	margin-right: 10px;
  position: absolute;
}
.admin-confirmation .button-confirmation span {
	font-size: 1rem;
}

.save {


	width: 200px;
	margin: auto;
	text-align: center;
	font-size: 1.3rem;
}
.save a {
	display: block;
	padding: 10px;
}
.save i {
	color:#3191a6;
}

.side_save { 
	display: none;
}


	
}





table.regist-table th span {
   background: #df4444;
	color: #fff;
	font-size: 1.2rem;
	padding: 2px 10px;
	border-radius: 5px;
	position: absolute;
	right: 5px;
	top:38%;
}

.form_block {
	margin-bottom: 10px;
}


@media screen and (max-width: 834px) {
table.regist-table th span {
   background: #df4444;
	color: #fff;
	font-size: 1rem;
	padding: 2px 10px;
	border-radius: 3px;
	position: absolute;
	right: 10px;
	top:38%;
}

.form_block {
	margin-bottom: 10px;
}
	
}


.regist-table .job-kamoku {
	font-size: 1.6rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.form-cation {
	color:#df4444;
	margin-top: 5px;
	font-size: 1.4rem;
}

@media screen and (max-width: 834px) {
.regist-table .job-kamoku {
	font-size: 1.4rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.form-cation {
	color:#df4444;
	margin-top: 5px;
	font-size: 1rem;
}
}


/* --------------------------　 コントロールパネル トップ　-------------------------- */


table.mp-table {
    width: 100%;
    border-spacing: 0;
	margin-bottom: 40px;
	
}

table.mp-table th {
	background: #a97cb6;
    padding:10px;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
	font-size: 1.4rem;
	position: relative;
	border: 1px solid #fff;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
line-height: 1.5;
}
table.mp-table td {
    padding: 15px;
    text-align: center;
	
}
table.mp-table td .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	width: 400px;
	text-align: left;
	position: relative;
}
table.mp-table td i {
    color: #a97cb6;
	text-align: center;
	font-size: 2rem !important;
}

table.mp-table .td02 {
	
}
table.mp-table .td03 {
	width: 80px;
	text-align: center !important;
}

table.mp-table  tr:nth-child(even)  {
	background: #f7f8f8;
}

.lv01 {
	background: #fb9f00;
	color:#fff;
	border-radius: 4px;
	font-size: 1.4rem;
	padding: 2px;
}
.lv02 {
	background: #52b475;
	color:#fff;
	border-radius: 4px;
	font-size: 1.4rem;
	padding: 2px;
}
.lv03 {
	background: #f64c4c;
	color:#fff;
	border-radius: 4px;
	font-size: 1.4rem;
	padding: 2px;
}
.lv04 {
	background: #3b90c5;
	color:#fff;
	border-radius: 4px;
	font-size: 1.4rem;
	padding: 2px;
}
.lv05 {
	background: #444444;
	color:#fff;
	border-radius: 4px;
	font-size: 1.4rem;
	padding: 2px;
}


/* 019 */
.admin-button a {
    background: #f7f4ec;
	border: 3px solid #e9be54;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #e8b841;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.admin-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #e9be54;
  border-right: solid 2px #e9be54;
  transform: translateY(-50%) rotate(45deg);
}
.admin-button a:hover {
  background: #e9be54;
  color: #FFF;
}
.admin-button a:hover:after {
  right: 1.4rem;
	 border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.admin-button a i {
  position: absolute;
	left:15px;
}


@media screen and (max-width: 834px) {

.table-scroll {
	position: relative;
  overflow-x: auto;
  white-space: nowrap;
	margin-bottom: 20px;
}
	
	

table.mp-table {
    width: 100%;
    border-spacing: 0;
	margin-bottom: 20px;
	
}

table.mp-table th {
    padding:5px;
    font-weight: bold;
    text-align: left;
	vertical-align: middle;
	font-size: 1.2rem;
	position: relative;
	border: 1px solid #fff;
	color: #fff;
	box-sizing: border-box;
	text-align: center;
line-height: 1.5;
}
table.mp-table td {
    padding: 10px;
    text-align: center;
	font-size: 1.4rem;
	
}
table.mp-table td .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	width: 200px;
	text-align: left;
}
table.mp-table td i {

	text-align: center;
	font-size: 1.6rem !important;
}

table.mp-table .td02 {
	
}
table.mp-table .td03 {
	width: 80px;
	text-align: center !important;
}

table.mp-table  tr:nth-child(even)  {
	background: #f7f8f8;
}
	
.lv01 {
	background: #fb9f00;
	color:#fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 2px 4px;
}
.lv02 {
	background: #52b475;
	color:#fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 2px 4px;
}
.lv03 {
	background: #f64c4c;
	color:#fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 2px 4px;
}
.lv04 {
	background: #3b90c5;
	color:#fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 2px 4px;
}
.lv05 {
	background: #444444;
	color:#fff;
	border-radius: 4px;
	font-size: 1.2rem;
	padding: 2px 4px;
}



/* 019 */
.admin-button a {
   
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size: 1.4rem;
}
.admin-button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;

  transform: translateY(-50%) rotate(45deg);
}
.admin-button a:hover {

}
.admin-button a:hover:after {
  right: 1.4rem;
	 border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

}




/* --------------------------　 コントロールパネル ｜ 求⼈情報⼀覧　-------------------------- */


.list-squeeze {
	display: flex;
	margin: 0 0 20px 0;
	width: 100%;
}
.squeeze_l {
	width: 10%;
	border-right: 1px solid #cccccc;
	margin-right: 30px;
	font-weight: bold;
	color:#a97cb6;
	font-size: 1.5rem;
	display: flex;
  align-items: center;
}
.squeeze_r {
	font-size: 1.5rem;
}
.squeeze_r .title {
	color:#a97cb6;
	font-weight: bold;
}
.squeeze_r a {
	text-decoration: underline;
	color:#00445b;
}


.Pagination {
  display: flex;
	justify-content: center;
  margin: 0 auto 0 auto;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #ededed;
  font-size: 1.5rem;
  color: #383838;
  font-weight: bold;
}
.Pagination-Item-Link-Icon {
  width: 10px;
}
.Pagination-Item-Link.isActive {
  background: #e9be54;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {
  background: #e9be54;
  color: #fff;
}
.Pagination > * + * {
  margin-left: 5px;
}

@media screen and (max-width: 834px) {
	

.list-squeeze {
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
	width: 100%;
}
.squeeze_l {
	width: auto;
	border-right: 0px solid #cccccc;
	margin-right: 30px;
	font-weight: bold;

	font-size: 1.4rem;
	display: flex;
  align-items: center;
}
.squeeze_r {
	font-size: 1.4rem;
}
.squeeze_r .title {

	font-weight: bold;
	font-size: 1.4rem;
}
.squeeze_r a {
	text-decoration: underline;
	color:#00445b;
	font-size: 1.4rem;
}


.Pagination {
  display: flex;
	justify-content: center;
  margin: 0 0 0 auto;
}
.Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 25px;
  height: 25px;

  font-size: 1.2rem;

  font-weight: bold;
}
.Pagination-Item-Link-Icon {
  width: 10px;
}
.Pagination-Item-Link.isActive {

  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link:not(.isActive):hover {

  color: #fff;
}
.Pagination > * + * {
  margin-left: 3px;
}

}



/* --------------------------　 求⼈情報を管理｜掲載プラン　-------------------------- */


.clinic-regist .listmain {
	border: 10px solid #f4f3f3;
	padding: 30px;
	box-sizing: border-box;
}
.clinic-regist .listmain_l {
	
}

.clinic-regist .listmain_l h4 {
	font-size: 2.4rem;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


dl.listdeta dt{
	padding: 3px 10px;
}
dl.listdeta dd{
	padding: 3px;
}


dl.listdeta dt {
	clear: left;
	float: left;
	width: 10%;
	color:#fff;
	text-align: center;
	position: relative;
	font-size: 1.4rem;
	background: #4dc1da;
	line-height: 1.5;
	margin-bottom: 5px;
	border-radius: 3px;
}


dl.listdeta dd {
	margin-left:15%;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 5px;
	
}


.listmain .tag {
	display: flex;
	flex-wrap: wrap;
}

.listmain .tag li {
	color:#999999;
	border: 1px solid #999;
	border-radius: 20px;
	font-size: 1rem;
	padding: 0 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	
}

.listmain_r img {
	width: 100%;
	height: auto;
}

.bottom {
	background: #d1f0f6;
	padding: 20px;
	margin-top: 40px;
}

.resultlist .buttonbox .button-clear i {
	color:#4dc1da;
	margin-right: 10px;
}

.chmg {
	margin-top: 20px;
}

.admin-confirmation02 {
	display: flex;
	justify-content: center;
	margin: 50px auto 0;
}

.admin-confirmation02 .button-confirmation {
	background: #e9be54;
	border-radius: 40px;
	border: 1px solid #ffc737;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 0px;
	padding: 10px;
	box-sizing: border-box;
	width: 350px;
	margin: 0 10px;
}
.admin-confirmation02 .button-confirmation a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.admin-confirmation02 .button-confirmation a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:13px;
  right: 0px;
	margin-right: 10px;
  position: absolute;
}
.admin-confirmation02 .button-confirmation span {
	font-size: 1.3rem;
}

@media screen and (max-width: 834px) {
	
.clinic-regist .listmain {
	border: 10px solid #f4f3f3;
	padding: 15px;
	box-sizing: border-box;
}
.clinic-regist .listmain_l {
	
}

.clinic-regist .listmain_l h4 {
	font-size: 1.6rem;
	border-bottom: 1px solid #b3b3b3;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


dl.listdeta dt{
	padding: 3px 10px;
}
dl.listdeta dd{
	padding: 3px;
}


dl.listdeta dt {
	clear: left;
	float: none;
	width: auto;
	color:#fff;
	text-align: center;
	position: relative;
	font-size: 1.4rem;
	background: #4dc1da;
	line-height: 1.5;
	margin-bottom: 5px;
	border-radius: 3px;
}


dl.listdeta dd {
	margin-left:auto;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom: 5px;
}


.bottom {
	background: #d1f0f6;
	padding: 20px;
	margin-top: 40px;
}
	
.richcheck.chmg label {
  position: relative;
  padding-left: 25px;
  font-family: 'Lato', sans-serif;
  font-size: 1.3rem !important;
  cursor: pointer;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
	  
  }
  &:before {
    top: 49%;
    left: 0;
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -5px;
    left: 7px;
    width: 6px;
    height: 15px;
    border-bottom: 3px solid #4dc1da;
    border-right: 3px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
  }
}

.resultlist .buttonbox .button-clear i {
	color:#4dc1da;
	margin-right: 10px;
}

.chmg {
	margin-top: 20px;
}
.admin-confirmation02 {
	width: 80%;
	margin: 30px auto 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
	

.admin-confirmation02 .button-confirmation {
	background: #e9be54;
	border-radius: 40px;
	border: 1px solid #ffc737;
	text-align: center;
	line-height: 1.6;
	padding: 5px;
	box-sizing: border-box;
	font-size: 1.4rem;
	width: 100%;
	margin: 0 0 10px 0;
}
.admin-confirmation02 .button-confirmation a {
	color:#fff;
	display: block;
	padding: 10px;
	position: relative;
}
.admin-confirmation02 .button-confirmation a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:13px;
  right: 0px;
	margin-right: 10px;
  position: absolute;
}
.admin-confirmation02 .button-confirmation span {
	font-size: 1.3rem;
}
	
	
	
}


/* --------------------------　 求⼈情報を管理｜掲載プラン　-------------------------- */




.login-wrap {
	background: #f7f8f8;
	border-top: #884f9c 6px solid;
	padding: 40px;
	width: 500px;
	margin: auto;
}


.login-wrap h3 {
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.login-alert {
	background: #fde8e8;
	color:#F84C4E;
	text-align: center;
	font-size: 1.4rem;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.login-wrap h4 {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.inp-mg {
	margin-bottom: 20px;
}

.psw-forget {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 20px;
}
.psw-forget a {
	color:#884f9c !important;
	text-decoration: underline;
	
}
.login-wrap .info {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0px;
}
.login-wrap .info02 {
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 20px;
}


.login-wrap .guide {
	background: #fff;
	padding: 20px;
	margin-top: 40px;
}
.login-wrap .guide h5 {
	font-size: 1.5rem;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.login-wrap .guide p {
	font-size: 1.3rem;
	margin-bottom: 16px;

}


.login-alert02 {
	background: #fff;
	font-size: 1.4rem;
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	line-height: 1.6;
}
.login-alert02 span {
	color:#F84C4E;
}
.login-wrap .info03 {
	font-size: 1.3rem;
	margin-bottom: 20px;
}

.inp-cation {
color:#00445b;
	font-size: 1.2rem;
	margin-top: 5px;
}


@media screen and (max-width: 834px) {


.login-wrap {
	background: #f7f8f8;
	padding: 20px;
	width: auto;
	margin: auto;
}


.login-wrap h3 {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.login-alert {
	background: #fde8e8;
	color:#F84C4E;
	text-align: center;
	font-size: 1.2rem;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
	line-height: 1.5;
}
.login-wrap h4 {
	padding: 0;
	margin: 0;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 5px;
}

.inp-mg {
	margin-bottom: 20px;
}

.psw-forget {
	font-size: 1.3rem;
	text-align: center;
	margin-top: 20px;
}
.psw-forget a {
	text-decoration: underline;
	
}
.login-wrap .info {
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 0px;
}
	
	
.login-wrap .info02 {
	font-size: 1.2rem;
	text-align: center;
	margin-bottom: 20px;
}


.login-wrap .guide {
	background: #fff;
	padding: 15px;
	margin-top: 30px;
}
.login-wrap .guide h5 {
	font-size: 1.4rem;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.login-wrap .guide p {
	font-size: 1.2rem;
	margin-bottom: 16px;

}
.login-alert02 {
	background: #fff;
	font-size: 1.2rem;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	line-height: 1.6;
}
.login-alert02 span {
	color:#F84C4E;
}
.login-wrap .info03 {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
	
.inp-cation {
color:#00445b;
	font-size: 1rem;
	margin-top: 5px;
}

	
}


.pcenter {
	text-align: center;
	margin-bottom: 40px;
	line-height: 1.8;
}
.credit {
	width: 600px;
	margin: 40px auto;
}
.credit img {
	width: 100%;
	height: auto;
}
.txt-center {
	text-align: center;
	margin-bottom: 20px;
}
@media screen and (max-width: 834px) {
	
.pcenter {
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.3rem ;
	line-height: 1.7;
}
	
.credit {
	width: 80%;
	margin: 20px auto;
}
.credit img {
	width: 100%;
	height: auto;
}
.txt-center {
	text-align: center;
	margin-bottom: 10px;
}

}


/* --------------------------　 コントロールパネル ｜ 応募管理　-------------------------- */


.entmng-squeeze {
	display: flex;
	margin: 0 0 20px 0;
	width: 45%;
}
.entmng-squeezeL {
	width:50%;
}
.entmng-squeezeR {
	width: 50%;
}
.entmng-squeeze p {
	font-size: 1.4rem;
	margin-bottom: 5px;
}


.entmng-squeezeL .selectbox-001 {
    position: relative;
}

.entmng-squeezeL .selectbox-001::before,
.entmng-squeezeL .selectbox-001::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.entmng-squeezeL .selectbox-001::before {
    display: inline-block;
    right: 0;
    width: 2.8em;
    height: 2.8em;
    border-radius: 0 3px 3px 0;

}

.entmng-squeezeL .selectbox-001::after {
    position: absolute;
    top: 50%;
    right: 1.4em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.entmng-squeezeL .selectbox-001 select {
    appearance: none;
    width: 50%;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;

    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.entmng-squeezeL .selectbox-001 select:focus {
    
}


.entmng-list table.mp-table td .title {
    display: block;
    -webkit-box-orient: normal;
    -webkit-line-clamp: 0;
    overflow:auto;
	width: auto;
	text-align: left;
	position: relative;
	padding-left: 35px;
}
.entmng-list table.mp-table .title i {
	position: absolute;
	top:3px;
	left:0;
    color: #4dc1da;
	text-align: center;
	font-size: 2rem !important;
}

.entmng-list table.mp-table .td02 {
	width:40%;
}

@media screen and (max-width: 834px) {
	
.entmng-squeeze {
	display: flex;
	flex-direction: column;
	margin: 0 0 20px 0;
	width: auto;
}
.entmng-squeezeL {
	width:auto;
	margin-bottom: 10px;
}
.entmng-squeezeR {
	width:auto;
}
.entmng-squeeze p {
	font-size: 1.2rem;
	margin-bottom: 5px;
}


.entmng-squeezeL .selectbox-001 {
    position: relative;
	 width: 50%;
}

.entmng-squeezeL .selectbox-001::before,
.entmng-squeezeL .selectbox-001::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

.entmng-squeezeL .selectbox-001::before {
    display: inline-block;
    right: 0;
    width: 2.2em;
    height: 2.2em;
    border-radius: 0 3px 3px 0;
    background-color: #4dc1da;
}

.entmng-squeezeL .selectbox-001::after {
    position: absolute;
    top: 50%;
    right: 1.1em;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

.entmng-squeezeL .selectbox-001 select {
    appearance: none;
    width: 50%;
    height: 2.2em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #f4edf7;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}
	
	

.entmng-squeezeL .selectbox-001 select:focus {
    outline: 2px solid #4dc1da;
}


.entmng-list table.mp-table td .title {
    display: block;
    -webkit-box-orient: normal;
    -webkit-line-clamp: 0;
    overflow:auto;
	width: auto;
	text-align: left;
	position: relative;
	padding-left: 35px;
}
.entmng-list table.mp-table .title i {
	position: absolute;
	top:3px;
	left:0;
    color: #4dc1da;
	text-align: center;
	font-size: 2rem !important;
}

.entmng-list table.mp-table .td02 {
	width:40%;
}
	
}



/* --------------------------　 コントロールパネル ｜ 応募管理詳細　-------------------------- */

.detai-name {
	font-size: 2rem;
}
.detai-name i {
	margin-right: 15px;
}
.detai-name span {
	font-size: 1.4rem;
	margin-left: 15px;
}
.entry-item {
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0;
}
.entry-item li {
	background: #fff;
	display: flex;
	width: 33.3%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	border: 1px solid #f2f0f0;

  align-items: center;
}
.entry-item li div:first-child {
	font-size: 1.4rem;
	margin-right: 20px;
	color:#4dc1da;
}
.entry-item li div:last-child {
	font-size: 1.6rem;
}
.file {
	display: flex;
	margin-bottom: 25px;
}
.file li {
	width: 25%;
	margin-right: 10px;
	
}

.file li a {
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	display: block;
	border-radius: 6px;
}

.file li i {
	margin-right: 15px;
}

.detai-status {
	display: flex;
  align-items: center;
}
.detai-status {
	display: flex;
  align-items: center;
}
.detai-status .sts {
	margin-right: 15px;
	font-size: 1.4rem;
}
.detai-status .select {
	margin-right: 15px;
}
.detai-status a {
	background: #4dc1da;
	text-align: center;
	color:#fff !important;
	font-size: 1.2rem;
	padding: 5px 20px 6px 20px;
	box-sizing: border-box;
	margin-left: 20px;
	line-height: 1.4;
	border-radius: 20px;
}

.detai-status .selectbox-001 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em 3.6em .4em .8em;
    border: none;
    border-radius: 3px;
    background-color: #fff;
    color: #333;
    font-size: 1em;
    cursor: pointer;
}

.entry-res {
	margin: 30px;
}



@media screen and (max-width: 834px) {
	
.detai-name {
	font-size: 1.6rem;
}
.detai-name i {
	margin-right: 15px;
}
.detai-name span {
	font-size: 1.2rem;
	margin-left: 15px;
}
.entry-item {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	margin: 15px 0;
}
.entry-item li {
	background: #fff;
	display: flex;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	border: 1px solid #f2f0f0;

  align-items: center;
}
.entry-item li div:first-child {
	font-size: 1.24rem;
	margin-right: 20px;
	color:#4dc1da;
}
.entry-item li div:last-child {
	font-size: 1.4rem;
}
.file {
	display: flex;
	justify-content: space-between;
	margin-bottom: 15px;
}
.file li {
	width: 49%;
	margin-right: 0px;
	
}

.file li a {
	padding: 15px;
	box-sizing: border-box;
	background: #fff;
	display: block;
	border-radius: 6px;
}

.file li i {
	margin-right: 15px;
}

.detai-status {
	display: flex;
	flex-direction: column;
  align-items: center;
}
.detai-status {
	display: flex;
  align-items: center;
}
.detai-status .sts {
	margin-right: 0px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.detai-status .select {
	margin-right:0px;
}
.detai-status a {
	background: #4dc1da;
	text-align: center;
	color:#fff !important;
	font-size: 1.2rem;
	padding: 5px 20px 6px 20px;
	box-sizing: border-box;
	margin-left: 0px;
	line-height: 1.4;
	border-radius: 20px;
	margin-top: 10px;
}

.detai-status .selectbox-001 select {
   
}

.entry-res {
	margin: 20px 0;
}
	
}























/* --------------------------　 コントロールパネル ｜ メッセージ　-------------------------- */

.msgLIST-head {
	display: flex;
	margin-bottom: 20px;
	
}
.msgLIST-headL{
	margin-right: 40px;
	display: flex;
  justify-content: center;
  align-items: center;
}

.msgLIST-headL .regist_check label {
	font-size: 1.5rem !important;
}

.kidoku {
	display: flex;
}
.kidoku a {
	
}
/* 019 */
.kidoku a {
    background: #f7f4f8;
    border: 2px solid #a97cb6;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    width: 150px;
    padding: 2px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin-right: 10px !important;
	font-size: 1.4rem;
	box-sizing: border-box;
	position: relative;
}
.kidoku a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px #a97cb6 ;
  border-right: solid 2px #a97cb6;
  transform: translateY(-50%) rotate(45deg);
}
.kidoku a:hover {
  opacity: 0.7;

}
.kidoku a:hover:after {
  right: 1.4rem;
}
.kidoku i{
	position: absolute;
	left: 10px;
	color:#a97cb6;
}


.allcheck {
	
}
.msg-list .regist_check .check {
	position: relative !important;
	top: 200px !important;
}


.msg-list .regist_check label {
  position: relative;
  padding-left: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1.7rem;
  cursor: pointer;
	 width: 20px;
    height: 20px; 
	 top: 0px;
	 ;

  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
  }
  &:before {
    top: 10px;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -20px;
    left: 11px;
    width: 8px;
    height: 22px;
    border-bottom: 4px solid #4dc1da;
    border-right: 4px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
	  
  }
}
.msg-list .mp-table td .title {
	text-align: left;
	position: relative;
	padding-left: 35px;
	width: 80%;
}
.msg-list .mp-table td .title i {
	position: absolute;
	left: 0;
	top:3px;

}



.check-wide {
	width: 5%;
}


.allcheck {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.allcheck-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.allcheck-Input:focus + .allcheck-DummyInput {
  background: #04c6df !important;
  border: solid 1px #04c6df;
}
.allcheck-Input:checked + .allcheck-DummyInput {
  border: solid 2px #04c6df;
  background: #04c6df;
}
.allcheck-Input:checked + .allcheck-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #fff;
}
.allcheck-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px #222;
  background: #fff;

}
.allcheck-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 834px) {
	
	
/* --------------------------　 コントロールパネル ｜ メッセージ　-------------------------- */

.msgLIST-head {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	
}
.msgLIST-headL{
	margin-right: 0px;
	display: block;
  justify-content: center;
  align-items: center;
	margin-bottom: 10px;
}


.msgLIST-headL .regist_check label {
	font-size: 1.4rem !important;
}

.kidoku {
	display: flex;
	justify-content: center;
}
.kidoku a {
	
}
/* 019 */
.kidoku a {

  
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    width: 40%;
    padding: 2px 25px;

    transition: 0.3s ease-in-out;
    font-weight: 500;
	margin-right: 0px !important;
	font-size: 1.2rem;
	box-sizing: border-box;
	position: relative;
	margin: 0 5px;
}
.kidoku a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 10px;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;

  transform: translateY(-50%) rotate(45deg);
}
.kidoku a:hover {
  opacity: 0.7;

}
.kidoku a:hover:after {
  right: 1.4rem;
}
.kidoku i{
	position: absolute;
	left: 10px;
}


.allcheck {
	
}
.msg-list .regist_check .check {
	position: relative !important;
	top: 200px !important;
}


.msg-list .regist_check label {
  position: relative;
  padding-left: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1.7rem;
  cursor: pointer;
	 width: 20px;
    height: 20px; 
	 top: 0px;
	 ;

  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
  }
  &:before {
    top: 10px;
    left: 0;
    transform: translate(0, -50%);
    width: 20px;
    height: 20px;
    border: 2px solid #434343;
  }
  
  &:after {
    top: -20px;
    left: 11px;
    width: 8px;
    height: 22px;
    border-bottom: 4px solid #4dc1da;
    border-right: 4px solid #4dc1da;
    transform: rotate(45deg);
    opacity: 0;
	  
  }
}
.msg-list .mp-table td .title {
	text-align: left;
	position: relative;
	padding-left: 35px;
	width: 80%;
}
.msg-list .mp-table td .title i {
	position: absolute;
	left: 0;
	top:3px;

}



.check-wide {
	width: 2%;
}


.allcheck {
  padding: 12px 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.allcheck-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.allcheck-Input:focus + .allcheck-DummyInput {
  background: #04c6df !important;
  border: solid 1px #04c6df;
}
.allcheck-Input:checked + .allcheck-DummyInput {
  border: solid 2px #04c6df;
  background: #04c6df;
}
.allcheck-Input:checked + .allcheck-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #fff;
}
.allcheck-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: solid 2px #222;
  background: #fff;

}
.allcheck-LabelText {
  margin-left: 12px;
  display: block;
  font-size: 18px;
  font-weight: bold;
}

	
}



.blog-content .head .deta {
	font-size: 1.4rem;
}
.blog-content .head h2 {
	padding: 0;
	background: none;
	color: #00445b;
	font-size: 3rem;
	border-bottom: 3px solid #00445b;
	border-radius: 0;
	padding-bottom: 15px;
}
.blog-content h3 {
	font-size: 2.2rem;
	margin-top: 40px !important;
}
.blog-content p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 20px;
}
.blog-content p a {
	color:#0485df;
}
.blog-content h4 {
	padding: 0 !important;
	border-left: 10px solid #1ac3d9;
	padding-left: 15px !important;
	color: #222 !important;
	font-size: 2rem !important;
	margin-top: 40px !important;
}
.blog-content .image {
	max-width: 700px;
	margin: 50px auto;
}
.blog-content .image img {
	width: 100%;
	height: auto;
	margin: 40px auto;
}


.Pagination02 {
  display: flex;
	justify-content: center;
  margin: 0 auto 0 auto;
}
.Pagination-Item-Link02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 120px !important;
  height: 45px;
  background: #ededed;
  font-size: 1.5rem;
  color: #383838;
  font-weight: bold;
}
.Pagination-Item-Link-Icon02 {
  width: 10px;
}
.Pagination-Item-Link02.isActive {
  background: #e9be54;
  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link02:not(.isActive):hover {
  background: #e9be54;
  color: #fff;
}
.Pagination02 > * + * {
  margin-left: 5px;
}



@media screen and (max-width: 834px) {
	

.blog-content .head .deta {
	font-size: 1.2rem;
}
.blog-content .head h2 {
	padding: 0;
	background: none;
	color: #00445b;
	font-size: 2rem;
	border-bottom: 3px solid #00445b;
	border-radius: 0;
	padding-bottom: 15px;
}
.blog-content h3 {
	font-size: 1.6rem;
	margin-top: 20px !important;
}
.blog-content p {
	font-size: 1.3rem;
	line-height: 1.8;
	margin-bottom: 16px;
}
.blog-content p a {
	color:#0485df;
}
.blog-content h4 {
	padding: 0 !important;
	border-left: 10px solid #1ac3d9;
	padding-left: 15px !important;
	color: #222 !important;
	font-size: 1.5rem !important;
	margin-top: 20px !important;
}
.blog-content .image {
	max-width: 700px;
	margin: 15px auto;
}
.blog-content .image img {
	width: 100%;
	height: auto;
}
	

.Pagination02 {
  display: flex;
	justify-content: center;
  margin: 0 15px 0 15px;
}
.Pagination-Item-Link02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto !important;
  height: 45px;
  background: #ededed;
  font-size: 1.4rem;
  color: #383838;
  font-weight: bold;
	padding: 0 15px;
}
.Pagination-Item-Link-Icon02 {
  width: 10px;
}
.Pagination-Item-Link02.isActive {

  color: #fff;
  pointer-events: none;
}
.Pagination-Item-Link02:not(.isActive):hover {

  color: #fff;
}
.Pagination02 > * + * {
  margin-left: 5px;
}
	
}


.guide-cation {
	font-size: 1.6rem;
	margin-bottom: 20px;
}
.guide-cation:last-child {
	margin-bottom: 0px;
}

@media screen and (max-width: 834px) {
.guide-cation {
	font-size: 1.3rem;
	margin-bottom: 15px;
}
.guide-cation:last-child {
	font-size: 1.3rem;
	margin-bottom: 5px;
}
	
}



/* --------------------------　 コントロールパネル ｜ 退会希望の方　-------------------------- */

.taikai-message {
border: 8px solid #cc4736;
	padding: 30px 40px;
}
.taikai-message .title {
color:#cc4736;
	font-size: 2rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.taikai-contents {
	display: flex;
	justify-content: center;
}

.taikai-contents li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 20px;
	font-weight: bold;
	font-size: 1.8rem;
}
.taikai-contents li::before {
  position: absolute;
	top:-3px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #cc4736;
	font-size: 2rem;
}


@media screen and (max-width: 834px) {
	
	
.taikai-message {
border: 5px solid #cc4736;
	padding: 15px 15px;
}
.taikai-message .title {
color:#cc4736;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.8;
}

.taikai-contents {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.taikai-contents li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0 0px;
	font-weight: bold;
	font-size: 1.5rem;
}
.taikai-contents li::before {
  position: absolute;
	top:-3px;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #cc4736;
	font-size: 2rem;
}

	
}



.guidline-head p {
	margin-bottom: 20px;
}

#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 1.6rem;
	line-height: 180%;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: left;
	width: 32%;
	font-weight: bold;
	position: relative;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 1px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left:34%;
}
.cation02 {
	font-size: 1.4rem;
}
@media screen and (max-width: 834px) {
	
.guidline-head p {
	margin-bottom: 16px;
}

#gaiyou {
	background: #f8f8f7;
	border: 1px solid #E3E3E3;
	border-top: none;
	width: 100%;
	font-size: 1.4rem;
	line-height: 180%;
}

dl#gaiyou dl,dl#gaiyou dt,dl#gaiyou dd {
	margin: 0;
	padding: 0;
}

dl#gaiyou dt,dl#gaiyou dd {
	padding: 15px;
}

dl#gaiyou dt {
	border-top: 1px solid #E3E3E3;
	clear: left;
	float: none;
	width: auto;
	font-weight: bold;
	position: relative;
}

dl#gaiyou dd {
	background: #fff;
	border-left: 0px solid #E3E3E3;
	border-top: 1px solid #E3E3E3;
	margin-left:auto;
}
.cation02 {
	font-size: 1.2rem;
	line-height: 1.7;
}
	
}


.retitle {
	border: 1px solid #7d7d7d;
	color:#7d7d7d;
	padding: 5px;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 30px;
}
.re_message {
	background: #f2f2f2;
	padding: 40px;
	margin-bottom: 40px;
}

@media screen and (max-width: 834px) {
	
.retitle {
	border: 1px solid #7d7d7d;
	color:#7d7d7d;
	padding: 5px;
	text-align: center;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 1.5rem;
}
.re_message {
	background: #f2f2f2;
	padding: 20px;
	margin-bottom: 20px;
}
	
}



.clinic-contact .button-go span {
	font-size: 1rem;
	top: -3px;
	position: relative;
}
.clinic-contact .button-go {
	line-height: 1.5;
}

.clinic-contact .button-clear a {
	display: block;
	padding: 18px 10px 10px 10px;
	position: relative;
	box-sizing: border-box;
}
.clinic-contact .button-clear a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon09.png") no-repeat;
	background-position:  center left;
  background-size: 20px;
	top:25px;
  left: 20px;
	margin-right: 10px;
  position: absolute;
}



.clinic-contact .button-go a:after {
	content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 20px;
	top:25px;
  right: 10px;
	margin-right: 10px;
  position: absolute;
}

@media screen and (max-width: 834px) {

.clinic-contact .button-go span {
	font-size: 1rem;
	top: -3px;
	position: relative;
}
.clinic-contact .button-go {
	line-height: 1.5;
}

.clinic-contact .button-clear a {
	display: block;
	padding: 15px 10px 10px 10px;
	position: relative;
	box-sizing: border-box;
}
.clinic-contact .button-clear a:after {
	content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background:url("../../images/top/icon09.png") no-repeat;
	background-position:  center left;
  background-size: 15px;
	top:22px;
  left: 10px;
	margin-right: 10px;
  position: absolute;
}



.clinic-contact .button-go a:after {
	content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background:url("../../images/top/icon08.png") no-repeat;
	background-position:  center right;
  background-size: 15px;
	top:25px;
  right: 10px;
	margin-right: 0px;
  position: absolute;
}
	
}



/* --------------------------　 コントロールパネル ｜ リッチプランの説明　-------------------------- */

.modal-openRICH {
	color: #3293cb;
	cursor: pointer !important;
}



.modal-content .modal-inner {
	overflow:auto;
	width:auto;
	max-height:600px;
	padding: 0;
}


.modal-content .point-box {
	background: #fff;
	padding: 40px;
	position: relative;
	margin-bottom: 0px;
	border-bottom: 1px solid  #e6e5e5;
}

.modal-content .point-box .head {
	display: flex;
	margin-bottom: 20px;
}

.modal-content .point-box .point-num {
	background: #a97cb6;
	padding: 10px 15px 10px 10px;
	color:#fff;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	width: 100px;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1;
	clip-path: polygon(0 1%, 100% 0, 87% 100%, 0% 100%);
	margin-right: 20px;
}
.modal-content .point-box .point-num span {
	font-size: 3rem;
	margin-left: 10px;
}


.modal-content .point-box h3 {
	padding: 0;
	margin: 0;
	background: none;
	border: 0px;
	text-align: center;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', serif;
	display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content .point-box p {
	font-size: 1.6rem;
	line-height: 2;
	margin-bottom: 20px;
	text-align: left;
}
.modal-content .point-box h4 {
	text-align: center;
}
.modal-content .point-cont figure {
	margin: 10px 0;
}

.modal-content .point-cont img {
	width: 100%;
	height: auto;
}
.red {
	color:#df4444;
}



@media screen and (max-width: 834px) {
	


/* --------------------------　 コントロールパネル ｜ リッチプランの説明　-------------------------- */


.modal-content .modal-inner {
	overflow:auto;
	width:auto;
	max-height:100%;
	padding: 0;
}


.modal-content .point-box {
	background: #fff;
	padding: 10px;
	position: relative;
	margin-bottom: 0px;
	border-bottom: 1px solid  #e6e5e5;
	margin-bottom: 10px;
}

.modal-content .point-box .head {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
}

.modal-content .point-box .point-num {
	padding: 10px 15px 10px 10px;
	color:#fff;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	width: 100px;
	box-sizing: border-box;
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1;
	clip-path: polygon(0 1%, 100% 0, 87% 100%, 0% 100%);
	margin-right: 0px;
	margin-bottom: 10px;
}
.modal-content .point-box .point-num span {
	font-size: 2rem;
	margin-left: 10px;
}


.modal-content .point-box h3 {
	padding: 0;
	margin: 0;
	background: none;
	border: 0px;
	text-align: center;
	font-size: 1.6rem;
	font-family: 'Noto Serif JP', serif;
	display: flex;
  justify-content: left;
  align-items: center;
}

.modal-content .point-box p {
	font-size: 1.4rem;
	margin-bottom: 15px;
	text-align: left;
	line-height: 1.7;
}
.modal-content .point-box h4 {
	text-align: center;
}
.modal-content .point-cont figure {
	margin: 10px 0;
}

.modal-content .point-cont img {
	width: 100%;
	height: auto;
}
.red {
	color:#df4444;
}

	
}

/* --------------------------　 コントロールパネル ｜ トップにバナー追加　-------------------------- */


.ctr-TOPbanner {
	display: flex;
	max-width: 800px;
	margin: auto;
}

.ctr-TOPbanner figure {
	width: 50%;
	padding: 0;
	margin: 0 10px;
}
.ctr-TOPbanner figure img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 834px) {
	
.ctr-TOPbanner {
	display: flex;
	flex-direction: column;
	width: auto;
	margin: auto;
}

.ctr-TOPbanner figure {
	width: 100%;
	padding: 0;
	margin: 10px 0px;
	box-sizing: border-box;
}
.ctr-TOPbanner figure img {
	width: 100%;
	height: auto;
}

}



/* --------------------------　 コントロールパネル ｜ 応募管理にステータス追加　-------------------------- */

tr.st-hen {
	background: #fffbaf !important;
}

tr.st-kakutei {
	background: #ffd7d8 !important;
}
tr.st-fusaiyo {
	background: #e3e3e3 !important;
}
tr.st-saiyo {
	background: #d6f8ff !important;
}



/* --------------------------　 コントロールパネル ｜ youtubeIDの説明　-------------------------- */
table.regist-table .schbutton {
   font-weight: normal;
	font-size: 1.5rem;
	color:#007ac6;
}
.modal-YT .modal-content-youtube .point-box h3 {
	padding: 0;
	width: 100%;
	text-align: center !important;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', serif;
margin-bottom:20px;
}
.modal-YT .modal-content-youtube .point-box p {
	padding: 0;
	font-size: 1.6rem;
margin-bottom:20px;
line-height:1.8;
}


@media screen and (max-width: 834px) {
	table.regist-table .schbutton {
   font-weight: normal;
	font-size: 1.4rem;
	color:#007ac6;
}
.modal-YT .modal-content-youtube .point-box h3 {
	padding: 0;
	width: 100%;
	text-align: center !important;
	font-size: 1.7rem;
margin-bottom:5px;
	display: block;
}
.modal-YT .modal-content-youtube .point-box p {
	padding: 0;
	font-size: 1.4rem;
margin-bottom:15px;
line-height:1.6;
}
}