@charset "utf-8";
body {
	margin: 0 0 0 0;
	color: #000;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	background: #fff;
	line-height: 1.6;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure, form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
ul {
	list-style-type: none;
}
ol {
	padding-left: 40px;
	padding-bottom: 15px;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}
iframe {
	width: 100%;
}




/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
header {
	color: #fff;
}
header a {
	color: #fff;
}
header #logo {
	float: left;
	margin-bottom: 27px;
	margin-top: 8px;
}

#menubar {
	clear: both;
	overflow: hidden;
}
#menubar li {
}
#menubar li a {
	display: block;
	text-decoration: none;
	text-align: left;
	padding: 8px 10px;
	color: #000;
	border-bottom: 1px solid #000;
	font-size: 0.95em;
}
#menubar li a:hover {
	background: #271b84;
	color: #fff;
}
#menubar li.current a {
	background: #e3e1ee !important;
	color: #271b84;
	text-shadow: none;
}
#menubar-s {
	display: none;
}
#menubar_hdr {
	display: none;
}
#contents-in {
	float: left;
	width: auto;
}
/*
.c2 #contents-in {
	float: none;
	width: auto;
}
*/

#main {
	float: right;
	width: 600px;
	margin: 0 0 20px 20px;
}
#main h1 {
	font-size: 110%;
	color: #ffffff;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 15px;
	padding: 6px 10px 5px 10px;
	clear: both;
}

#main h2 {
	background: #f6efd6;
	box-shadow: 0px 0px 0px 5px #f6efd6;
	border: dashed 1px #a8a1c2;
	padding: 10px 10px 8px;
	color: #000;
	width: calc(100% - 32px);
	margin: 15px 0 15px 5px;
}
#main h3 {
	font-size: 100%;
	color: #271b84;
	line-height: 200%;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #ffffff;
	padding: 5px 5px 3px 0;
	border-bottom: solid 2px #271b84;
	clear: both;
}
#main h4 {
	font-size: 100%;
	color: #000;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #ffffff;
	padding: 5px 5px 3px 0;
	border-bottom: dashed 1px #271b84;
	clear: both;
}
#main p {
	line-height: 1.6;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main p.idt01 {
	padding-left: 1em;
	text-indent: -1em;
}
.pttl01 {
	background: #eaecf2;
	border: solid 1px #c6cbe4;
	padding: 1px 8px 0 8px;
	font-size: 100%;
}
ol.menu01 {
	counter-reset: number;
	list-style-type: none!important;
	padding: 0;
}
ol.menu01 li a {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 10px;
	font-size: 1.1rem;
	line-height: 1.5em;
	background: #ebe9f2;
	border-left : solid 35px #8775be;
	margin-bottom: 5px;
	color: #271b84 !important;
}
ol.menu01 li a:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display: inline-block;
	color: #fff;
	font-weight: normal;
	font-size: 1rem;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -35px;
	width: 35px;
	height: 1em;
	line-height: 1;
	text-align: center;
}
ol.menu01 li a:hover {
	color: #fff !important;
	background: #271b84;
}

.list1 li {
	background: url(../../img/icon/bg_list1.png) no-repeat left top;
	padding-left: 18px;
}

ol.list2 {
	position: relative;
	margin: 0;
	padding: 0
}
ol.list2 li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em
}
ol.list2 li span {
	position: absolute;
	left: 0;
	margin: 0
}
/*IE6*/
*html ol.list2 li span {
	left: -1.25em;
}
#main section + section {
	margin-top: 30px;
}


#sub {
	float: left;
	width: 180px;
	margin-bottom: 20px;
}
#sub h1 {
	font-size: 110%;
	color: #ffffff;
	background-color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 6px 0 5px 10px;
}
#sub h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
}
#sub h1 a:hover {
	text-decoration: underline;
}

#sub p, #side p {
	line-height: 1.6;
}




/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*アニメーションのキーグレーム設定（変更不要）*/
@keyframes scroll {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

body .nav-fix-pos-pagetop a {
	display: none;
}

body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;
	line-height: 50px;
	z-index: 100;
	position: fixed;
	bottom: 20px;
	right: 1%;
	background: #000;
	background: rgba(39,27,132,0.6);
	color: #fff;
	border-radius: 10%;
	animation-name: scroll;
	animation-duration: 1S;
	animation-fill-mode: forwards;
}
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #271b84;
}

/* ========TABLE========= */

