@charset "utf-8";

#js-modal-open, #js-modal-close{
	cursor: pointer;
}
.modal{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
}
.modal_bg{
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100vh;
    position: absolute;
}
.modal_content{
    background: #fff;
    max-width: 400px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
}
.inner{
    padding: 30px;
}
.p_group{
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif !important;
    color: #005e2d;
    font-weight: bold;
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
}
.p_name{
	margin-bottom: 10px;
}

.p_name p, .p_name2 p{
    font-size: 16px;
    margin-bottom: 5px;
}
.p_name span, .p_name2  p span{
    color: #e50011;
    font-weight: bold;
    font-size: 14px;
    vertical-align: middle;
}
.p_name input{
    /*border: 1px solid #595757;*/
	border: 1px solid #cacaca;
    /*width: 100%;*/
	width: calc(100% - 10px);
    height: 35px;
    font-size: 17px;
    padding: 5px 8px;
	margin-bottom: 5px;
}
.err_text{
	font-size: 14px !IMPORTANT;
    color: #e50011;
    text-align: right;
    /*float: right;*/
}
.p_flex{
    display: flex;
	justify-content: center;
    width: 245px;
    margin: 0 auto;
    margin-top: 40px;
}
.p_box,
.p_box2{
	width: 100%;
	max-width: 110px;
	margin: 0px 10px;
}

.p_box p, .p_box2 p{
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif !important;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
    padding: 9px;
    width: 100%;
    text-align: center;
}
.p_box p{
    color: #595757;
    background-color: #c9c9ca;
}
.p_box2 p{
    color: #fff;
    background-color: #90b3a4;
	cursor: pointer;
}
.container {
    margin-left: 13px;
    display: block;
    position: relative;
    padding-left: 29px;
    cursor: pointer;
	font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	    width: fit-content;
}
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.container input:checked ~ .checkmark {
    border: 1px solid #9db398;
    background-color: #9db398;
}
.p_waku{
    width: calc(100% - 3px);
    /*border: 1px solid #000;*/
    border: 1px solid #cacaca;
	border-bottom: none;
    padding: 9px 0px;
}
.p_waku:last-child{
	/*border-bottom: 1px solid #000;*/
	border-bottom: 1px solid #cacaca;
}

.scrool{
    max-height: 186px;
	/*border-bottom: 1px solid #000;*/
    overflow-y: scroll;
}
.scrool::-webkit-scrollbar {
	width:8px;
}
 
/* スクロールの背景の設定 */
.scrool::-webkit-scrollbar-track {
}
 
/* ドラックできるスクロール部の設定 */
.scrool::-webkit-scrollbar-thumb {
	background-color: #9d9d9d;
    border-radius: 5px;
}
.checkmark {
    border: 1px solid #595757;
    transform: translate(0px , -55%);
    position: absolute;
    top: 50%;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fff;
    border-radius: 50%;
}
.container input:checked ~ .checkmark:after {
    display: block;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.container .checkmark:after {
	top: 4px;
    left: 8px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.p_name2{
    margin-bottom: 10px;
}
.taisyutu{
    font-size: 18px;
    text-align: center;
    padding-top: 50px;
}

@media screen and (max-width:1024px) {
	.modal_content{
    width: 38%;
}
}
@media screen and (max-width:810px) {
	.modal_content{
    width: 47%;
}
}
@media screen and (max-width:768px) {

}
@media screen and (max-width:414px) {
	.modal_content {
    width: 75%;
}
.t_center {
    font-size: 16px;
    line-height: 28px;
    margin-top: 60px;
    margin-bottom: 45px;
}
.js-modal-close {
    padding: 5px 15px;
	    font-size: 16px;
}
.p_group {
    font-size: 18px;
    margin-bottom: 10px;
}
.p_name p, .p_name2 p {
    font-size: 16px;
}
.p_name input {
    height: 30px;
    font-size: 16px;
}
.container {
    font-size: 16px;
}
.checkmark {
    height: 20px;
    width: 20px;
}
.container .checkmark:after {
    top: 3px;
    left: 7px;
    width: 5px;
    height: 10px;
}
.p_box p, .p_box2 p {
    font-size: 16px;
	padding: 7px;
    /*width: 100px;*/
}
.p_flex {
    max-width: 215px;
    width: 100%;
}
.scrool {
    max-height: 187px;
}
.scrool::-webkit-scrollbar {
    width: 5px;
}
}
@media screen and (max-width:375px) {
}
@media screen and (max-width:360px) {
}
@media screen and (max-width:320px) {
}