@charset "utf-8";
/*------------------------------------------------
ローカルナビ設定
------------------------------------------------*/
.lnaviArea dd.lnavi11 a {
	color: #328bc7;
	font-weight: bold;
}

/*------------------------------------------------
メイン
------------------------------------------------*/
.sec01 {
}

.sec01 p {
	margin-bottom: 20px;
}
.sec01 .flexBox {
	display: flex;
	justify-content: space-between;
}
.sec01 .flexBox .guide {
	margin-right: 10px;
}
.sec01 .flexBox .guide td {
	line-height: 1.4;
	vertical-align: top;
}
.sec01 .flexBox .guide .t1 {
	width: 7em;
}


.sec02 {
}
.sec02 .item {
	border: 1px solid #3faefa;
}
.sec02 .item h3 {
	padding: 20px 30px 16px 48px;
	background: #f2f2f2;
	text-indent: -1em;
}
.sec02 .item .contents {
	padding: 18px 30px;
}
.sec02 .item ul li {
	text-indent: -2em;
	padding-left: 2em;
}
.sec02 .item ul li ul li {
	text-indent: -1.5em;
	padding-left: 1.5em;
}


.sec03 {
}
.sec03 .flexBox {
	display: flex;
	justify-content: space-around;
}
.sec03 .flexBox > div {
	width: 250px;
}
.sec03 .flexBox h4 {
	text-align: center;
	margin-bottom: 10px;
}
.sec03 .flexBox .btn01 {
	text-align: center;
	background: #3faefa;
	border-radius: 4px;
}
.sec03 .flexBox .btn01 a {
	padding: 14px 0;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 1.25em;
}








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

/*------------------------------------------------
メイン
------------------------------------------------*/
.sec01 .flexBox {
	flex-direction: column;
}
.sec01 .flexBox .guide {
	margin-right: 0;
	margin-bottom: 3vw;
}
.sec01 .flexBox .pdf {
	text-align: center;
}

.sec03 .flexBox {
	flex-direction: column;
}
.sec03 .flexBox > div {
	width: 80%;
	margin: 0 auto;
}
.sec03 .flexBox > div + div {
	margin-top: 6vw;
}


}