.modal_box{width:auto; padding:20px 0; }
.modal_box h2{margin:0 0 10px 0; font-size:21px; color:#7d0022; text-align:center;}
.modal_box h3{margin:0 0 10px 0; font-size:18px; color:#7d0022; text-align:center;}
.modal_box a{text-decoration:none; color:#7d0022; font-weight:bold; outline:none;}
.modal_box p{text-align:left; line-height: 1.8em;}
.modal_box .remodal-confirm{margin:20px 0 0 0;}
.modal_box .message{margin:0 0 25px 0;}
.modal_box .message p{text-align: center;}
.modal_box .info{text-align: center;}
.modal_box .info p{margin:0 0 10px 0; font-size:18px; text-align: center;}

.popup_3{position: fixed; bottom: 10px; z-index: 999;}
.popup_3.left{ left: 0;}
.popup_3.right{ right: 0;}
.popup_3.close{display: none;}
.popup_3.left .popup_btn{background: #333; border-radius: 50%; color: #fff; cursor: pointer; display: block; height: 27px;  width: 27px; position: absolute; right: -10px; top: -10px; text-align: center;}
.popup_3.right .popup_btn{background: #333; border-radius: 50%; color: #fff; cursor: pointer; display: block; height: 27px;  width: 27px; position: absolute; left: -10px; top: -10px; text-align: center;}

.popup_contents{width:250px; position: relative;}
.popup_contents a img{width:100%; height:auto; }
.popup_contents a{color:#7d0022; font-weight:bold; transition: opacity 0.5s ease-out;}
.popup_contents a:hover{opacity: .5;}

.remodal{padding: 55px; max-width:800px;}
.remodal .section_box{letter-spacing:0.15em; margin:0 0 20px 0;}
.remodal .message{padding:0 0 20px 0; }
.remodal .message p{padding:0 0 10px 0; }
.remodal h2{color:#7d0022;}
.remodal h3{margin:0 0 20px 0; color:#7d0022; }
.remodal h4{margin:0 0 10px 0; color:#59493f; }

.sp_on{display: none;}
.pc_on{display: block;}

@media only screen and (max-width: 767px){
.modal_box h2{margin:0 0 10px 0; font-size:21px; color:#7d0022; text-align:center;}
.modal_box h3{margin:0 0 10px 0; font-size:18px; color:#7d0022; text-align:center;}
.modal_box p{text-align:left;}
.modal_box .message p{text-align:left;}
    
.sp_on{display: block;}	
.pc_on{display: none;}    
    
}