table.tbl02 {
	margin: 10px 0 15px !important;
	border-collapse: separate;
	border-spacing: 0 !important;
	line-height: 1.5;
	text-align: left;
}
table.tbl02 th {
	font-weight: normal;
}
table.tbl02 td {
	padding: 0 15px 0 0;
	vertical-align: top;
}
table.tbl03 {
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
table.tbl03 th {
	padding: 6px;
	font-weight: normal;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	background-color: #eaebf5;
	text-align: center;
}
table.tbl03 td {
	padding: 6px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	text-align: center;
}
/*--------------------------
UTILITY
--------------------------*/
sub {
	position: relative;
	top: -3px;
	font-size: 80%;
	line-height: 150%;
	padding: 0 2px 0 1px;
}
/* color */
.cred {
	color: #F00 !important;
}
/* fontstyle */
.bld {
	font-weight: bold !important;
}
.ul {
	text-decoration: underline !important;
}
.bldul {
	font-weight: bold !important;
	text-decoration: underline !important;
}
.cb {
	clear: both !important;
}
/* align */
.alr {
	text-align: right !important;
}
.all {
	text-align: left !important;
}
.alc {
	text-align: center !important;
}
/* valign */
.valt {
	vertical-align: top !important;
}
.valm {
	vertical-align: middle !important;
}
.valb {
	vertical-align: bottom !important;
}
/* margin */
.mgb00 {
	margin-bottom: 0 !important;
}
.mgb05 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb15 {
	margin-bottom: 15px !important;
}
.mgb20 {
	margin-bottom: 20px !important;
}
.mgb30 {
	margin-bottom: 30px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb50 {
	margin-bottom: 50px !important;
}
.mgt00 {
	margin-top: 0 !important;
}
.mgt05 {
	margin-top: 5px !important;
}
.mgt10 {
	margin-top: 10px !important;
}
.mgt15 {
	margin-top: 15px !important;
}
.mgt20 {
	margin-top: 20px !important;
}
.mgt25 {
	margin-top: 25px !important;
}
.mgt30 {
	margin-top: 30px !important;
}
.mgr00 {
	margin-right: 0 !important;
}
.mgr05 {
	margin-right: 5px !important;
}
.mgr10 {
	margin-right: 10px !important;
}
.mgr15 {
	margin-right: 15px !important;
}
.mgr20 {
	margin-right: 20px !important;
}
.mgr25 {
	margin-right: 25px !important;
}
.mgr30 {
	margin-right: 30px !important;
}
.mgl1w {
	margin-left: 1em !important;
}
.mgl00 {
	margin-left: 0 !important;
}
.mgl05 {
	margin-left: 5px !important;
}
.mgl10 {
	margin-left: 10px !important;
}
.mgl15 {
	margin-left: 15px !important;
}
.mgl20 {
	margin-left: 20px !important;
}
.mgl25 {
	margin-left: 25px !important;
}
.mgl30 {
	margin-left: 30px !important;
}
/* padding reset */
.pdb00 {
	padding-bottom: 0 !important;
}
.pdb05 {
	padding-bottom: 5px !important;
}
.pdb10 {
	padding-bottom: 10px !important;
}
.pdb15 {
	padding-bottom: 15px !important;
}
.pdb20 {
	padding-bottom: 20px !important;
}
.pdb25 {
	padding-bottom: 25px !important;
}
.pdb30 {
	padding-bottom: 30px !important;
}
.pdt00 {
	padding-top: 0 !important;
}
.pdt05 {
	padding-top: 5px !important;
}
.pdt10 {
	padding-top: 10px !important;
}
.pdt15 {
	padding-top: 15px !important;
}
.pdt20 {
	padding-top: 20px !important;
}
.pdt25 {
	padding-top: 25px !important;
}
.pdt30 {
	padding-top: 30px !important;
}
.pdl05 {
	padding-left: 5px !important;
}
.pdl10 {
	padding-left: 10px !important;
}
.pdl15 {
	padding-left: 15px !important;
}
.pdl20 {
	padding-left: 20px !important;
}
.pdl25 {
	padding-left: 25px !important;
}
.pdl30 {
	padding-left: 30px !important;
}
.pdl45 {
	padding-left: 45px !important;
}
.pdr05 {
	padding-right: 5px !important;
}
.pdr10 {
	padding-right: 10px !important;
}
.pdr15 {
	padding-right: 15px !important;
}
.pdr20 {
	padding-right: 20px !important;
}
.pdr25 {
	padding-right: 25px !important;
}
.pdr30 {
	padding-right: 30px !important;
}
.floatl {
	float: left;
	padding-right: 15px;
}
.floatr {
	float: right;
}
.pht01 {
	display: table;
}
.pht01 .pht {
	display: table-cell;
	float: left;
}
.pht01 .txt {
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
	font-size: 90%
}
.cap01 {
	font-size: 90%;
	color: #006;
}
.w100p {
	width: 100%;
}
.w80p {
	width: 80%;
}
.w70p {
	width: 70%;
}
.w60p {
	width: 60%;
}
.w55p {
	width: 55%;
}
.w50p {
	width: 50%;
}
.w45p {
	width: 45%;
}
.w40p {
	width: 40%;
}
.nwr {
	white-space: nowrap;
}
.thtd01 {
	white-space: nowrap;
	vertical-align: top;
	text-align: right;
}



ul.link {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
	/*text-align: center;*/
}
ul.link li {
	margin: 0 10px;
	display: inline-block;
	color: #FFF;
	transition: 0.4s !important;
}
ul.link li {
	background: url(../../img/arrow01.png) no-repeat right 10px center, #fef7de;
	border-radius: 2px;
}
ul.link li a {
	display: block;
	color: #271b84;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);*/
	padding: 10px 30px 8px 15px;
	line-height: 1.4;
	border: solid 1px #8775be;
}
ul.link li:hover {
	background: url(../../img/arrow02.png) no-repeat right 10px center, #271b84;
}
ul.link li a:hover {
	color: #fff;
}
/*
	background: #ebe9f2;
	border-left : solid 35px #8775be;
	margin-bottom: 5px;
	color: #271b84 !important;
*/


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {
header #logo {
	max-width: 100% !important;
	float: left;
	margin-top: 12px;
}
.inner {
	padding: 0;
}
img {
	max-width: 100%;
}
#main h1, #main h2, #main h3 {
	font-size: 17px;
}
#main h1, #main h2 {
	text-align: center;
}


