@charset "UTF-8";
/*------------------------------------*\
 * 52.1 メインビジュアル文字
 */


@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);


/**********************************/
/*         PDF問題部分レイアウト         */
/**********************************/


/** メインカラム **/
.l-menu {
    float: left;
    width: 100%;
    max-width: 30%;
    padding: 12px 12px 12px 12px;
}

@media screen and (max-width: 640px) {
    .l-menu {
        float: none;
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
    }
}

/** サイドバー **/
.l-pdf {
    float: left;
    width: 100%;
    max-width: 70%;
    padding: 12px 12px 12px 12px;
}

.l-pdf h1{
	font-size: 24px;
	weight: 600;
}

@media screen and (max-width: 640px) {
    .l-pdf {
        float: none;
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }

	.l-pdf h1{
		font-size: 20px;
	}
}

/**********************************/
/*         PDF問題部分から紹介へ         */
/**********************************/
.all-column{
    clear:both;
	width:100%;
}

/*****************************************************/
/*    PDF問題リスト（アコーデオンバージョン）        */
/*****************************************************/

/** サイドバー **/
.l-sidebar-pdf {
    width: 100%;
    max-width: 24%;
    padding-top: 12px;
}


@media screen and (max-width: 640px) {
    .l-sidebar-pdf {
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}


ul#menu, ul.sub_menu{
	list-style:none;
	margin:0;
	padding:0;
}
#menu{
	//background-color:#999;
	width:270px;
	//margin:10px;
	/border:1px solid #cccccc;
	//border-bottom:none;
}
.main_menu{
    padding: 5px 0 5px 0;
	cursor:pointer;
	font-size:18px;
	color:#ffffff;
	background: #536660 url("../images/fixpage/category1.png") no-repeat 0 5px;
	padding-left: 25px;
}

.sub_menu{
    padding: 0 10px 0 0;
	font-size:14px;
	color:#000000;
}

.sub_menu li a {
	text-decoration:none;
}

.sub_menu li.current{
	background-color: #E2E2E2;
	color: #8C8C8C;
}

.sub_menu li{
	border-left:2px solid #738680;
	border-right:2px solid #738680;
	border-bottom:2px solid #738680;
	padding: 2px 5px 2px 5px;
}

.sub_menu li.category1{
	font-size:18px;
	color:#ffffff;
	background: #738680 url("../images/fixpage/category1.png") no-repeat 0 2px;
	padding-left: 25px;
}

.sub_menu li.category2{
	font-size:14px;
	color:#536660;
	background-color: #DFEDED;
	//background: #DFEDED url("../images/fixpage/category2.png") no-repeat 3px 4px;
	padding-left: 5px;
}



/**********************************/
/*         タグリスト         */
/**********************************/

.taglist {
	text-align: right;
}


/**********************************/
/*         紹介部分         */
/**********************************/
.title-black {
	color: #3B7E7F;
    font-size: 2.3em;
    font-weight: 500;
    line-height: 1.0em;
    text-align: center;

}



