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

/*各ページimgに格納されたものを表示*/
.page_visual {
	background:url(../../img/page_visual.png) no-repeat center top;
	background-size: cover;
}

/*frame名ごとに背景指定*/
.main_parts.frame01 {
	background: url(../../img/pattern_bg01.png) repeat;
	min-height: 300px;
    padding: 30px 0;
}
.main_parts.frame02 {
	background: url(../../img/faq_bg02.png) no-repeat center center;
	background-size: cover;
}

.p_tit {
	font-size: 170%;
    padding: 3% 0px 3%;
	text-align: center;
}

.p_txt {
	padding: 3% 0px 3%;
}

ul.indent_text {
    margin: 10px 0;
}
ul.indent_text li {
    text-indent: -1em;
    padding-left: 1em;
    margin-bottom: 7px;
}

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

/* 1200pxより小さい,701pxより大きい場合 */

@media screen and (min-width: 701px) and (max-device-width: 1200px) {
	
}

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
	.topics-table th {
    width: 30%;
}
}

/* 500pxより小さい場合 */
@media screen and ( max-width: 500px ){
    
	.topics-table th {
		min-width: 125px;
	}
	.topics-table td {
		padding: 25px;
	}
	
}

