body{
	letter-spacing: 0.1em;
	min-width: 1000px;
	font-family: sans-serif;
}

img{
	height: auto;
}

a{
	transition: .3s;
}

p.ac{
	text-align: center!important;
	font-size: 16px;
	line-height: 32px;
}

header{
	padding: 20px 35px 0;
}
header .logo{
	float: left;
}

header nav{
	float: right;
}
header nav li{
	float: left;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-left: 40px;
}
header nav li a {
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 20px 0 30px;
}
header nav li:nth-of-type(2) a,
header nav li:nth-of-type(3) a,
header nav li:nth-of-type(4) a {
    background: url(../images/arrow01.png) no-repeat center 80%;
}

ul.nav-item{
	display: none;
	position: absolute;
	top: 70px;
	left: -20px;
	white-space: nowrap;
}
ul.nav-item li{
	background: #fff;
    float: none;
    position: relative;
    margin: 0;
    z-index: 1;
}
ul.nav-item li a{
	background: none!important;
	color: #333333;
    font-weight: bold;
    display: block;
    padding: 20px 20px;
    border-top: solid 1px #ddd;
}

header nav li:hover ul.nav-item{
	display: block;
}

.inner{
	max-width: 1000px;
	margin: 0 auto;
}
.wide-inner{
	max-width: 1200px;
	margin: 0 auto;
}

.fd-contact{
	float: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 460px;
}
.fd-contact a{
	vertical-align: middle;
	padding-left: 20px;
}
.fd-contact a:nth-of-type(1){
	border-right: solid 1px #ddd;
	padding-right: 20px;
}

footer{
	background: #0d1635;
	padding: 70px 0;
}
footer .inner{
	max-width: 1200px;
}
footer dl{
	display: table;
	width: 100%;
}
footer dd{
	display: table-cell;
	vertical-align: top;
	color: #fff;
	padding-left: 12%;
}
footer dd p {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #28304c;
}
footer dd ul{
	margin-bottom: 40px;
}
footer dd ul li{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
footer dd ul li a{
	background: url(../images/border.png) no-repeat right center;
	color: #fff;
	padding-right: 20px;
	line-height: 30px;
}
footer dd ul li a:hover{
	color: #6574a9;
}
footer dd ul li:last-child a{
	background: none;
}
footer dd ul.ft-nav02{
	margin-top: 60px;
	margin-bottom: 0;
}
footer dt{
	display: table-cell;
	vertical-align: top;
	width: 400px;
	color: #fff;
}
footer dt b{
	margin-top: 30px;
	margin-bottom: 15px;
	display: block;
	font-size: 16px;
	letter-spacing: 0.1em;
}
footer dt p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
}
.ft-contact a{
	color: #fff;
	margin-right: 10px;
}
.ft-btn{
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.ft-btn a {
    background: #fff;
    width: 49%;
    text-align: center;
    padding: 11px 0;
    border-radius: 3px;
}
.ft-btn a:hover{
	background: #abbbf3;
}
#copy{
	background: #070f2a;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 12px;
	letter-spacing: 0.1em;
}

#bread{
	padding: 20px 0;
	border-top: solid 1px #ddd;
}
#bread ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 12px;
	color: #464646;
	letter-spacing: 0.05em;
}
#bread ul li a{
	color: #464646;
}

main{
	background: #f5f7fc;
	padding: 80px 0;
}

article{
	float: left;
	width: 710px;
}