@keyframes menu1 {
 0% {
opacity: 0;
}
 100% {
opacity: 1;
}
}

#menubar-s {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 97px;
	border-top: 1px solid #fff;
	width: 100%;
	z-index: 10;
	animation-name: menu1;
	animation-duration: 0.5S;
	animation-fill-mode: both;
}

#menubar-s li a {
	display: block;
	text-decoration: none;
	padding: 13px 10px 13px 16px;
	border-bottom: 1px solid #fff;
	background: rgba(39,27,132,0.95);
	font-size: 14px;
	color: #fff;
}
#menubar-s li:first-child a {
	background: rgba(39,27,132,1);
}

#menubar {
	display: none;
}


#menubar_hdr {
	display: block;
	position: absolute;
	z-index: 600;
	top: 40px;
	right: 10px;
	border: 1px solid #fff;
}

#menubar_hdr.close, #menubar_hdr.open {
	width: 40px;
	height: 40px;
}

#menubar_hdr.close {
	background: #271b84 url(../../img/icon/icon_menu.png) no-repeat center top/40px;
}

#menubar_hdr.open {
	background: #271b84 url(../../img/icon/icon_menu.png) no-repeat center bottom/40px;
}
#main {
	margin: 0 10px 20px;
}
#sub h1 {
	display: none !important;
}
/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub, body.s-n #side, body.s-n #footermenu {
	display: none;
}
.sh {
	display: block;
}
.pc {
	display: none;
}
.floatl {
	float: none;
	text-align: center;
	margin: 0 auto;
	padding-right: 0;
}
.floatr {
	float: none;
	text-align: center;
	margin: 0 auto;
}
.w80p, .w70p, .w60p, .w55p, .w50p, .w45p, .w40p {
	width: 100%;
}
table.tbl02 {
	width: 100%;
}
table.tbl02 td {
	padding: 5px !important;
	vertical-align: top;
	display: block;
	text-align: center;
}
.alcsp {
	text-align: center;
}
}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
/*全体の設定
---------------------------------------------------------------------------*/
body {
	line-height: 1.5;
}

.ta1 th {
	width: 100px;
	padding: 5px;
}

.ta1 td {
	width: auto;
	padding: 5px;
}

.ws, .wl {
	width: 94%;
}
img.fr, img.fl {
	float: none;
	margin: 0;
	width: 100%;
}
}