.four-boxes {
    overflow: hidden;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.four-boxes li {
	display: inline-block;
    margin-right: 0;
	margin-bottom: 5px;
}


/***** 52.1 メインビジュアル文字 *****/

.title-black {
	color: #3B7E7F;
    font-size: 2.3em;
    font-weight: 500;
    line-height: 1.0em;
    text-align: center;

}

@media screen and (max-width: 640px) {
    .title-black {
    font-size: 1.5em;
    }
}


/**********************************/
/*         カラーボックス         */
/**********************************/


.home-subtitle-box
{
	text-align: center ;				/* テキスト、画像の真ん中寄せ */
	margin-bottom: 2em ;				/* 他のブロックとのスペース */
	background: #9BCCCE ;				/* 背景色 */
	padding: 10px 0 10px 0;
	margin: 40px 0 20px 0;
}


/* 中の文字1 */
.home-subtitle-box-char {
	color: #3B7E7F;
    font-size: 2.0em;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
	padding: 10px 0 10px 0;
}

@media screen and (max-width: 880px) {
    .home-subtitle-box-char {
    font-size: 1.5em;
    }
}

/* 中の文字2 */

.home-subtitle-box-char-mini {
	color: #3B7E7F;
    font-size: 1.4em;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
	padding: 10px 0px 10px 0;

}

.home-subtitle-box-char-mini-w {
	color: #ffffff;
    font-size: 1.4em;
    font-weight: 600;
}

img.bottun_s{
	margin: 5px 0px 0px 0px;
	vertical-align: bottom;

}

/**********************************/
/*         赤いカラーボックス         */
/**********************************/


.fix-bigbox
{
	text-align: center ;				/* テキスト、画像の真ん中寄せ */
	margin-bottom: 2em ;				/* 他のブロックとのスペース */
	background: #D67798 ;				/* 背景色 */
	padding: 10px 0 10px 0;
	margin: 40px 0 20px 0;
}


/* 中の文字 */
.fix-bigbox-char {
	color: #000000;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
	padding: 10px 0 10px 0;
}

.fix-bigbox-char-strong {
	color: #ffffff;
}


/**********************************/
/*     2段が1段になるテーブル     */
/**********************************/


.title-box{
	margin-left: auto;
	margin-right: auto;
	/* border-bottom: 3px solid #738780 ;		/枠線 */
	text-align: center ;				/* テキスト、画像の真ん中寄せ */
	padding: 0 0;					/* 上下の余白 */
	margin-bottom: 1em ;				/* 他のブロックとのスペース */
	background: #9BCCCE ;				/* 背景色 */
	width: 1000px;
}

@media (max-width:1000px){
	.title-box{
	width: 100%;
	}
}

table.title-box td,table.title-box td{
	display:table-cell
}

@media (max-width:1000px){
	table.title-box td,table.title-box td{
		display:block
	}
}

/* 中の文字1 */

.title-box-char {
	color: #3B7E7F;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
	padding-top: 10px;
}

/* 中の文字2 */

.title-box-char-mini {
	color: #3B7E7F;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2em;
    text-align: center;
	padding-bottom: 10px;

}

.title-box-char-mini-w {
	color: #ffffff;
    font-size: 26px;
    font-weight: 600;
}

@media screen and (max-width: 640px) {
    .title-box-char {
    	font-size: 22px;
		padding: 10px 0 0 0;
    }

	.title-box-char-mini {
		color: #3B7E7F;
		font-size: 16px;
    	line-height: 1.2em;
		padding: 0 0 10px 0;
	}

	.title-box-char-mini-w {
		color: #fffff;
		font-size: 18px;
		font-weight: 600;
	}

}
/***** ◎のある図 *****/

.in-3box {
    margin-top: 1em;
    margin-bottom: 0em;
	text-align: center;
}

.in-3box li {
	display: inline-block;
    max-width: 31.5%;
    margin-right: 16px;
	margin-bottom: 1em;
	text-align: center;
}

@media screen and (max-width: 300px) {
    .in-3box li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }
}

/*****************************************************/
/*       PDF添付用の箱（WP固定ページで使用）         */
/*****************************************************/

.pdf-title{
	text-align: left ;
    font-size: 20px;
    font-weight: 600;
	color: #3B7E7F;
}

.pdf-table{
	text-align: left ;				/* テキスト、画像の真ん中寄せ */
	margin: 0 0 30px 0;
}

.pdf-table a{
	text-decoration: none;
}

.pdf-table td{
	background: #A1C0C5 ;				/* 背景色 */
	vertical-align: top;
	padding: 10px 10px 10px 10px;
}

/* 中の文字 */
.pdf-box-char {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}

.pdf-box-exp {
	color: #3B7E7F;
    font-size: 24px;
}

.pdf-box-char-link {
	color: #D77799;
    font-size: 24px;
}

/***** PDFの部分　ウィンドウが狭くなったら縦に *****/

.pdf-box {
    margin: 0 0 0 0;
}

.pdf-box li {
	display: inline-block;
    max-width: 145px;
    margin: 5px 0 0 5px;
	color: #ffffff;
	text-align: center;

}

.exp-cell{
	max-width: 300px;
}

@media screen and (max-width: 400px) {
    .pdf-box li {
        max-width: 150px;
    }

	.exp-cell{
		max-width: 600px;
	}
}

/*============================================
フッタのトップへ上がる矢印ボタン
============================================*/
#wrap {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

