@charset "utf-8";
/* boshu.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* サブメニュー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sub_menu {
	background-color: #342A7B;
	line-height: 55px;
	height: 55px;
	position: fixed;
	width: 100%;
}
#sub_menu ul {
	font-size: 0px;
	text-align: center;
}
#sub_menu li {
	font-size: 14px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}
#sub_menu li a {
	color: #FFFFFF;
	text-decoration: none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページタイトル　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_name_box {
	margin-top: 55px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* あれこれ　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h4 {
	font-size: 24px;
	margin-bottom: 20px;
}
/* テーブル */
tr:nth-child(odd) {
	background-color: #F2F2F2;
}
th {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 220px;
	border-right: 25px solid #FFFFFF;
	text-align: left;
}
td {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/* ボタン */
.bt_more {
	margin-top: 40px;
	text-align: center;
	width: 200px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	line-height: 50px;
}
.bt_more a {
	background-color: #342A7B;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius: 8px;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.bt_more a:hover {
	background-color: #5D4FC3;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* エントリーフォーム　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.inner_s {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}







/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 680px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* サブメニュー　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#sub_menu {
	line-height: 45px;
	height: 45px;
}
#sub_menu li {
	width: calc(100% / 3);
	margin-left: 0px;
	margin-right: 0px;
	font-size: 12px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* ページタイトル　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#page_name_box {
	margin-top: 45px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* あれこれ　　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
h4 {
	font-size: 18px;
	margin-bottom: 15px;
}
/* テーブル */

th {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 80px;
	border-right: 10px solid #FFFFFF;
}
td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* ボタン */
.bt_more {
	margin-top: 30px;
	width: 80%;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* エントリーフォーム　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.inner_s {
	width: 100%;
}


}
