@charset 'UTF-8';

.pop_form {
    z-index: 9999;
    font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
    overflow-y: scroll;
    position: relative;
    z-index: 9999;
}

.pf_b_bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
}

.pf_content {
    background: #fff;
    width: 100%;
    max-width: 1200px;
    position: fixed;
    top: 180px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.pf_content_inner {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 0 70px;
}

.pf_content h2 {
    font-size: 42px;
    text-align: center;
    margin: 0;
    margin-bottom: 32px;
    letter-spacing: 0.3px;
    color: #000;
}

.pf_content_no {
    position: absolute;
    font-size: 36px;
    top: 12px;
    left: 12px;
    line-height: 1;
    color: #000;
}

.pf_content_01 {
    width: 85%;
    margin: 0 auto;
}

@media screen and (min-width: 901px) {
    .pf_content_02 {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }
    
    .pf_content_02 > div {
        width: 48%;
    }
}


.pf_content ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #a9a9a9;
    flex-wrap: wrap;
    margin: 0;
}

.pf_content_02 ul:last-child {
    border-bottom: 1px solid #a9a9a9;
}

.pf_content ul li {
    line-height: 1;
    font-size: 18px;
    list-style: none;
}

.pf_area {
    background: #f091a0;
    padding: 12px 0px;
    text-align: center;
    width: 19%;
    color: #fff;
    margin-right: 18px;
}

.pf_area_region {
    margin-right: 18px;
    text-align: left;
    position: relative;
}

.pf_area_region a {
    position: relative;
    padding: 0;
    padding-left: 15px;
} 

.pf_area_region a::before,
.pf_area_region a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.pf_area_region a::before{
	left: 0px;
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    transition: opacity 1s;
}

.pop_form a {
    text-decoration: none;
    border-bottom: none;
    color: #000;
}

.pop_form a:hover {
    opacity: 0.5;
}

@media screen and (max-width: 1350px) {
    .pf_content {
        width: 90%;
        top: 15%;
    }
    .pf_content h2 {
        font-size: 4vw;
        margin-bottom: 3%;
    }
    .pf_content ul li {
        line-height: 1;
        font-size: 1.4vw;
    }
    .pf_area {
        margin-right: 1.6vw;
    }
    .pf_area_region a {
        position: relative;
        padding-left: 1.2vw;
    }
    .pf_area_region {
        margin-right: 3%;
        text-align: left;
        position: relative;
    }
} 

@media screen and (max-width: 900px) {
    .pf_content {
        width: 90%;
        top: 40px;
        height: 75vh;
        overflow-y: scroll;
    }
    .pf_content h2 {
        font-size: 5vw;
        margin-bottom: 4%;
        font-weight: 600;
    }
    .pf_content ul {
        padding: 3% 0 5%;
    }
    .pf_content ul li {
        line-height: 1;
        font-size: 2.6vw;
    }
    .pf_area_region a {
        position: relative;
        padding-left: 22px;
        margin-top: 3%;
        display: block;
    }
    .pf_area_region {
        margin-right: 8%;
        text-align: left;
        position: relative;
        padding: 4% 0 0%;
    }
    .pf_content_inner {
        padding: 10% 0 10%;
    }
    .pf_content ul .pf_area {
        background: #f091a0;
        padding: 2% 2%;
        text-align: left;
        width: 100%;
        color: #fff;
        margin-right: 0;
        font-size: 3vw;
        font-weight: normal;
    }
    .pf_content_no {
        top: 2%;
        left: 4%;
    }
    .pf_content_02 {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 460px) {
    .pf_content {
        width: 90%;
        top: 40px;
        max-height: 85vh;
        overflow-y: scroll;
    }
    .pf_content h2 {
        font-size: 8vw;
        margin-bottom: 4%;
        font-weight: 600;
    }
    .pf_content ul {
        padding: 4% 0 7%;
    }
    .pf_content ul li {
        line-height: 1;
        font-size: 3.6vw;
    }
    .pf_area_region a {
        position: relative;
        padding-left: 22px;
        margin-top: 3%;
        display: block;
    }
    .pf_area_region {
        margin-right: 8%;
        text-align: left;
        position: relative;
        padding: 6% 0 0%;
    }
    .pf_content_inner {
        padding: 10% 0 10%;
    }
    .pf_content ul .pf_area {
        background: #f091a0;
        padding: 3%;
        text-align: left;
        width: 100%;
        color: #fff;
        margin-right: 0;
        font-size: 4vw;
        font-weight: normal;
    }
    .pf_content_no {
        top: 2%;
        left: 4%;
    }
    .pf_content_02 {
        padding-bottom: 50px;
    }
}