@charset "UTF-8";

#main {
	padding-bottom:90px;
}
/**title**/
#main header #titlewrap {
	text-align:center;
	box-sizing:border-box;
	padding:60px 0;
}
#main header #titlewrap h1 {
	font-size:4rem;
	line-height:1;
}
#main header #titlewrap h1 span {
	display:block;
	font-size:2rem;
	font-family:'Lato';
	color: #204b8d;
	line-height:1;
	padding:.5em 0 0;
}
#main header .navi {
	background:#ebf4fe;
}
#main header .navi > div {
	max-width:1100px;
	width:calc(100% - 60px);
	margin:0 auto;
	font-size:1.4rem;
	line-height:1;
	padding:.5em 0;
}
#main header .navi .svg-inline--fa {
	margin:0 .5em;
}

.wrap {
	width:100%;
	padding:45px 0 90px;
	text-align:center;
	overflow:hidden;
}

.contents {
	width:calc(100% - 60px);
	max-width:1100px;
	margin:0 auto;
	box-sizing:border-box;
	text-align:left;
}
.wrap h2 {
    font-size:3rem;
    font-weight:600;
    margin-bottom:1em;
    line-height:1;
    border-left:5px solid #204b8d;
    box-sizing:border-box;
    padding-left:.3em;
}
.wrap h3 {
	font-size:2.0rem;
	line-height:1.3;
	margin-bottom:.5em;
	color:#023894;
}

.dlist {
	font-size:1.6rem;
	line-height:1.6;
	margin-bottom:1em;
}
.dlist dt {
	font-size:1.8rem;
	font-weight:600;
}
.dlist dd {
    box-sizing:border-box;
    padding-left:1em;
}

.list {
    font-size:1.6rem;
    line-height:1.6;
    margin-bottom:1em;
}
.list li {
	position:relative;
	box-sizing:border-box;
	padding-left:.66em;
}
.list li::before {
	content:'';
	display:block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#000000;
	position:absolute;
	left:0;
	top:.6em;
}

#sitemap .contents {
	text-align:center;
}
#sitemap .contents > .fbox {
	width:100%;
	max-width:800px;
	text-align:left;
}
#sitemap .contents li {
	font-size:1.6rem;
	line-height:1.3;
	margin-bottom:1em;
}
#sitemap .contents li ul {
	padding:1em 0 1em 2em;
}
#sitemap .contents .fbox > ul > li > a {
	box-sizing:border-box;
	padding-left:1.2em;
	background:url(../img/common/arrow_right.png) no-repeat left top .1em;
	background-size:auto .7em;
}


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

}

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

}

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


#main {
	padding-bottom:90px;
}
/**title**/
#main header #titlewrap {
	padding:30px 0;
}
#main header #titlewrap h1 {
	font-size:2.4rem;
}
#main header #titlewrap h1 span {
}
#main header .navi > div {
	width:calc(100% - 30px);
	font-size:1.2rem;
}

.wrap {
	padding:15px 0 45px;
}

.contents {
	width:calc(100% - 30px);
}
.wrap h2 {
    font-size:2.1rem;
}
.wrap h3 {
	font-size:1.8rem;
}

.dlist {
	font-size:1.4rem;
	line-height:1.5;
}
.dlist dt {
	font-size:1.6rem;
}

.list {
    font-size:1.4rem;
    line-height:1.5;
}
.list li::before {
	width:3px;
	height:3px;
}

/**sitemap**/
#sitemap .wrap {
	padding-bottom:0;
}
#sitemap .contents .fbox > ul {
	width:50%;
}

#sitemap .contents li {
	font-size:3.6vw;
}


}

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

}

