@charset "UTF-8";
/* body */
body {
    font-size: 16px;
    font-family: "メイリオ","Hiragino Kaku Gothic ProN",sans-serif;
    color: #5A5A5A;
    line-height: 1.6;
}
header {
    padding: 50px 0 120px;
    background-color: #D0F9F8;
}
header p {
    text-align: center;
    padding-bottom: 30px;
    font-size: 21px;
    color: #31B891;
}
header .logo_ttl {
    width: 570px;
    margin: 0 auto;
}
header .logo_ttl h1 {
    width: 240px;
    height: 190px;
    text-align: center;
    padding: 0 20px 50px 0;
}
header .logo_ttl h1_merit {
    width: 240px;
    height: 190px;
}
header .logo_ttl:after {
    content: " ";
    display: block;
    clear: both;
}
header .logo_ttl h1,
header .logo_ttl p {
    float: left;
}
header .logo_ttl p {
    position: relative;
    margin-top: 20px;
    padding: 15px;
    border-radius: 7px;
    background: #fff;
    font-size: 18px;
    line-height: 1.3;
}
header .logo_ttl p:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 8px;
    margin-top: -8px;
}
.top_content,
.top_content_merit {
    position: relative;
    background-color: #96DEC9;
}
.top_content:before,
.top_content_merit:before {
    background: url(../common/images/top_bg.png) no-repeat bottom center;
    content: " ";
    position: absolute;
    height: 204px;
    left: 0;
    top: -204px;
    width: 100%;
}
.top_content section h1,
.top_content_merit h1 {
    text-align: center;
    padding: 60px 0 20px;
    font-size: 28px;
    font-weight: normal;
    color: #fff;
}
.top_content .lead p {
    text-align: center;
}
.top_content .concept ul {
    width: 100%;
}
.top_content .concept ul:after {
    content: " ";
    display: block;
    clear: both;
}
.top_content .concept li {
    text-align: center;
    width: 23.3333%;
    padding: 0 5%;
    float: left;
}
.top_content .concept p {
    padding-top: 20px;
}
.top_content .introduction {
    padding-bottom: 74px;
}
.top_content .introduction ul,
.top_content_merit ul {
    width: 578px;
    margin: 0 auto;
}
.top_content .introduction ul:after,
.top_content_merit ul:after {
    content: " ";
    display: block;
    clear: both;
}
.top_content .introduction li,
.top_content_merit li {
    width: 248px;
    height: 248px;
    border-radius: 50%;
    float: left;
}
.top_content .introduction .lease,
.top_content_merit .lease {
    margin-right: 5%;
    background-color: #72C9DE;
}
.top_content .introduction .merit,
.top_content_merit .merit {
    margin-left: 5%;
    background-color: #F8D55C;
}
.top_content .introduction .lease a:after {
    content: url(../common/images/btn_arrow_01.png);
    display: block;
    padding-top: 10px;
    width: 100%;
}
.top_content .introduction .merit a:after {
    content: url(../common/images/btn_arrow_02.png);
    display: block;
    padding-top: 10px;
    width: 100%;
}
.top_content .introduction li a {
    display: block;
    width: 230px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}