aside{
	position: sticky;
	top: 0;
	float: right;
	width: 240px;
}
aside .side-nav{
	background: #fff;
	font-size: 14px;
	color: #3c3c3c;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 35px;
}
aside .side-nav ul.side-item li{
	border-bottom: solid 1px #f5f7fc;
}
aside .side-nav ul.side-item a{
	display: block;
	padding: 15px;
	color: #3c3c3c;
	background: url(../images/common/arrow01.png) no-repeat 95% center;
}
aside .side-nav dl{

}
aside .side-nav dt{
	padding: 15px;
	background: url(../images/common/open.png) no-repeat 95% center;
	border-bottom: solid 1px #f5f7fc;
	transition: .2s;
}
aside .side-nav dt.active{
	padding: 15px;
	background: url(../images/common/close.png) no-repeat 95% center;
	border-bottom: solid 1px #f5f7fc;
	transition: .2s;
}
aside .side-nav dd{
	display: none;
	border-bottom: solid 1px #f5f7fc;
}
aside .side-nav dd ul li{
	border-bottom: solid 1px #f5f7fc;
	padding-left: 10px;
}
aside .side-nav dd ul li a{
	display: block;
	padding: 15px;
	color: #3c3c3c;
}
aside .side-cv div{
	text-align: center;
	margin-top: 35px;
}
aside .side-cv div p{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #101a40;
}
aside .side-cv div span{
	font-size: 12px;
}
aside .side-cv div a{
	background: #101a40;
	margin: 10px 0;
	padding: 15px 0;
	text-align: center;
	display: block;
}

@media screen and (min-width:320px) and ( max-width: 767px) {
body{
	letter-spacing: 0.1em;
	min-width: 0;
	font-family: sans-serif;
}
body.clicked{
	overflow: hidden;
}

img{
	height: auto;
}

p.ac{
	text-align: center!important;
	font-size: 16px;
	line-height: 32px;
}

header{
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    z-index: 9999;
    box-sizing: border-box;
    background: #fff;
}
header .logo {
    float: none;
    max-width: 140px;
    margin-bottom: 0;
}

header nav{
	float: none;
	display: none;
	overflow: scroll;
}
header nav li{
	float: none;
	position: relative;
	font-size: 14px;
	line-height: 20px;
	margin-left: 0;
}
header nav li a {
	background: url(../images/common/arrow01.png) no-repeat 93% center;
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 20px 25px;
    border-bottom: solid 1px #eee;
}
header nav li:nth-of-type(2) a, header nav li:nth-of-type(3) a, header nav li:nth-of-type(4) a {
    background: url(../images/common/open.png) no-repeat 93% center;
    transition: .2s;
}
header nav li a.active{
	background: url(../images/common/close.png) no-repeat 93% center;
	transition: .2s;
}

ul.nav-item{
	display: none;
	position: static;
	top: 0;
	left: 0px;
	white-space: nowrap;
}
ul.nav-item li{
	background: #fff;
    float: none;
    position: relative;
    margin: 0;
    z-index: 1;
}
ul.nav-item li a{
	background: none!important;
	color: #333333;
    font-weight: bold;
    display: block;
    padding: 20px 20px;
    border-top: solid 1px #ddd;
}

header nav li:hover ul.nav-item{
	display: none;
}

#sp-menu{
    width: 27px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 999999;
    margin: 0;
    display: block;
}
#sp-menu:after {
    content: "MENU";
    display: block;
    position: absolute;
    color: #45406f;
    transform: scale(0.6);
    font-size: 10px;
    left: -7px;
    bottom: -10px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
#sp-menu.clicked:after {
    content: "CLOSE";
    display: block;
    position: absolute;
    color: #45406f;
    transform: scale(0.6);
    font-size: 10px;
    left: -9px;
    bottom: -10px;
    font-weight: bold;
    letter-spacing: 0.2em;
}
#sp-menu span {
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: url(images/btn_bg01.png);
    background-size: 100% 100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    left: 0;
}
#sp-menu span.top-border {
    top: -2px;
    background: #45406f;
}
#sp-menu span.middle-border {
    top: 8px;
    background: #45406f;
}
#sp-menu span.bottom-border {
    top: 18px;
    background: #45406f;
}
#sp-menu.clicked span.top-border {
    transform: rotate(-45deg);
    top: 8px;
}
#sp-menu.clicked span.middle-border {
    width: 0;
}
#sp-menu.clicked span.bottom-border {
    transform: rotate(45deg);
    top: 8px;
}

