/* Updated 2018/06/05,T */
/* Updated 2018/01/23,D */


section p {
	font-size: 14px;
	margin-bottom: 1em;
}

.shortcutBnr {
	text-align:center;
	margin: 20px 0 50px;
}

.leadBlock p {
	margin-bottom:20px;
	font-size: 16px;
}

/* mypageAcc */
.mypageAcc {
	margin-bottom:2em;
}

.mypageAcc h2 {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	border: 1px solid #004831;
	padding: 15px 25px 15px 30px;
	border-radius: 8px 8px 0 0;
	line-height: 1.2;
}

.mypageAcc h2:before {
	position: absolute;
	content: "";
	width: 4px;
	left: 15px;
	top:10px;
	display: block;
	bottom:10px;
	background:#004831;
}


.mypageAcc h2 span.sub {
	font-size: 15px;
}

.mypageAcc h2 a {
	color: #004831;
	display: block;
}

.mypageAcc h2 a span.accBtn {
	position: absolute;
	right: 15px;
	top: 50%;
	font-size: 15px;
	margin: -10px 0 0 0;
}

.mypageAcc .accArea {
	padding: 30px 40px 20px 40px;
	border-right: 1px solid #004831;
	border-bottom: 1px solid #004831;
	border-left: 1px solid #004831;
}

.listMemo02 > p,
.column4 .listMemo02 > li{
	padding-left: 2em;
	position: relative;
}

.listMemo02 > p .listNum {
	position: absolute;
	top: 0;
	left: 0;
}
.listMemo02 > p .listNum {
	display: inline-block;
	min-width: 21px;
}

@media screen and (max-width:768px){

.mypageAcc .accArea {
	padding: 30px 20px 20px 20px;
	border: 1px solid #004831;
}

}

/**/

.caseTable {
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin-bottom: 10px;
}

.caseTable th,
.caseTable td {
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 10px;
}

.caseTable th {
	background:#f1fecb;
	color: #004831;
	font-weight: bold;
}

.caseTable .listMemo04 > li > .listMark,
.caseTable .listMemo04 > li > strong {
	color: #004831;
}

.caseTable .listMemo04 > li span.notice { color: #cc0000; }
.noticeDetail {
	border: 1px solid #CC0000;
	margin-bottom: 20px;
}
.noticeDetail dt {
	padding: 10px;
	text-align: center;
	color: #CC0000;
	border-bottom: 1px solid #CC0000;
}
.noticeDetail dd {
	padding: 10px 15px 5px;
}

.noticeDetail dd p {
	margin-bottom: 10px;
}
	
.subCategoryTitle {
	font-weight:bold;
	margin-bottom: 10px;
}
	
.pdfLinkList {
	margin-bottom: 20px;
}	

/*-----------------------------------------------------------------------

------------------------------------------------------------------------*/

#todokede01 {
	margin-bottom:100px;
}

#todokede02 section {
	margin-bottom:70px;
}

.otodoke {
	background: #004831;
	color: #FFF;
	font-weight: bold;
	font-size: 30px;
	padding: 30px 20px 30px 20px;
	text-align: center;
	margin-bottom: 30px;
}

.numberBox {
	display: table;
	margin: 40px 0 40px 0;
}

.numberBox > div {
	display: table-cell;
	vertical-align: middle;
}

.numberBox > div.number {
	background:#004831 ;
	padding: 15px 30px;
	color: #FFF;
	font-size: 30px;
	font-weight: bold;
}

.numberBox > div.header {
	padding-left: 20px;
	font-weight: bold;
}
.numberBox > div.header p,
.numberBox > div.header dl {
	font-size: 1.6em;
	margin: 0;
	color: #004831;
	line-height: 1.4;
}

.numberBox > div.header dl dt {	font-size:1em; margin-bottom: 10px;}
.numberBox > div.header dl dd {	font-size:0.8em;}

.noticeBox {
	border:1px solid #e60012;
	margin: 0 0 40px 0;
	padding: 15px 0;
	display: table;
}

.noticeBox > div {
	display: table-cell;
	vertical-align: middle;
}

.noticeBox > div.number {
	width: 55px;
	padding-left:15px;
}

.noticeBox > div.cont {
	padding:0 15px;
}

.noticeBox > div.cont dt {
	font-weight: bold;
}

.lead02 {
	color: #e60012;
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	margin-bottom: 10px;
}

.howtoHeader {
	display: table;
	margin: 40px 0;
	border: 1px solid #EEE;
	width: 100%;
}

.howtoHeader dt,
.howtoHeader dd {
	display: table-cell;
	vertical-align: middle;
}


.howtoHeader dt {
	background:#004831 ;
	padding: 10px 30px;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	width: 3em;

}
.howtoHeader dd { 
padding-left:1em;
font-weight: bold;
	font-size: 1.2em;
	background: #e8f0c5;
}

/* papersBoxLead */
.papersBoxLead {
	font-weight:bold;
	font-size: 2.0rem;
	text-align: center;
	padding-bottom: 30px;
	background: url(../images/papers_04.png) no-repeat bottom center;
	margin-bottom: 50px;
}

.papersBox {
	overflow:hidden;
	margin:0 auto 30px auto;
	display: table;
	width: 900px;
}

.papersBox > div {
	display: table-cell;
	vertical-align: top;
}

.papersBox > div.names {	width:600px; padding: 0 30px 0 0;}
.papersBox > div.thumbimage {	width:300px;}