.top_content .introduction li a:before {
    content: url(../common/images/ico_btn_01.png);
    display: block;
    padding-bottom: 3px;
}
#guidance {
    padding-top: 80px;
}
.guidance h1 {
    margin: 80px auto 40px auto;
    padding: 6px 0;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    border-radius: 10px;
    background-color: #72C9DE;
    color: #fff;
}
.guidance h1 + p {
    text-align: center;
    padding: 0 20px 30px 20px;
    font-size: 21px;
    color: #60C0D9;
}
.guidance h1 + p + p {
    text-align: center;
    padding: 0 20px 60px 20px;
}
.guidance nav {
    width: 100%;
    margin-bottom: 80px;
    padding: 0 20px;
    box-sizing: border-box;
}
.guidance nav ul {
    display: grid;
    border: 1px solid #72C9DE;
    box-sizing: border-box;
    grid-template-columns: repeat(3, 1fr)
}
.guidance nav li {
    border-left: 1px solid #72C9DE;
    box-sizing: border-box;
}
.guidance nav li:first-child {
    border-left: none;
}
.guidance nav a {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #61C1DA;
    transition: all 0.3s;
}
.guidance nav a:hover {
	color: #FFF;
	background: #72C9DE ;
}
.guidance nav a:after {
    content: url(../common/images/nav_arrow_01.png);
    padding-left: 10px;
}
.guidance nav a:hover:after {
    content: url(../common/images/nav_arrow_on.png);
    padding-left: 10px;
}
.guidance #agreement {
    padding-bottom: 94px;
}
.guidance #agreement h2 {
    text-align: center;
    padding-bottom: 40px;
    font-size: 28px;
    font-weight: normal;
    color: #5FBFD8;
}
.guidance #agreement ul:after {
    content: " ";
    display: block;
    clear: both;
}
.guidance #agreement li {
    text-align: center;
    width: 17.7777%;
    padding: 0 3.5555%;
    float: left;
}
.guidance #agreement li p {
    padding: 20px 0 40px;
}
.guidance #agreement p {
    text-align: center;
}
.guidance #agreement p a {
    text-decoration: underline;
    color: #72C9DE;
}
.guidance #agreement p a:hover {
    text-decoration: none;
}
.guidance #agreement div {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #DEDEDE;
}
.guidance #agreement div p {
    text-align: left;
    font-size: 12px;
    padding-bottom: 5px;
}
.guidance #maintenance h2,
.guidance #select h2 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    padding: 80px 0 40px;
    color: #60C0D9;
}
.guidance #maintenance {
    padding-bottom: 100px;
    background-color: #F4F4F4;
}
.guidance #maintenance table {
    border: 1px solid #EFEFEF;
    border-collapse: collapse;
}
.guidance #maintenance tbody {
    background-color: #fff;
}
.guidance #maintenance th {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    border-right: 1px solid #EFEFEF;
    background-color: #72C9DE;
}
.guidance #maintenance td {
    text-align: center;
    width: 30%;
    height: 150px;
    vertical-align: middle;
    border-right: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
}
.guidance #maintenance .bn {
    border-bottom: none;
}
.guidance #maintenance p {
    font-size: 18px;
    font-weight: bold;
    color: #5FBFD8;
    padding-bottom: 5px;
}
.guidance #select {
    padding-bottom: 94px;
    background-color: #E6F4F9;
}
.guidance #select img {
    width: 100%;
}
.guidance #select figure {
    border: 1px solid #EFEFEF;
}
.guidance #select ul:after {
    content: " ";
    display: block;
    clear: both;
}
.guidance #select ul {
    margin-left: -3%;
}
.guidance #select li {
    width: 30.3333%;
    margin-left: 3%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.guidance #select li p {
    padding: 10px 20px 30px 20px;
    text-align: center;
}
.guidance #select li p:before {
    content: url(../images/top_check.png);
    padding-right: 5px;
}
.guidance #select ul + p {
    padding: 20px 0;
    text-align: center;
}
.guidance #select .btn {
    width: 300px;
    margin: 0 auto;
}
.guidance #select a {
    display: block;
    text-align: center;
    padding: 20px 0;
    background-color: #72C9DE;
    color: #fff;
    transition: all 0.3s;
}
.guidance #select a:after {
    content: url(../common/images/btn_arrow_03.png);
    padding-left: 10px;
    position: relative;
    top: 2px;
}
.guidance #select a:hover {
    border-radius: 30px;
}
#contact h2 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    padding: 80px 0 30px;
    color: #31B891;
}
#contact p {
    text-align: center;
    padding-bottom: 30px;
}
#contact .btn {
    width: 360px;
    margin: 0 auto;
    padding-bottom: 90px;
}
#contact .btn a {
    display: block;
    text-align: center;
    padding: 20px 0;
    background-color: #31B891;
    color: #fff;
    transition: all 0.3s;
}
#contact .btn a:after {
    content: url(../common/images/btn_arrow_03.png);
    padding-left: 10px;
    position: relative;
    top: 2px;
}
#contact .btn a:hover {
    border-radius: 30px;
}
footer {
    padding: 20px 0;
    background-color: #F4F4F4;
}
footer .visit {
    pointer-events: none;
    color: #31B891;
}
footer ul {
    width: 835px;
    margin: 0 auto;
}
footer ul:after {
    content: " ";
    display: block;
    clear: both;
}
footer li {
    margin-left: 60px;
	padding: 0 25px 0 0;
    float: left;
	background: url(../images/ico_footer_arrow.png) right center no-repeat;
	line-height: 16px;
}
footer li:first-child { margin: 0;}
footer li a {
    color: #5A5A5A;
    transition: all 0.3s;
}
footer a:hover {
    color: #31B891;
}
footer .copy {
    padding-top: 40px;
    font-size: 12px;
    text-align: center;
}

