@charset "utf-8";

.js-modal-open {
	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, .modal_content2{
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
}
.modal_content{
    width: 23%;
}
.modal_content2{
    width: 14%;
}
.inner {
	    text-align: center;
}
.inner2 {
	    text-align: center;
}
.m_kanryou{
    font-size: 26px;
    font-weight: bold;
	padding-top: 45px;
}
.m_kanryou2{
    font-size: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}
.t_center{
    padding: 0px 18px;
    margin-top: 45px;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 50px;
    text-align: left;
}
.js-modal-close, .js-modal-close2, .js-modal-close3{
font-size: 18px;
    border-radius: 10px;
    width: 100%;
    padding: 13px 0px;
	    font-weight: bold;
}
.pop_btn{
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid gray;
    color: gray;
}
@media screen and (max-width:1024px) {
	.modal_content{
    width: 45%;
}
.modal_content2{
    width: 278px;
}
}
@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: 80%;
}
.js-modal-close, .js-modal-close2, .js-modal-close3{
	    font-size: 16px;
}
.m_kanryou {
    font-size: 18px;
    font-weight: bold;
}
.t_center {
	    margin-top: 35px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 45px;
}
.m_kanryou2 {
	    font-size: 17px;
}
.modal_content, .modal_content2 {
    top: 43%;
}
.inner2 {
}
.modal_content2 {
}
}
@media screen and (max-width:375px) {
	.js-modal-close, .js-modal-close2, .js-modal-close3 {
}
}
@media screen and (max-width:360px) {
	.t_center {
		
	}
	.js-modal-close, .js-modal-close2, .js-modal-close3 {
    font-size: 15px;
	}
}