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

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

.topics-table a {
    color: #ff9a4a;
    text-decoration: underline;
}

/*frame名ごとに背景指定*/

/*.main_parts.frame01 {
	background: url(../img/faq_bg01.png) no-repeat center center;
	background-size: cover;
}*/

.main_parts.frame01 {
	background: url(../img/guide_bg.png) repeat;
}

.main_parts.frame01 .inner_parts {
    text-align: center;
    padding: 30px 0;
}

/*
.main_parts.frame02 {
	background: url(../img/faq_bg02.png) no-repeat center center;
	background-size: cover;
}*/

.main_parts.frame02 {
	background: url(../img/guide_bg02.png) repeat;
}

.main_parts.frame03 {
	background: url(../img/guide_bg03.png) repeat;
}


.main_parts.frame03 .inner_parts {
    text-align: center;
    padding: 30px 0;
}

p.catch.small {
    font-size: 160%;
}

p.access {
    margin-top: 30px;
}

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

.p_txt {
    padding: 3% 0px 3%;
    text-align: left;
}

.briefing-box {
	padding:30px;
	background:#fff1e3;
	overflow:hidden;
	margin-top:20px;
}

.p_txt.briefing {
	padding: 0;
    text-align: center;
}



/* 制服
=========================================*/
.uniform-box {
    overflow: hidden;
    margin: 0 auto;
    width: 720px;
}

.uniform {
    padding: 40px 0;
    overflow: hidden;
    width: 183px;
    float: left;
    margin-right: 70px;
}

.natsu {
    float: left;
    margin-right: 15px;
}

.huyu {
    float: right;
}

p.uniform-txt {
    text-align: center;
    margin-top: 10px;
}

.uniform.sports {
    margin-right: 0px;
}


/* topics-table
=========================================*/
.topics-table {
    width: auto;
    padding: 20px 0;
}

tbody {
    border: 3px solid #bdbdbd;
}

.topics-table th {
    text-align: center;
	background:#f3f3f3;
}

.topics-table td {
    padding: 24px;
	background:#fff;
	text-align:left;
}

p.left-text {
    padding: 24px;
    text-align: left;
}

th.bus {
    background: #fff1da;
}

td.bus {
    background: #fff7eb;
}

th.orange-t {
    background: #ffe2b6;
}

.topics-table tr {
    border-bottom: solid 1px #bdbdbd;
}

p.topics-title {
    font-weight: bold;
}

p.topics-text {
}

.new-icon {
    margin: 0 auto;	
    width: 46px;
	padding: 4px 10px;
	border-radius:100px;
    -webkit-border-radius:100px;
    -moz-border-radius:100px;
	background-color:#71be4e;
    color:white;
    text-align: center;
    font-size: 80%;
	font-weight:bold;
    margin-top: 5px;
}
.red{
	color: #ff0000;
}
.text-indent{
	padding-left: 5em;
	text-indent: -5em;
}
.p_txt.right{
	text-align: right;
}

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

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

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

/* 700pxより小さい場合 */
@media screen and ( max-width: 700px ){
.uniform-box {
    margin: 0 auto;
    width: auto;
}

.uniform {
	padding: 25px 0;
    float: none;
    margin: 0 auto;	
}

.uniform.sports {
    margin: 0 auto;
}
	
p.catch.small {
    font-size: 140%;
}

}

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

