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

.under_visual {
	background: url(../img/visual.png)no-repeat center center;
    background-size: cover;
	text-align: center;
	padding: 150px 0 90px;
}

.pege_name {
	font-size: 260%;
	font-weight: bold;
    padding: 0 0 5px;
    margin-bottom: 10px;
    border-bottom: 2px dotted #ee7d32;
	display: inline-block;
}

.page_name_en {
	font-size: 100%;
	font-weight: bold;
}

.main {
    max-width: 1000px;
	width: 100%;
    margin: auto;
    padding: 30px 0;
}

/* ==========================
==========　メイン　===========
============================= */

.genre_title {
    font-size: 150%;
    padding: 15px 40px;
	color: #fff;
}

.cate01 .genre_title {
	background: #2caae9;
}

.ap_txt {
    margin: 10px 0 40px;
}

.privacy_box .midashi {
    color: #2caaea;
    font-size: 140%;
    border-bottom: 1px solid;
    padding: 0 0 2px 10px;
}

p.privacy_txt {
    margin: 20px 0px 35px;
}


/* 固有のスマホ対応記述
========================== */

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	
	.ap_txt {
		width: 95%;
		margin: 10px auto 40px;
	}
	p.privacy_txt {
		margin: 20px auto 35px;
		width: 90%;
	}
	
}

/* 390pxより小さい場合 */
@media screen and ( max-width: 390px ){

}



