@charset "utf-8";
/* CSS Document */


.about_list li{
   text-indent: 1em;
   padding-left: -1em
}

#policy_title{
	text-align: center;
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 40px;
    line-height: 1.3em;
    padding-top: 30px
 }
@media screen and (max-width:767px) {
#policy_title{
	font-size:1.3rem;
    
}
}
 
 
.container_s h3{
 	font-weight: 700;
	font-size: 120%;
	border-bottom: 2px var(--skyblue) solid;
	padding-bottom: 5px;
	margin: 30px 0 15px 0
 }
 @media screen and (max-width:767px) {
 .container_s h3{
	margin: 30px 0 10px 0
 }
 }
 
.ppbox .txt ol li {
    list-style-type: decimal;
    margin-left: 25px;
    margin-top: 30px;
}
.ppbox .txt p {
    margin-bottom: 30px;
}


.modal_text{
	clear:both;
	line-height:1.8em
}

.mo_midashi{
	font-size: 110% !important;
    font-weight: bold;
    margin: 40px 0 5px 0 !important;
}

.modal_text dl {
  width:700px;
}
.modal_text dt {
  float:left;
  width:100px;
}
.modal_text dd {

}




.lock {
    overflow:hidden;
}

.modal-content {
    position:relative;
    display:none;
    width:950px;
    max-height:80%;
    margin:30px;
    padding:10px 40px;
    background:#fff;
    overflow:auto;
    font-size:14px;
    color: #666666;
    line-height:1.8em;
    text-align:justify
}
@media screen and (max-width:1024px) {
.modal-content {
    width:90%;
     padding:20px 20px;
     max-height:74%;
     position: fixed;
    margin: auto;
}
}
@media screen and (max-width:767px) {
.modal-content {
    width:90%;
     padding:20px 20px;
     max-height:74%;
     position: fixed;
    margin: auto;
}
}
@media screen and (max-width:375px) {
.modal-content {
     max-height:83%;
     position: fixed;
     inset: 0;
}
}

.modal_lead{
    text-align: center;
    font-size: 16px;
    margin: 40px 0 0 0
}

.modal-content p {
    margin:0;
    padding:0;
    font-size:14px
}
@media screen and (max-width:767px) {
p.modal_attention{
    font-size: 12px;
}
.mt_modal{
    margin-top: 10px !important
}
}

.modal-overlay {
    z-index:3;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-wrap {
    z-index:4;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.modal-open {
   /* color:#00f;
    text-decoration:underline;*/
}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
    color:#fff;
    background:#000;
    padding:3px 15px;
    width:130px;
    margin:30px auto 0 auto;
    text-align:center;
    text-decoration:none;
    letter-spacing:0.1em;
    font-weight:bold;
    display:block;
    border-radius: 20px;
}
@media screen and (max-width:767px) {
.modal-close {
    padding:3px 15px;
    width:130px;
    margin:30px auto 0 auto;
    font-size: 14px
}
.mt0{
    margin-top: 0
}
}


.modal-close:hover {
    cursor:pointer;
    color:#fff;
}
