@charset "utf-8";

	body .mainContent .wrapper {
		width: 960px;
	}
@media only screen and (max-width:1300px) {
	body .mainContent .wrapper {
 		width: 960px!important;
 		padding-left: 0;
 		padding-right: 0;
 	}
}
@media only screen and (max-width:960px) {
	body .mainContent .wrapper {
 		width: 100%!important;
 		padding-left: 10px;
 		padding-right: 10px;
 	}
}

	.ttl {
		margin-bottom: 70px;
	}
	.ttl.mb00 {
		margin-bottom: 0;
	}
	.ttl img {
		padding: 0 10px 12px;
		border-bottom: solid 1px #fff;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
@media only screen and (max-width:670px) {
	.mainContent h3 img {
		zoom: 0.6;
	}
	.zoom {
		zoom: 0.8;
	}

	#anc1,
	#anc2,
	#anc3 {
		margin-top: 70px;
	}
}

	.pnav {
		overflow: hidden;
		margin-top: -20px;
		margin-bottom: 90px;
		text-align: center;
	}
	.pnav li {
		display: inline-block;
		margin-top: 20px;
		margin-right: 45px;
	}
	.pnav li.last {
		margin-right: 0;
	}
	.pnav li img {
		vertical-align: top;
	}
@media only screen and (max-width: 1000px) {
	.pnav {
		margin-left: -3%;
	}
	.pnav li {
		width: 30.33%;
		margin-left: 3%;
		margin-right: 0;
	}
}
@media only screen and (max-width: 670px) {
	.pnav {
		margin-bottom: 40px;
	}
/*
	.pnav {
		margin-left: 0;
	}
	.pnav li {
		display: block;
		width: auto;
		margin-left: 0;
		margin-right: 0;
	}
*/
}
	.areaA {
		display: table;
		width: 100%;
		margin-bottom: 80px;
	}
	.areaA.mb00 {
		margin-bottom: 0;
	}

	.areaL,
	.areaR {
		display: table-cell;
		width: 48.875%;
		vertical-align: middle;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	.areaArw {
		display: table-cell;
		width: 2.25%;
		padding: 0 1%;
		vertical-align: middle;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}
	.arwsp {
		display: none;
	}
@media only screen and (max-width: 1300px) {
	.areaL,
	.areaR {
		width: 45%;
	}
	.areaArw {
		width: 10%;
		padding: 0 1%;
	}
}
@media only screen and (max-width: 670px) {
	.areaL,
	.areaR {
		display: block;
		width: auto;
	}
	.areaArw {
		display: block;
		width: auto;
		padding: 20px 0;
	}
	.arwpc {
		display: none;
	}
	.arwsp {
		display: block;
	}
}

	.boxA {
		padding: 30px;
		border: solid 1px #e5e5e5;
		font-size: 10px;
	}

	.httl {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
	}
	.h {
		position: relative;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.h span {
		position: relative;
		display: inline-block;
		padding-right: 20px;
		background: #fff;
		z-index: 1;
	}
	.h:before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		height: 1px;
		border-top: solid 1px #e5e5e5;
		z-index: 0;

    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	}

	.Tbl {
		width: 100%;
	}
	.Tbl th {
		width: 120px;
		padding-bottom: 20px;
		font-weight: normal;
		font-size: 12px;
		text-align: left;
		vertical-align: top;
	}
	.Tbl td {
		padding-bottom: 20px;
		vertical-align: top;
	}
	.Tbl th.last,
	.Tbl td.last {
		padding-bottom: 0;
	}

/* ----------------------------------------------------------
mainVisual
---------------------------------------------------------- */
	.mainVisual {
		position: relative;
		text-align: center;
	}
	.mainVisual .btn {
		position: absolute;
		bottom: 13.58%;
		right: 4.86%;
		width: 14.95%;
	}
	.mainVisual .imgPh img {
		width: 100%;
	}
	.spMain {
		display: none;
	}
@media only screen and (max-width:960px) {
	.mainVisual .btn {
		bottom: 14%;
		right: 5%;
		width: 22%;
	}
}
@media only screen and (max-width:670px) {
	.mainVisual .btn {
		bottom: 9%;
		right: 0;
		width: 100%;
		text-align: center;
	}
	.mainVisual .imgPh {
		display: none;
	}
	.spMain {
		display: block;
	}
	.spMain img {
		width: 100%;
	}
}

/* ----------------------------------------------------------
section.num1
---------------------------------------------------------- */
	.section.num1 {
		padding-top: 60px;
		padding-bottom: 70px;
		background: #306c96;
		text-align: center;
	}
@media only screen and (max-width:670px) {
}

/* ----------------------------------------------------------
section.num2
---------------------------------------------------------- */
	.section.num2 {
		padding-top: 100px;
		padding-bottom: 110px;
		background: url(../imgs/bg-k-01.png) repeat left top;
		text-align: center;
	}
@media only screen and (max-width:670px) {
	.section.num2 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

/* ----------------------------------------------------------
section.num3
---------------------------------------------------------- */
	.section.num3 {
		padding-top: 50px;
		padding-bottom: 120px;
		background: #f0f0f0;
		text-align: center;
	}
	.section.num3 .inner {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		background: url(../imgs/bg-num1.png) no-repeat 0 0;
	}
	.section.num3 .ttl img {
		border-bottom: solid 1px #444;
	}
@media only screen and (max-width:670px) {
	.section.num3 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

/* ----------------------------------------------------------
section.num4
---------------------------------------------------------- */
	.section.num4 {
		padding-top: 50px;
		padding-bottom: 150px;
		background: url(../imgs/bg-k-01.png) repeat left top;
		text-align: center;
	}
	.section.num4 .inner {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		background: url(../imgs/bg-num2.png) no-repeat 100% 0;
	}
	.section.num4 .ttl img {
		border-bottom: solid 1px #444;
	}
@media only screen and (max-width:670px) {
	.section.num4 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

/* ----------------------------------------------------------
section.num5
---------------------------------------------------------- */
	.section.num5 {
		padding-top: 50px;
		padding-bottom: 150px;
		background: #1e2f42;
		text-align: center;
	}
	.section.num5 .inner {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 50px;
		background: url(../imgs/bg-num3.png) no-repeat 0 0;
	}
@media only screen and (max-width:670px) {
	.section.num5 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

/* ----------------------------------------------------------
section.num6
---------------------------------------------------------- */
	.section.num6 {
		padding-top: 85px;
		padding-bottom: 125px;
		background: url(../imgs/bg-k-02.png) repeat left top;
		text-align: center;
	}
@media only screen and (max-width:670px) {
	.section.num6 {
		padding-top: 40px;
		padding-bottom: 60px;
	}
}

/* ----------------------------------------------------------
section.num7
---------------------------------------------------------- */
	.section.num7 {
		padding-top: 80px;
		padding-bottom: 50px;
	}
@media only screen and (max-width:670px) {
}