/* merit */
header .logo_ttl_merit h1 {
    text-align: center;
    padding-bottom: 50px;
}
.top_content_merit {
    padding-bottom: 74px;
}
.top_content_merit .lease a:after {
    content: url(../common/images/btn_arrow_02.png);
    display: block;
    padding-top: 10px;
    width: 100%;
}
.top_content_merit .merit a:after {
    content: url(../common/images/btn_arrow_01.png);
    display: block;
    padding-top: 10px;
    width: 100%;
}
.top_content_merit li a {
    display: block;
    width: 230px;
    margin: 0 auto;
    padding: 40px 0;
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    color: #fff;
}
.top_content_merit li a:before {
    content: url(../common/images/ico_btn_01.png);
    display: block;
    padding-bottom: 3px;
}
#merit {
    padding-top: 80px;
}
#merit .prelusion { max-width: 960px; margin: 0 auto;}
#merit h1 {
    margin: 0 auto 40px auto;
    padding: 6px 0;
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    border-radius: 10px;
    background-color: #F8D55C;
    color: #fff;
}
#merit h1 + p {
    text-align: center;
    padding: 0 20px 30px 20px;
    font-size: 21px;
    color: #5A5A5A;
}
/*#merit nav {
    border: 1px solid #F8D55C;
}*/
#merit nav:after {
    content: " ";
    display: block;
    clear: both;
}
#merit nav ul { display: table; width: 100%;}
#merit nav li {
	float: left;
	width: calc(100% / 3);
    border-top: 1px solid #F8D55C;
    border-right: 1px solid #F8D55C;
    border-bottom: 1px solid #F8D55C;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#merit nav li:first-child {
    border-left: 1px solid #F8D55C;
}
#merit nav a {
    display: block;
    text-align: center;
    padding: 15px 0;
    color: #F8CC30;
    transition: all 0.3s;
}
#merit nav a:after {
    content: url(../common/images/nav_arrow_02.png);
    padding-left: 10px;
}
#merit nav a:hover {
    color: #fff;
    background-color: #F8D55C;
}
#merit nav a:hover:after {
    content: url(../common/images/nav_arrow_on.png);
    padding-left: 10px;
}
.merit04 h3 span { font-size: 14px;}
#pascle {
    width: 960px;
    padding-bottom: 34px;
    margin: 0 auto;
}
#pascle h2,
#pas h2 {
    text-align: center;
    padding: 80px 40px;
    font-size: 28px;
    font-weight: normal;
    color: #FFC500;
}
#pascle ul:after {
    content: " ";
    display: block;
    clear: both;
}