header nav{
    float: none;
    display: block;
    position: fixed;
    width: 70%;
    max-width: 100%!important;
    height: 100%;
    background: #fff;
    padding: 0 0;
    box-sizing: border-box;
    margin: 0;
    top: 75px;
    right: -100%;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 9999;
}
header nav.clicked{
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    right: 0;
    display: block;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.5);
}

.inner{
	max-width: 1000px;
	margin: 0 auto;
}
.wide-inner{
	max-width: 1200px;
	margin: 0 auto;
}

.fd-contact {
    float: none;
    display: none;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
    margin: 0 0;
}
.fd-contact a{
	vertical-align: middle;
	padding-left: 0;
	max-width: 48%;
	align-items: center;
}
.fd-contact a:nth-of-type(1){
	border-right: none;
	padding-right: 0;
}

footer {
    background: #0d1635;
    padding: 40px 20px 10px;
}
footer .inner{
	max-width: 1200px;
}
footer dl{
	display: block;
	width: 100%;
}
footer dd{
	display: none;
	vertical-align: top;
	color: #fff;
	padding-left: 12%;
}
footer dd p {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #28304c;
}
footer dd ul{
	margin-bottom: 40px;
}
footer dd ul li{
	display: block;
	vertical-align: top;
	font-size: 14px;
}
footer dd ul li a{
	background: url(../images/border.png) no-repeat right center;
	color: #fff;
	padding-right: 20px;
}
footer dd ul li:last-child a{
	background: none;
}
footer dd ul.ft-nav02{
	margin-top: 60px;
	margin-bottom: 0;
}
footer dt {
    display: block;
    vertical-align: top;
    width: 100%;
    color: #fff;
    text-align: center;
}
footer dt b {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
    letter-spacing: 0.1em;
}
footer dt p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 25px;
}
.ft-contact{
	display: flex;
	justify-content: space-between;
}
.ft-contact a{
	color: #fff;
	margin-right: 10px;
}
.ft-btn{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ft-btn a {
    background: #fff;
    width: 49%;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    box-sizing: border-box;
}
#copy{
	background: #070f2a;
	text-align: center;
	color: #fff;
	padding: 20px 0;
	font-size: 10px;
	letter-spacing: 0.1em;
}

#bread {
    padding: 10px 20px 15px;
}
#bread ul li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 12px;
	color: #464646;
	letter-spacing: 0.05em;
}
#bread ul li a{
	color: #464646;
}

main{
	background: #f5f7fc;
	padding: 40px 0;
}

article {
    float: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 20px;
}

aside{
	position: static;
	top: 0;
	float: none;
	width: 100%;
}
aside .side-nav{
	background: #fff;
	font-size: 14px;
	color: #3c3c3c;
	letter-spacing: 0.05em;
	font-weight: bold;
	margin-bottom: 35px;
}
aside .side-nav ul.side-item li{
	border-bottom: solid 1px #f5f7fc;
}
aside .side-nav ul.side-item a{
	display: block;
	padding: 15px;
	color: #3c3c3c;
	background: url(../images/common/arrow01.png) no-repeat 95% center;
}
aside .side-nav dl{

}
aside .side-nav dt{
	padding: 15px;
	background: url(../images/common/open.png) no-repeat 95% center;
	border-bottom: solid 1px #f5f7fc;
	transition: .2s;
}
aside .side-nav dt.active{
	padding: 15px;
	background: url(../images/common/close.png) no-repeat 95% center;
	border-bottom: solid 1px #f5f7fc;
	transition: .2s;
}
aside .side-nav dd{
	display: none;
	border-bottom: solid 1px #f5f7fc;
}
aside .side-nav dd ul li{
	border-bottom: solid 1px #f5f7fc;
	padding-left: 10px;
}
aside .side-nav dd ul li a{
	display: block;
	padding: 15px;
	color: #3c3c3c;
}
aside .side-cv div{
	text-align: center;
	margin-top: 35px;
}
aside .side-cv div p{
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #101a40;
}
aside .side-cv div span{
	font-size: 12px;
}
aside .side-cv div a{
	background: #101a40;
	margin: 10px 0;
	padding: 15px 0;
	text-align: center;
	display: block;
}
}
