@charset "utf-8";

/* ========================= */
/* 							 */
/* 	privacy CSS				 */
/* 	last update 240124		 */
/* 							 */
/* ========================= */



/* プライバシー：基本
---------------------------------------------------- */

#cover {
    border-bottom: 1px solid #ededed;
	}
#con_title {
    display: none;
	}

@media screen and (max-width: 1044px){
#con_main {
    margin: 0 24px;
    }
}
@media screen and (max-width: 640px){
#con_main {
    width: 100%;
    margin: 0;
    padding: 0 4px;
    }
}

#privacy .gTitle {
    margin: 40px auto;
    max-width: 720px;
    text-indent: 1em;
	}
.contentEntry h3 {
    position: relative;
	}
#privacy .gTitle:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 6px;
    height: 28px;
    background-color: #FA2068;
	}

#privacy .mark_new {
    display: none;
	}
    
#privacy .date {
    margin: 40px auto;
    max-width: 720px;
    text-indent: 1em;

    font-size: 0.6em;
	color: #888686;
    }
#privacy .date:after {
    content: '制定';
	}
#privacy .date_y:after {
    content: '年';
	}
#privacy .date_m:after {
    content: '月';
	}
#privacy .date_d:after {
    content: '日';
	}

.sctEd {
    max-width: 720px;
    margin: 40px auto 80px;
	}
.sctEd h4 {
    padding: 4px 14px;
    background: #EDEDED;
	}

/*---- イメージ ----*/

img#img {
	}


/*@media screen and (max-width: 479px) {*/ /* ヨコ479px以下 */
@media screen and (max-width: 640px) { /* ヨコ640px以下 */ 


/* pageイメージ： 
---------------------------------------------------- */

#con_title {
    height: auto;
    }
#con_title img {
    position: static;
    left: 0;
    transform: none;
    }

/* サイトマップページナビ： navm
---------------------------------------------------- */

#dummy {
	}
	


}