/* PageHeader
======================================================================*/

#PageHeader.citizenship .inside{
    background-image: url(../../images/citizenship/header.png);
}

#PageHeader.citizenship h2{
    line-height: 1.0;
}

/* contents
======================================================================*/

#contents.citizenship  {
    background-image: url(../../images/business/bg_business.png);
    background-repeat: no-repeat;
    background-position: center top 140px;
    background-size: cover;
}

/* czs_wrap
======================================================================*/
.czs_wrap {
    width: 100%;
    padding-bottom: 90px;
}

@media only screen and (max-width: 480px){
.czs_wrap {
    padding-bottom: 60px;
}
}

.czs_wrap .inner {
    position: relative;
}

.czs_wrap h3.msg {
    text-align: center;
    font-size: 4.0rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #284686;
    line-height: 1.4;
    margin-top: 60px;
}

@media screen and (max-width: 768px) {
.czs_wrap h3.msg {
    font-size: 3.6rem;
    margin-top: 0px;
}
}

@media screen and (max-width: 480px) {
.czs_wrap h3.msg {
	letter-spacing: 0.05em;
    font-size: 2.3rem;
}
}

.czs_wrap p.message {
    max-width: 640px;
    margin: 0 auto;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.0;
    text-align: justify;
    margin-top: 90px;
    letter-spacing: 0.1em;
	color: #5A5A5A;
}

@media screen and (max-width: 768px) {
.czs_wrap p.message {
    font-size: 1.6rem;
    margin-top: 60px;
    letter-spacing: 0.05em;
}
}

@media screen and (max-width: 480px) {
.czs_wrap p.message {
    font-size: 1.4rem;
    margin-top: 60px;
    line-height: 1.8;
    letter-spacing: 0em;
}
}

.czs_wrap ul.czs {
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 90px;
}

@media only screen and (max-width: 480px){
.czs_wrap ul.czs {
    padding-top: 60px;
}
}

.czs_wrap ul.czs li{
	width: 30%;
	margin: 0 1.5%;
}
@media only screen and (max-width: 480px){
.czs_wrap ul.czs li{
	width: 100%;
	margin: 10px 0;
}
}

.czs_wrap ul.czs li img{
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.15);
}