#pascle figure {
    width: 23%;
    float: left;
}
#pascle div {
    width: 77%;
    float: left;
    vertical-align: top;
}
#pascle ul {
    width: 100%;
}
#pascle li {
    width: 45%;
    font-size: 21px;
    margin-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#pascle li:nth-child(3),
#pascle li:nth-child(5) {
    clear: both;
}
#pascle li:nth-child(odd) {
    float: left;

}
#pascle li:nth-child(even) {
    float: right;
}
#pascle .merit01 h3 {
    color: #619BDD;
}
#pascle .merit02 h3 {
    color: #4EC7A4;
}
#pascle .merit03 h3 {
    color: #FFC500;
}
#pascle .merit04 h3 {
    color: #918DEB;
}
#pascle .merit05 h3 {
    color: #FFA554;
}
#pascle .merit06 h3 {
    color: #7A8A99;
}
#pascle p {
    padding-top: 20px;
    font-size: 16px;
}
#pas {
    padding-bottom: 100px;
    background-color: #FEF7DA;
}
#pas h2 {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    padding: 80px 0 40px;
    color: #FFC500;
}
.environment {
    width: 880px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.human {
    width: 880px;
    margin: 0 auto;
    margin-top: 40px;
}
.environment,
.human {
    background-color: #fff;
    padding: 40px;
}
#pas .environment h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
    color: #4EC7A4;
}
#pas .environment img {
    border: 1px solid #4FC8A4;
}
#pas .human img {
    border: 1px solid #FFA54A;
}
#pas .environment h3:before {
    content: url(../merit/images/pas_ico_01.png);
    padding-right: 15px;
    position: relative;
    top: 12px
}
#pas .human h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 30px;
    color: #FFA54A;
}
#pas .human h3:before {
    content: url(../merit/images/pas_ico_02.png);
    padding-right: 15px;
    position: relative;
    top: 12px
}
#pas .environment:after {
    content: " ";
    display: block;
    clear: both;
}
#pas .human:after {
    content: " ";
    display: block;
    clear: both;
}
#pas .environment figure {
    width: 352px;
    padding-right: 40px;
    float: left;
}
#pas .environment div {
    overflow: hidden;
}
#pas .human figure {
    width: 352px;
    float: right;
    padding: 0 0 40px 40px;
}
#pas .environment h4 {
    font-size: 18px;
    margin-bottom: 7px;
    color: #4EC7A4;
}
#pas .environment ul {
    margin-bottom: 30px;
}
#pas .environment li {
    font-size: 13px;
    padding-left: 1rem;
    text-indent: -1rem;
}
#pas .human h4 {
    font-size: 18px;
    margin-bottom: 7px;
    color: #FFA54A;
}
#pas .human p {
    margin-bottom: 30px;
}




/* responsive */