.bgbox01 {
	background:	#FFFFCC;
	padding: 20px;
}

.line {
	display: inline-block;
	border-bottom: 1px solid #CC0000;
}
.mt60{
	margin-top: 60px!important;
}
.mt80{
	margin-top: 80px;
}
.rightText{
	margin-right: 40px;
	text-align: right;
}

@media screen and (max-width:768px){
	
.papersBox {
	display: block;
	width: 100%;
}

.papersBox > div {
	display: block;
}

.papersBox > div.names {	width:100%; padding: 0;}
.papersBox > div.thumbimage {	width:100%;	text-align: center;}	
	
}


/* apliflow */

.apliflow {
	overflow:hidden;
	margin-bottom: 20px;
}

.apliflow li {
	float: left;
	width: 21.6%;
	border:1px solid #CCC;
	padding: 15px 10px;
	border-radius: 5px;
	margin-right: 1.5%;
	box-sizing: content-box;
	position: relative;
}

.apliflow li:after {
	content: "";
	display: block;
	width: 30px;
	height: 70px;
	background: url(../images/howto_01.png) no-repeat 0 0 / 15px auto;
	position: absolute;
	right: -30px;
	top: 50%;
	margin: -35px 0 0 0;
}

.apliflow li:last-child { margin-right: 0;}
.apliflow li:last-child:after { display: none;}

.apliflow li div {
	margin: 0 auto 10px;
	text-align: center;
}

.apliflow li p.title {
	padding-left:30px;
	position: relative;
	font-weight: bold;
	color: #004831;;
}

.apliflow li p.title span {
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
}

.apliflow li p span img { width: 21px;}


@media screen and (max-width:768px){
	
.apliflow li {
	float: none;
	width: 100%;
	border:3px solid #abcd03;
	padding: 10px 20px;
	border-radius: 10px;
	margin:0 0 30px 0;
	box-sizing:border-box;
	position: relative;
}

.apliflow li:after {
	content: "";
	display: block;
	width: 70px;
	height: 30px;
	background: url(../images/howto_02.png) no-repeat 0 0 / 70px 30px;
	position: absolute;
	right: auto;
	left: 50%;
	top: auto;
	bottom: -30px;
	margin: 0 0 0 -35px;
}

}


/*jsCarouselBook01*/
.jsCarouselBook01{
	position:relative;
	text-align: center;
}
.jsCarouselBook01 .bx-controls-direction > a{
	font-size: 0;
	display: block;
}
.jsCarouselBook01 .bx-controls-direction a.bx-prev{
	padding-right: 50px;
	background: url(../images/pre.gif) 0 50% no-repeat;
	width: 40px;
	height: 464px;
	position: absolute;
	top: 0;
	left: 0;
	-ms-background-size: 40px 120px;
	-moz-background-size: 40px 120px;
	-webkit-background-size: 40px 120px;
	background-size: 40px 120px;
}
.jsCarouselBook01 .bx-controls-direction a.bx-next{
	padding-left: 50px;
	background: url(../images/next.gif) 100% 50% no-repeat;
	width: 40px;
	height: 464px;
	position: absolute;
	top: 0;
	right:0;
	-ms-background-size: 40px 120px;
	-moz-background-size: 40px 120px;
	-webkit-background-size: 40px 120px;
	background-size: 40px 120px;
}
.jsCarouselBook01 .bx-controls-direction a.disabled{
	display:none;
}
.jsCarouselBook01 .bx-pager > div {
	display: inline-block;
	margin: 0 7px;
}
.jsCarouselBook01 .bx-pager {
	position: static;
	text-align: center;
	width: auto;
	height: auto;
	margin-top:10px;
}
.jsCarouselBook01 .bx-pager .bx-pager-link {
	display: block;
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	background: url(../images/btn_carousel_normal01.png) 0 0 no-repeat;
	-ms-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.jsCarouselBook01 .bx-pager .bx-pager-link.active {
	background: url(../images/btn_carousel_active01.png) 0 0 no-repeat;
	-ms-background-size: 11px 11px;
	-moz-background-size: 11px 11px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
.jsCarouselBook01 .bx-viewport{
	box-sizing: border-box;
	border:1px solid #ccc;
}


@media screen and (max-width: 767px){
	/*jsCarouselBook01*/
	.jsCarouselBook01 .bx-controls-direction{
		display:block;
	}
	.jsCarouselBook01 .bx-controls-direction a.bx-prev{
		padding-right: 20px;
		width: 20px;
		height: 85%;
		-ms-background-size: 20px 60px;
		-moz-background-size: 20px 60px;
		-webkit-background-size: 20px 60px;
		background-size: 20px 60px;
	}
	.jsCarouselBook01 .bx-controls-direction a.bx-next{
		padding-left: 20px;
		width: 20px;
		height: 88%;
		-ms-background-size: 20px 60px;
		-moz-background-size: 20px 60px;
		-webkit-background-size: 20px 60px;
		background-size: 20px 60px;
	}
	.jsCarouselBook01 .bx-pager > div{
		margin: 0 2%;
	}
	.jsCarouselBook01 .bx-pager .bx-pager-link,
	.jsCarouselBook01 .bx-pager .bx-pager-link.active{
		width:8px;
		height:8px;
		-ms-background-size: 8px 8px;
		-moz-background-size: 8px 8px;
		-webkit-background-size: 8px 8px;
		background-size: 8px 8px;
	}
	.rightText{
	margin-right: 0;
	text-align: left;
}
}