@media ( max-width: 640px ) {
    header {
        padding: 0 40px 150px;
    }
    header p {
        font-size: 14px;
        padding: 10px 0;
    }
    header .logo_ttl {
        width: auto;
    }
    header .logo_ttl h1 {
        padding: 0 0 20px;
    }
    header .logo_ttl p {
        font-size: 14px;
        padding: 10px;
    }
    header .logo_ttl h1, header .logo_ttl p {
        float: none;
		width: 100%;
		height: auto;
		margin-top: 0;
    }
    header .logo_ttl p {
        position: relative;
        background: #fff;
		box-sizing: border-box;
    }
    header .logo_ttl p:after {
        bottom: 100%;
        left: 50%;
		top: 0;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #fff;
        border-width: 5px;
        margin-left: -5px;
		margin-top: -10px;
    }

    .top_content .lead,.top_content .concept,.lP {
        padding: 0 20px;
    }
	.top_content .lead p br { display: none;}
	.top_content .lead p span { display: block;}
	#maintenance div {
		margin: 0 10px;
	}
    .top_content section h1,
    .guidance h1 {
        font-size: 22px;
    }
    .guidance #agreement h2,
    .guidance #maintenance h2,
    .guidance #select h2,
    #contact h2 {
        font-size: 22px;
		padding: 40px 0 25px;
    }
    .top_content .concept li {
        float: none;
        margin: 0 auto;
        padding-bottom: 40px;
        width: auto;
    }
    .top_content .concept li:last-child {
        padding-bottom: 0;
    }
    .top_content .introduction ul {
        width: auto;
    }
    .top_content .introduction li,
	.top_content_merit li {
        width: 140px;
        height: 140px;
        border-radius: 50%;
    }
    .top_content .introduction li a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 40px 0;
        font-size: 24px;
        line-height: 1.3;
        text-align: center;
        color: #fff;
    }
	.guidance { padding: 60px 0 0;}
    .guidance h1 {
        margin: 0 auto 30px auto;
    }
    .guidance h1 + p,
    .guidance h1 + p + p{
        font-size: 16px;
        padding: 0 0 30px 0;
    }
	.top_content .introduction li,
	.top_content_merit ul li {
		background: url(../common/images/ico_btn_01.png) center top 10px no-repeat;
		background-size: 80px;
	}
	.top_content .introduction ul,
	.top_content_merit ul { width: 300px;}
	.top_content .introduction .lease,
	.top_content_merit .lease { margin-right: 20px;}
	.top_content .introduction .merit,
	.top_content_merit .merit { margin-left: 0;}
	.top_content .introduction .lease a,
	.top_content_merit li a {
		background: url(../common/images/btn_arrow_01.png) bottom 6px center no-repeat;
		background-size: 20px;
	}
    .top_content .introduction .lease a:after,
	.top_content .introduction .merit a:after,
	.top_content_merit .lease a:after,
	.top_content_merit .merit a:after  {
        content: none;
    }
	.top_content .introduction .merit a {
		background: url(../common/images/btn_arrow_02.png) bottom 4px center no-repeat;
		background-size: 12px;
	}
    .top_content .introduction li a,
	.top_content_merit li a {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 75px 10px 33px;
        font-size: 12px;
        line-height: 1.3;
        text-align: center;
        color: #fff;
		box-sizing: border-box;
    }
    .top_content .introduction li a:before,
	.top_content_merit li a:before {
        content: none;
        display: block;
        padding-bottom: 3px;
        width: 10px;
    }
    .guidance nav {
      margin-bottom: 0;
      padding: 0;
    }
    .guidance nav ul {
      display: block;
      overflow: hidden;
    }
	.guidance nav a:after,
	.guidance nav a:hover:after { content: none;}
  .guidance nav li:nth-of-type(n+2) {
    border-top: 1px solid #72c9de;
    border-left: 0;
  }
  .guidance nav li a {
		font-size: 14px;
		padding: 12px 8px 30px;
		background: url(../common/images/nav_arrow_01.png) center bottom 8px no-repeat;
  }
  .guidance nav li a:hover {
    color: #61c1da;
    background: url(../common/images/nav_arrow_01.png) center bottom 8px no-repeat;
  }
	.guidance #agreement ul,
	.guidance #select ul {
		width: 93%;
		margin: 0 auto;
		font-size: 0;
	}
    .guidance #agreement li,
    .guidance #select li {
        text-align: center;
        width: 48%;
        padding: 0;
		margin: 0;
        float: none;
		display: inline-block;
		box-sizing: border-box;
		font-size: 15px;
		vertical-align: top;
    }
	.guidance #agreement li:nth-child(2n),
    .guidance #select li:nth-child(2n) {
		margin-left: 4%;
	}
    .guidance #agreement li + li + li,
    .guidance #select li + li + li {
		margin-top: 4%;
	}
	.guidance #agreement p {
        padding: 0 20px;
    }
    .guidance #select li p {
        padding: 5px;
    }
    .guidance #select ul + p,
    #contact p {
        padding: 10px 20px;
    }
	.guidance #select ul + p { margin: 30px 0 0;}
    .guidance #select .btn,
    #contact .btn {
        width: auto;
        padding: 0 20px;
    }
    #contact .btn {
        margin-bottom: 80px;
    }
    .guidance #select a {
       padding: 15px 0;
    }
    .guidance #select a,
    #contact a {
        border-radius: 30px;
    }
	footer { padding: 0 0 20px;}
    footer ul {
        margin: 0;
		width: 100%;
    }
    footer li {
        float: none;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid #CCC;
		background: url(../images/ico_footer_arrow.png) right 10px center no-repeat;
		box-sizing: border-box;
    }
    footer li a {
		display: block;
		padding: 25px 10px;
        text-align: left;
    }
	.guidance #agreement,
	.guidance #maintenance,
	.guidance #select {
		padding-bottom: 50px;
	}
	.guidance #maintenance td {
		height: auto;
		padding: 10px;
	}
	.guidance #maintenance td p { font-size: 16px;}
	.guidance #maintenance td ul li { font-size: 14px;}

	/* scrollTable */
	table{
		width:100%;
	}
	.scrollTable {
		overflow: auto;
		white-space: nowrap;
	}
	.scrollTable::-webkit-scrollbar {
		height: 5px;
	}
	.scrollTable::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.scrollTable::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}

	/* pageMerit */
	#merit h1 {
		width: 95%;
		font-size: 23px;
	}
	#pascle h2, #pas h2 {
		padding: 40px 10px;
		font-size: 23px;
	}
	.environment, .human { padding: 20px;}
	.pageMerit img { max-width: 100%;}
	.pageMerit header { padding: 0 40px 100px;}
	.pageMerit .top_content_merit h1 { padding: 30px 20px 20px; font-size: 23px;}
	.pageMerit .top_content_merit h1 br { display: none;}
	.pageMerit .top_content_merit li a:before { content: none;}
	.pageMerit #pascle { width: auto;}
	.pageMerit #pascle figure,
	.pageMerit #pascle div {
		float: none;
		width: 100%;
	}
	.pageMerit #pascle li {
		float: none;
		width: 100%;
		padding: 0 10px;
	}
	.pageMerit #pascle li h3 { text-align: center;}
	.pageMerit #pascle figure { margin: 0 0 20px; text-align: center;}
	.pageMerit .environment,
	.pageMerit .human {
		width: 95%;
		box-sizing: border-box;
	}
	.pageMerit #pas .environment div { overflow: inherit;}
	.pageMerit #pas .environment figure + div { margin: 30px 0 0;}
	.pageMerit #pas .environment figure,
	.pageMerit #pas .human figure {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	.pageMerit #pas .human figure + h4 { margin: 30px 0 0;}
	#contact .btn {
		width: 320px;
	    box-sizing: border-box;
	}
	#merit nav ul {
		display: block;
		padding: 0 20px;
		box-sizing: border-box;
	}
	#merit nav a:after,
	#merit nav a:hover:after { content: none;}
	#merit nav li {
		display: block;
		width: 100%;
		padding: 0;
		vertical-align: middle;
	}
	#merit nav li:hover { background: url(../common/images/nav_arrow_02.png) center bottom 10px no-repeat;}
	#merit nav li + li { border-top: 0; border-left: 1px solid #F8D55C;}
	#merit nav a {
		padding: 0;
		font-size: 14px;
		padding: 15px 5px 30px 0;
		background: url(../common/images/nav_arrow_02.png) center bottom 10px no-repeat;
	}
	#merit nav a:hover {
		color: #F8D55C;
		background: #FFF url(../common/images/nav_arrow_02.png) center bottom 10px no-repeat;
	}
	#merit h1 + p { font-size: 16px;}
}

@media ( min-width: 1040px ) {
    .lead,.concept,#agreement,.lP,.planBox,.guidance #select div,
    .guidance #maintenance table {
        width: 960px;
        margin: 0 auto;
    }
}
