@charset "utf-8";
/* CSS Document */

.pc-br {
    display: none;
} 
.sp-br {
    display: inline;
}
img.pcImg01{
	display: none;
}
img.spImg01{
	display: block;
}
@media (min-width: 900px) {
    .pc-br {
        display: inline;
    } 
    .sp-br {
        display: none;
    }
	img.pcImg01{
	display: block;
	}
	img.spImg01{
		display: none;
	}
}

strong {
	font-weight: 700;
}


.link-area {
    margin-top: -40px;
    padding-top: 40px;
}

@media (min-width: 900px) {
	.link-area {
		margin-top: -40px;
		padding-top: 40px;
	}
}

.paTOP100{
	padding-top: 100px;
}

.link-area02 {
    margin-top: 0;
		padding-top: 0;
}

@media (min-width: 900px) {
	.link-area02 {
		margin-top: -40px;
		padding-top: 40px;
	}
}


a img{
	transition: transform 0.4s,filter 0.3s;
	cursor: pointer;
}
a img:hover{
	transform: translateY(-4px);
	filter: saturate(200%) brightness(150%);
}



.naviArea01{
	display: none;
}

#trigger{
	width: 100%;
	position: relative;
}

#naviArea02{
	width: 134px;
	margin: 0 auto 0 auto;
	display: block;
	position: absolute;
	z-index: 98;
	top: 0;
	right: 0;
	opacity: 0;
	transition: all .6s;
}
#naviArea02.fixed {
  position: fixed;
  top: 0;
	opacity: 1;
}
#naviArea02 ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	background: #a98b51;
}
#naviArea02 ul li{
	width: 134px;
	height: 134px;
	background: linear-gradient(to bottom, #bfa96d, #a98b51);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.4s;
	cursor: pointer;
}
#naviArea02 ul li:hover{
	transform: translateY(-4px);
	filter: saturate(150%) brightness(110%);
}
#naviArea02 ul li::before{
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	width: 2px;
	height: 120px;
	background: #988762;
}
#naviArea02 ul li a{
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	margin: 0 0 0 auto;
	height: 100px;
	width: 120px;
}
#naviArea02 ul li:nth-child(2) a{
	margin: 20px 0 0 auto;
	align-items: center;
	height: 90px;
    line-height: 1.4;
}
#naviArea02 ul li:nth-child(3) a{
	margin: 20px 0 0 auto;
	align-items: center;
	height: 90px;
}
#naviArea02 ul li a::before{
	content: url("../img/link-symbol01.png");
	position: absolute;
	top: 0px;
	left: 0;
}
#naviArea02 ul li:nth-child(1) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol05.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}
#naviArea02 ul li:nth-child(2) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol02.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -4px;
	left: 0;
}
#naviArea02 ul li:nth-child(3) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol02.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -4px;
	left: 0;
}






@media only screen and (max-width: 900px) {
	.naviArea01{
		width: 100%;
		margin: 0 auto 0 auto;
		display: block;
		position: fixed;
		z-index: 100;
		bottom: 0;
		left: 0;
	}
	.naviArea01 ul{
		width: 100%;
		display: flex;
		justify-content: space-between;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
	}
	.naviArea01 ul li{
		width: 50%;
		height: 54px;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.naviArea01 ul li::before{
		position: absolute;
		content: "";
		top: 2px;
		left: 2px;
		width: 2px;
		height: 70px;
		background: #988762;
	}
	.naviArea01 ul li a{
		display: block;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.2;
		position: relative;
		margin: 0 0 0 20px;
		width: 90%;
	}
	.naviArea01 ul li a:nth-child(2){
		margin: 0 0 0 10px;
	}
	.naviArea01 ul li:nth-child(1) a::after{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: no-repeat;
		background-image: url("../img/link-symbol05.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: 5px;
		right: 6px;
	}
	.naviArea01 ul li:nth-child(2) a::after{
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		background: no-repeat;
		background-image: url("../img/link-symbol02.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: 6px;
		right: 10px;
	}
	#naviArea02{
		display: none;
	}
}


.cmnbody{
	width: 100%;
	background: #000000;
}

.titleArea01{
	width: 100%;
	max-width: 1256px;
	height: 550px;
	margin: 0 auto;
	background: url("../img/title_bg_pc01.jpg") no-repeat left top;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: row;
}
.titleArea01 h1,
.titleArea01 h2,
.titleArea01 span,
.titleArea01 p{
	color: #FFFFFF;
}
.titleArea01 div{
	display: flex;
	flex-direction: column;
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 100px 0 0 0;
	padding: 0 0 0 40px;
	box-sizing: border-box;
}
.titleArea01 div .h1-01{
	font-size: 28px;
	line-height: 1.6;
	font-weight: 700;
	display: block;
}
.titleArea01 div .h1-02{
	font-size: 58px;
	font-weight: 700;
	list-height: 1.6;
	margin: 8px 0 4px 0;
	display: block;
}

.titleArea01 div p{
	order: 3;
	display: block;
	max-width: 460px;
	margin: 40px 0 0 4px;
}
.titleArea01 div img{
	position: absolute;
	right: 190px;
	bottom: -125px;
	width: 134px;
	height: auto;
}


@media only screen and (max-width: 900px) {
	.cmnbody{
		width: 100%;
		background: #000000;
	}

	.titleArea01{
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 0 0 200px 0;
		margin: 0 auto;
		background: url("../img/title_bg_sp01.jpg") no-repeat center bottom;
		background-size: cover;
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		flex-direction: column;
	}
	.titleArea01 h1,
	.titleArea01 h2,
	.titleArea01 p{
		color: #FFFFFF;
	}
	.titleArea01 div{
		display: flex;
		flex-direction: column;
		position: relative;
		max-width: 100%;
		width: 100%;
		margin: 20px 0 0 0;
		padding: 0 0 0 40px;
		box-sizing: border-box;
	}
	.titleArea01 div .h1-01{
		font-size: 20px;
		font-weight: 700;
		display: block;
		margin: 16px 0 0 0;
	}
	.titleArea01 div .h1-02{
		font-size: 40px;
		font-weight: 700;
		margin: 14px 0 0 0;
		line-height: 1.0;
		display: block;
	}
	.titleArea01 div p{
		order: 3;
		display: block;
		max-width: 90%;
		margin: 20px 0 0 4px;
	}
	.titleArea01 div img{
		position: absolute;
		right: 10px;
		bottom: -240px;
		width: 100px;
		height: auto;
	}
}


/*ページ内リンク*/

.pageLinkArea01{
	width: 960px;
	margin: 0 auto 0 auto;
}
.pageLinkArea01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 960px;
}
.pageLinkArea01 ul li{
	color: #FFFFFF;
	width: 300px;
	border-bottom: #666666 1px solid;
	margin: 20px 30px 0 0;
	transition: transform 0.4s;
	cursor: pointer;
}
.pageLinkArea01 ul li:hover{
	transform: translateY(-2px);
}
.pageLinkArea01 ul li:nth-child(3n){
	margin: 20px 0 0 0;
}
.pageLinkArea01 ul li a{
	color: #FFFFFF;
	width: 300px;
	height: 54px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.pageLinkArea01 ul li a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
	transform: rotate(45deg);
    margin-top: -0.25em;
	position: absolute;
	right: 0;
}

@media only screen and (max-width: 900px) {
	.pageLinkArea01{
		width: calc(100% - 40px);
		margin: 20px auto 0 auto;
	}
	.pageLinkArea01 ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.pageLinkArea01 ul li{
		color: #FFFFFF;
		width: calc(50% - 5px);
		border-bottom: #666666 1px solid;
		margin: 20px 0 0 0;
	}
	.pageLinkArea01 ul li:nth-child(3n){
		margin: 20px 0 0 0;
	}
	.pageLinkArea01 ul li a{
		color: #FFFFFF;
		width: 100%;
		height: 54px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		position: relative;
	}
	.pageLinkArea01 ul li a::after{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-right: #fff 1px solid;
		border-bottom: #fff 1px solid;
		transform: rotate(45deg);
		margin-top: -0.25em;
		position: absolute;
		right: 0;
	}
}


/*別ページ遷移*/

.btnArea01{
	width: 960px;
	margin: 50px auto 0 auto;
	display: block;
}
.btnArea01.endDiv{
	width: 960px;
	padding: 0 0 100px 0;
}
.btnArea02.endDiv{
	padding: 0 0 100px 0;
}
.btnArea01 ul{
	width: 960px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.btnArea01 ul li{
	width: 310px;
	height: 74px;
	background: linear-gradient(to bottom, #bfa96d, #a98b51);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.4s;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.btnArea01 ul li:hover{
	transform: translateY(-4px);
	filter: saturate(150%) brightness(110%);
}
.btnArea01 ul li::before{
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	width: 2px;
	height: 70px;
	background: #988762;
}
.btnArea01 ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	margin: 0 0 0 26px;
}
.btnArea01 ul li a:nth-child(3){
	margin: 0 0 0 36px;
}
.btnArea01 ul li:nth-child(1) a::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: no-repeat;
	background-image: url("../img/link-symbol03.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 14px);
	left: -40px;
}
.btnArea01 ul li:nth-child(2) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol04.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 12px);
	left: -36px;
}
.btnArea01 ul li:nth-child(3) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol02.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 12px);
	left: -36px;
}
 
@media only screen and (max-width: 900px) {
	.btnArea01{
		width: calc(100% - 40px);
		margin: 50px auto 0 auto;
		display: block;
	}
	.btnArea01.endDiv{
		width: calc(100% - 40px);
		padding: 0 0 100px 0;
	}
	.btnArea01 ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.btnArea01 ul li{
		width: calc(50% - 5px);
		height: auto;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: all 0.4s;
		cursor: pointer;
		padding: 12px 0;
	}
	.btnArea01 ul li:nth-child(3){
		width: 100%;
		height: auto;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: all 0.4s;
		cursor: pointer;
		padding: 14px 0;
		margin: 10px 0 0 0;
	}
	.btnArea01 ul li:hover{
		transform: translateY(-4px);
		filter: saturate(150%) brightness(110%);
	}
	.btnArea01 ul li::before{
		position: absolute;
		content: "";
		top: 2px;
		left: 2px;
		width: 2px;
		height: 90%;
		background: #988762;
	}
	.btnArea01 ul li a{
		display: block;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4;
		position: relative;
		margin: 0 0 0 26px;
	}
	.btnArea01 ul li a:nth-child(3){
		margin: 0 0 0 36px;
	}
	.btnArea01 ul li:nth-child(1) a::before{
		content: "";
		display: block;
		width: 30px;
		height: 30px;
		background: no-repeat;
		background-image: url("../img/link-symbol03.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 14px);
		left: -40px;
	}
	.btnArea01 ul li:nth-child(2) a::before{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: no-repeat;
		background-image: url("../img/link-symbol04.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 12px);
		left: -36px;
	}
	.btnArea01 ul li:nth-child(3) a::before{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: no-repeat;
		background-image: url("../img/link-symbol02.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 12px);
		left: -36px;
	}
}


.btnArea02{
	width: 640px;
	margin: 50px auto 0 auto;
	display: block;
}
.btnArea02 ul{
	width: 640px;
	display: flex;
    flex-direction: row;
	justify-content: space-between;
}
.btnArea02 ul li{
	width: 310px;
	height: 74px;
	background: linear-gradient(to bottom, #bfa96d, #a98b51);
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: all 0.4s;
	cursor: pointer;
}
.btnArea02 ul li:hover{
	transform: translateY(-4px);
	filter: saturate(150%) brightness(110%);
}
.btnArea02 ul li::before{
	position: absolute;
	content: "";
	top: 2px;
	left: 2px;
	width: 2px;
	height: 70px;
	background: #988762;
}
.btnArea02 ul li a{
	display: block;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	margin: 0 0 0 26px;
}
.btnArea02 ul li a:nth-child(3){
	margin: 0 0 0 36px;
}
.btnArea02 ul li:nth-child(1) a::before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: no-repeat;
	background-image: url("../img/link-symbol05.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 14px);
	left: -40px;
}
.btnArea02 ul li:nth-child(2) a::before{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: no-repeat;
	background-image: url("../img/link-symbol02.png");
	background-size: contain;
	background-position: center;
	position: absolute;
	top: calc(50% - 12px);
	left: -36px;
}


@media only screen and (max-width: 900px) {
	.btnArea02{
		display: none;
	}
	
	
	.btnArea02{
		width: calc(100% - 40px);
		margin: 50px auto 0 auto;
		display: block;
	}
	.btnArea02.endDiv{
		width: calc(100% - 40px);
		padding: 0 0 100px 0;
	}
	.btnArea02 ul{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
        flex-direction: column;
	}
	.btnArea02 ul li{
		width: 100%;
		height: auto;
		background: linear-gradient(to bottom, #bfa96d, #a98b51);
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		transition: all 0.4s;
		cursor: pointer;
		padding: 8px 0;
        margin: 0 0 4px 0;
        min-height: 54px;
	}
	.btnArea02 ul li:hover{
		transform: translateY(-4px);
		filter: saturate(150%) brightness(110%);
	}
	.btnArea02 ul li::before{
		position: absolute;
		content: "";
		top: 2px;
		left: 2px;
		width: 2px;
		height: 90%;
		background: #988762;
	}
	.btnArea02 ul li a{
		display: block;
		color: #FFFFFF;
		font-size: 14px;
		font-weight: 700;
		line-height: 1.4;
		position: relative;
		margin: 0 0 0 26px;
	}
	.btnArea02 ul li a:nth-child(3){
		margin: 0 0 0 36px;
	}
	.btnArea02 ul li:nth-child(1) a::before{
		content: "";
		display: block;
		width: 28px;
		height: 28px;
		background: no-repeat;
		background-image: url("../img/link-symbol05.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 14px);
		left: -40px;
	}
	.btnArea02 ul li:nth-child(2) a::before{
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background: no-repeat;
		background-image: url("../img/link-symbol02.png");
		background-size: contain;
		background-position: center;
		position: absolute;
		top: calc(50% - 12px);
		left: -36px;
	}
}


/*bt40_speedioArea*/

.bt40_speedioArea01{
	width: 960px;
	margin: 100px auto 0 auto;
}
.bt40_speedioArea01 img{
	display: block;
}
.bt40_speedioArea01 img.pcBg01{
	display: block;
}
.bt40_speedioArea01 img.spBg01{
	display: none;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg{
	padding: 24px 86px 0 86px;
	background: #2b2b2b;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg h2{
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01{
	width: 786px;
	padding: 28px 0 36px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01{
	width: 258px;
	height: 230px;
	background: #000000;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 32px 0 24px 0;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01:nth-child(3)::after{
	display: none;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01:nth-child(2)::after{
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: #000000;
	position: absolute;
	transform: rotate(45deg);
	bottom: -10px;
	left: 122px;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 img{
	width: 80px;
	height: auto;
}
.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 p{
	width: 258px;
	height: 90px;
	font-size: 18px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	box-sizing: border-box;
}


@media only screen and (max-width: 900px) {
	.bt40_speedioArea01{
		width: 100%;
		margin: 80px auto 0 auto;
	}
	.bt40_speedioArea01 img{
		display: block;
	}
	.bt40_speedioArea01 img.pcBg01{
		display: none;
	}
	.bt40_speedioArea01 img.spBg01{
		display: block;
		width: 100%;
		height: auto;
	}
	.bt40_speedioArea01 div.bt40_speedioAreaBg{
		padding: 24px 20px 0 20px;
		background: #2b2b2b;
	}
	.bt40_speedioArea01 div.bt40_speedioAreaBg h2{
		display: block;
		width: 100%;
		text-align: center;
		color: #fff;
		font-size: 20px;
	}
	.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01{
		width: 100%;
		padding: 28px 0 36px 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01{
		width: 100%;
		height: auto;
		background: #000000;
		border-radius: 4px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 24px;
		box-sizing: border-box;
		margin: 0 0 4px 0;
	}
	.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01:nth-child(2)::after{
		display: none;
	}
	.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01:nth-child(3)::after{
		content: "";
		width: 20px;
		height: 20px;
		display: block;
		background: #000000;
		position: absolute;
		transform: rotate(45deg);
		bottom: -10px;
		left: calc(50% - 10px);
	}
	.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 img{
		width: 75px;
		height: auto;
	}
	.bt40_speedioArea01 div.bt40_speedioAreaBg .vsArea01 .vsBox01 p{
		width: calc(100% - 90px);
		height: auto;
		font-size: 18px;
		color: #FFFFFF;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
	}
}

/* Choose SPEEDIO */

.chooseSpeedioArea01{
	width: 960px;
	margin: 120px auto 0 auto;
}
.chooseSpeedioArea01 h2{
	display: block;
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
}
.chooseSpeedioArea01 p{
	display: block;
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	margin: 16px 0 0 0;
}
.reduction01{
	width: 960px;
	margin: 40px auto 0 auto;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	border-radius: 20px 0 0 0;
}
.reduction01 span.reduction{
	position: absolute;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	justify-content: flex-start;
	align-items: center;
	width: 176px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
	background: #0d2ea1;
	top: 40px;
	left: -20px;
	box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
}
.reduction01 h3{
	margin: 0 0 0 150px;
	height: 70px;
	font-size: 32px;
	font-weight: 700;
	text-align: left;
}
.reduction01 h4{
	font-size: 20px;
	font-weight: 700;
}
.reduction01 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.reduction01 img{
	margin: 16px 0 0 0;
}
.reduction01 span{
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.reduction01 .textBox01{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 8px 0 0 0;
}
.reduction01 .textBox01 .textBox01-L{
	width: 420px;
}
.reduction01 .textBox01 .textBox01-R{
	width: 440px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-01{
	width: 204px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-02{
	width: 221px;
	display: flex;
	justify-content: center;
	margin: 0;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-01 p{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-01 img{
	width: 133px;
	height: auto;
}
.reduction01 .textBox01 .textBox01-R .textBox01-R-02 img{
	width: 222px;
	height: auto;
}


@media only screen and (max-width: 900px) {
	.chooseSpeedioArea01{
		width: calc(100% - 40px);
		margin: 120px auto 0 auto;
	}
	.chooseSpeedioArea01 h2{
		display: block;
		width: 100%;
		text-align: center;
		color: #FFFFFF;
		font-size: 32px;
	}
	.chooseSpeedioArea01 p{
		display: block;
		width: 100%;
		text-align: center;
		color: #FFFFFF;
		font-size: 20px;
		margin: 16px 0 0 0;
	}
	.reduction01{
		width: 100%;
		margin: 40px auto 0 auto;
		background: #FFFFFF;
		padding: 20px 20px 40px 20px;
		box-sizing: border-box;
		position: relative;
		border-radius: 0 0 20px 0;
	}
	.reduction01 span.reduction{
		position: absolute;
		display: flex;
		font-size: 16px;
		font-weight: 700;
		color: #FFFFFF;
		justify-content: flex-start;
		align-items: center;
		width: 176px;
		height: 40px;
		padding: 0 0 0 40px;
		box-sizing: border-box;
		border-radius: 0 20px 20px 0;
		background: #0d2ea1;
		top: -20px;
		left: -20px;
		box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
	}
	.reduction01 h3{
		margin: 20px 0 0 0;
		height: 60px;
		text-align: center;
		font-size: 32px;
		font-weight: 700;
	}
	.reduction01 h4{
		font-size: 20px;
		font-weight: 700;
	}
	.reduction01 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.reduction01 img{
		margin: 16px 0 0 0;
	}
	.reduction01 span{
		color: #000000;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		margin: 8px 0 0 0;
	}
	.reduction01 .textBox01{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin: 8px 0 0 0;
	}
	.reduction01 .textBox01 .textBox01-L{
		width: 100%;
	}
	.reduction01 .textBox01 .textBox01-R{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.reduction01 .textBox01 .textBox01-R .textBox01-R-01{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 20px 0 0 0;
	}
	.reduction01 .textBox01 .textBox01-R .textBox01-R-02{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 20px 0 0 0;
	}
	.reduction01 .textBox01 .textBox01-R .textBox01-R-01 p{
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
	}
	.reduction01 .textBox01 .textBox01-R .textBox01-R-01 img{
		width: 150px;
		height: auto;
	}
	.reduction01 .textBox01 .textBox01-R .textBox01-R-02 img{
		width: 200px;
		height: auto;
	}
}


.reduction02{
	width: 960px;
	margin: 4px auto 0 auto;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	border-radius: 0 0 0 0;
}
.reduction02 span.reduction{
	position: absolute;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	justify-content: flex-start;
	align-items: center;
	width: 176px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
	background: #0d2ea1;
	top: 40px;
	left: -20px;
	box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
}
.reduction02 h3{
	margin: 0 0 0 150px;
	height: 70px;
	font-size: 32px;
	font-weight: 700;
}
.reduction02 h4{
	font-size: 20px;
	font-weight: 700;
}
.reduction02 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.reduction02 img{
	margin: 20px 0 0 0;
}
.reduction02 span{
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.reduction02 .textBox01{
	margin: 8px 0 0 0;
	width: 100%;
}
.reduction02 .textBox01 img.pcImg01{
		display: block;
	}
.reduction02 .textBox01 .textBox02{
	display: none;
}
.reduction02 .tableArea01{
	margin: 24px 0 0 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.reduction02 .tableArea01 .tableArea01-L{
	width: 240px;
}
.reduction02 .tableArea01 .tableArea01-L h5{
	font-size: 14px;
}
.reduction02 .tableArea01 .tableArea01-L p{
	font-size: 12px;
}
.reduction02 .tableArea01 .tableArea01-L .grid-list{
	display: grid;
	grid-template-columns: 60px 1fr; 
	gap: 0 0; 
	align-items: stretch;
	font-size: 12px;
}
.reduction02 .tableArea01 .tableArea01-L .grid-list dt,
.reduction02 .tableArea01 .tableArea01-L .grid-list dd{
	border-bottom: 1px #DDDDDD solid;
	padding: 6px 0;
}
.reduction02 .tableArea01 .tableArea01-C{
	width: 354px;
	margin: 0;
}
.reduction02 .tableArea01 .tableArea01-C .grid-list{
	display: grid;
	grid-template-columns: 80px 1fr; 
	gap: 0 0; 
	align-items: stretch;
	font-size: 12px;
}
.reduction02 .tableArea01 .tableArea01-C .grid-list dt,
.reduction02 .tableArea01 .tableArea01-C .grid-list dd{
	border-bottom: 1px #DDDDDD solid;
	padding: 6px 0;
}
.reduction02 .tableArea01 .tableArea01-C h5{
	font-size: 14px;
}
.reduction02 .tableArea01 .tableArea01-C p{
	font-size: 12px;
}
.reduction02 .tableArea01 img{
	width: 242px;
	height: auto;
}

@media only screen and (max-width: 900px) {
	.reduction02{
		width: 100%;
		margin: 40px auto 0 auto;
		background: #FFFFFF;
		padding: 20px 20px 40px 20px;
		box-sizing: border-box;
		position: relative;
		border-radius: 0 0 20px 0;
	}
	.reduction02 span.reduction{
		position: absolute;
		display: flex;
		font-size: 16px;
		color: #FFFFFF;
		justify-content: flex-start;
		align-items: center;
		width: 176px;
		height: 40px;
		padding: 0 0 0 40px;
		box-sizing: border-box;
		border-radius: 0 20px 20px 0;
		background: #0d2ea1;
		top: -20px;
		left: -20px;
		box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
	}
	.reduction02 h3{
		margin: 20px 0 0 0;
		height: 60px;
		text-align: center;
		font-size: 32px;
		font-weight: 700;
	}
	.reduction02 h4{
		font-size: 20px;
		font-weight: 700;
	}
	.reduction02 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.reduction02 img{
		margin: 20px 0 0 0;
	}
	.reduction02 span{
		color: #000000;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		margin: 8px 0 0 0;
	}
	.reduction02 .textBox01{
		margin: 8px 0 0 0;
		width: 100%;
	}
	.reduction02 .textBox01 img.pcImg01{
		display: none;
	}
	.reduction02 .textBox01 .textBox02{
		margin: 40px 0 0 -20px;
		width: calc(100% + 40px);
		background: #e7ecf3;
		padding: 20px 20px 40px 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
	}
	.reduction02 .textBox01 .textBox02 h4{
		background: #8b8a8a;
		display: block;
		padding: 12px 0;
		box-sizing: border-box;
		width: 100%;
		height: 40px;
		font-size: 14px;
		font-weight: 700;
		color: #FFFFFF;
		text-align: center;
	}
	.reduction02 .textBox01 .textBox02 h5{
		display: block;
		padding: 24px 0 12px 20px;
		box-sizing: border-box;
		width: 100%;
		font-size: 14px;
		font-weight: 700;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01{
		margin: 0 0 0 0;
		width: 100%;
		background: #FFFFFF;
		padding: 0;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01 p span{
		font-size: 12px;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01-L{
		margin: 0 0 0 0;
		width: 45%;
		background: #FFFFFF;
		padding: 0;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01-L img{
		margin: 0 0 0 0;
		width: 100px;
		height: auto;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01-L p{
		color: #004898;
		font-size: 20px;
		font-weight: 700;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01-L p span{
		color: #004898;
		font-size: 14px;
		font-weight: 700;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01-R{
		margin: 0 0 0 0;
		width: 55%;
		background: #FFFFFF;
		padding: 0;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01-R img{
		margin: 0 0 4px 0;
		width: 100%;
		height: auto;
	}
	.reduction02 .textBox01 .textBox02 .vsBox01-R img:nth-child(2){
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}
	
	.reduction02 .tableArea01{
		margin: 24px 0 0 0;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.reduction02 .tableArea01 .tableArea01-L{
		width: 100%;
	}
	.reduction02 .tableArea01 .tableArea01-L h5{
		font-size: 14px;
	}
	.reduction02 .tableArea01 .tableArea01-L p{
		font-size: 12px;
	}
	.reduction02 .tableArea01 .tableArea01-L .grid-list{
		display: grid;
		grid-template-columns: 60px 1fr; 
		gap: 0 0; 
		align-items: stretch;
		font-size: 12px;
	}
	.reduction02 .tableArea01 .tableArea01-L .grid-list dt,
	.reduction02 .tableArea01 .tableArea01-L .grid-list dd{
		border-bottom: 1px #DDDDDD solid;
		padding: 6px 0;
	}
	.reduction02 .tableArea01 .tableArea01-C{
		width: 100%;
		margin: 20px 0 0 0;
	}
	.reduction02 .tableArea01 .tableArea01-C .grid-list{
		display: grid;
		grid-template-columns: 80px 1fr; 
		gap: 0 0; 
		align-items: stretch;
		font-size: 12px;
	}
	.reduction02 .tableArea01 .tableArea01-C .grid-list dt,
	.reduction02 .tableArea01 .tableArea01-C .grid-list dd{
		border-bottom: 1px #DDDDDD solid;
		padding: 6px 0;
	}
	.reduction02 .tableArea01 .tableArea01-C h5{
		font-size: 14px;
	}
	.reduction02 .tableArea01 .tableArea01-C p{
		font-size: 12px;
	}
	.reduction02 .tableArea01 img{
		max-width: 242px;
		width: 100%;
		height: auto;
		margin: 14px auto 0 auto;
	}
}


.reduction03{
	width: 960px;
	margin: 4px auto 0 auto;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	border-radius: 0 0 20px 0;
}
.reduction03 span.reduction{
	position: absolute;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	justify-content: flex-start;
	align-items: center;
	width: 176px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
	background: #0d2ea1;
	top: 40px;
	left: -20px;
	box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
}
.reduction03 h3{
	margin: 0 0 0 150px;
	height: 70px;
	font-size: 32px;
	font-weight: 700;
}
.reduction03 h4{
	font-size: 20px;
	font-weight: 700;
}
.reduction03 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.reduction03 img{
	margin: 16px 0 0 0;
}
.reduction03 span{
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.reduction03 .textBox01{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 8px 0 0 0;
}
.reduction03 .textBox01 .textBox01-L{
	width: 420px;
	margin: 0;
}
.reduction03 .textBox01 .textBox01-R{
	width: 440px;
	margin: 0;
}


@media only screen and (max-width: 900px) {
	.reduction03{
		width: 100%;
		margin: 40px auto 0 auto;
		background: #FFFFFF;
		padding: 20px 20px 40px 20px;
		box-sizing: border-box;
		position: relative;
		border-radius: 0 0 20px 0;
	}
	.reduction03 span.reduction{
		position: absolute;
		display: flex;
		font-size: 16px;
		color: #FFFFFF;
		justify-content: flex-start;
		align-items: center;
		width: 176px;
		height: 40px;
		padding: 0 0 0 40px;
		box-sizing: border-box;
		border-radius: 0 20px 20px 0;
		background: #0d2ea1;
		top: -20px;
		left: -20px;
		box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
	}
	.reduction03 h3{
		margin: 20px 0 0 0;
		height: 60px;
		text-align: center;
		font-size: 32px;
		font-weight: 700;
	}
	.reduction03 h4{
		font-size: 20px;
		font-weight: 700;
	}
	.reduction03 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.reduction03 img{
		margin: 16px 0 0 0;
	}
	.reduction03 span{
		color: #000000;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		margin: 8px 0 0 0;
	}
	.reduction03 .textBox01{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin: 8px 0 0 0;
	}
	.reduction03 .textBox01 .textBox01-L{
		width: 100%;
		margin: 24px 0 0 0;
	}
	.reduction03 .textBox01 .textBox01-L img{
		width: 100%;
		height: auto;
	}
	.reduction03 .textBox01 .textBox01-R{
		width: 100%;
		margin: 32px 0 40px 0;
	}
	.reduction03 .textBox01 .textBox01-R img{
		width: 100%;
		height: auto;
	}
}



/* SPEEDIO Lineup */

.speedio-lineupArea01{
	width: 960px;
	margin: 120px auto 0 auto;
}
.speedio-lineupArea01 h2{
	display: block;
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
}
.speedio-lineupArea01 p{
	display: block;
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	margin: 16px 0 0 0;
}
.speedio-lineupArea01 .product-M{
	width: 960px;
	height: 220px;
	margin: 80px auto 0 auto;
	background: #999999 url("../img/m-bg01.jpg") left top no-repeat;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.speedio-lineupArea01 .product-M h3{
	position: absolute;
	left: 0;
	bottom: -58px;
}
.speedio-lineupArea01 .product-M h3 img{
	width: 143px;
	height: auto,
}
.speedio-lineupArea01 .product-M img.m200{
	position: absolute;
	width: 169px;
	height: auto;
	left: 214px;
	top: -16px;
}
.speedio-lineupArea01 .product-M img.m300{
	position: absolute;
	width: 191px;
	height: auto;
	left: 427px;
	top: -31px;
}

.speedio-lineupArea01 .product-U{
	width: 960px;
	height: 220px;
	margin: 160px auto 0 auto;
	background: #999999 url("../img/u-bg01.jpg") left top no-repeat;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.speedio-lineupArea01 .product-U h3{
	position: absolute;
	left: 0;
	bottom: -58px;
}
.speedio-lineupArea01 .product-U h3 img{
	width: 114px;
	height: auto;
}
.speedio-lineupArea01 .product-U img.u500{
	position: absolute;
	left: 307px;
	top: -60px;
	width: 203px;
	height: auto;
}

.speedio-lineupArea01 .product-S{
	width: 960px;
	height: 220px;
	margin: 160px auto 0 auto;
	background: #999999 url("../img/s-bg01.jpg") left top no-repeat;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.speedio-lineupArea01 .product-S h3{
	position: absolute;
	left: 0;
	bottom: -58px;
}
.speedio-lineupArea01 .product-S h3 img{
	width: 112px;
	height: auto;
}
.speedio-lineupArea01 .product-S img.s300{
	position: absolute;
	left: 140px;
	top: 0;
	width: 149px;
	height: auto;
}
.speedio-lineupArea01 .product-S img.s500{
	position: absolute;
	left: 305px;
	top: -10px;
	width: 191px;
	height: auto;
}
.speedio-lineupArea01 .product-S img.s700{
	position: absolute;
	left: 509px;
	top: -27px;
	width: 239px;
	height: auto;
}
.speedio-lineupArea01 .productSP{
	display: none;
}


@media only screen and (max-width: 900px) {
	.speedio-lineupArea01{
		width: 100%;
		margin: 100px auto 0 auto;
	}
	.speedio-lineupArea01 h2{
		display: block;
		width: 100%;
		text-align: center;
		color: #FFFFFF;
		font-size: 32px;
	}
	.speedio-lineupArea01 p{
		display: block;
		width: 100%;
		text-align: center;
		color: #FFFFFF;
		font-size: 20px;
		margin: 16px 0 0 0;
	}
	.speedio-lineupArea01 .product-M{
		display: none;
	}
	.speedio-lineupArea01 .product-U{
		display: none;
	}
	.speedio-lineupArea01 .product-S{
		display: none;
	}
	.speedio-lineupArea01 .productSP{
		display: flex;
		flex-direction: column;
		margin: 60px 0 20px 0;
	}
	.speedio-lineupArea01 .productSP img{
		display: block;
		width: 100%;
		height: auto;
	}
}




/* SPEEDIO Capability */

.speedioCapabilityArea01{
	width: 960px;
	margin: 200px auto 0 auto;
}
.speedioCapabilityArea01 h2{
	display: block;
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
}
.point01{
	width: 960px;
	margin: 40px auto 0 auto;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	border-radius: 20px 0 0 0;
}
.point01  span.point{
	position: absolute;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	justify-content: flex-start;
	align-items: center;
	width: 176px;
	height: 40px;
	margin: 0;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
	background: #0d2ea1;
	top: 40px;
	left: -20px;
	box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
}
.point01 h3{
	margin: 0 0 0 150px;
	height: 70px;
	font-size: 32px;
	font-weight: 700;
}

.point01 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point01 img{
	margin: 16px 0 0 0;
}
.point01 span{
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.point01 .textBox01{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 24px 0 0 0;
	padding: 0;
}
.point01 .textBox01 .textBox01-L{
	width: 420px;
}
.point01 .textBox01 .textBox01-R{
	width: 440px;
	display: flex;
	justify-content: space-between;
	margin: 0;
}
.point01 .textBox01 .textBox01-R .textBox01-R-01{
	width: 204px;
}
.point01 .textBox01 .textBox01-R .textBox01-R-01 p{
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
}
.point01-2Area{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	background: #FFFFFF;
}
.point01-2Area p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point01-2Area p strong{
	font-weight: 700;
}
.point01-2Area .software{
	width: 479px;
	background: #e7ecf3;
	padding: 24px 20px 40px 40px;
	box-sizing: border-box;
	position: relative;
}
.point01-2Area .software h4{
	position: absolute;
	width: 190px;
	height: 35px;
	display: flex;
	align-items: center;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	background: #000000;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	top: -22px;
	left: 0;
}
.point01-2Area .hardware{
	width: 479px;
	background: #e7ecf3;
	padding: 24px 20px 40px 40px;
	box-sizing: border-box;
	position: relative;
}
.point01-2Area .hardware h4{
	position: absolute;
	width: 190px;
	height: 35px;
	display: flex;
	align-items: center;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	background: #000000;
	font-size: 20px;
	font-weight: 700;
	color: #FFFFFF;
	top: -22px;
	left: 0;
}


@media only screen and (max-width: 900px) {
	.speedioCapabilityArea01{
		width: calc(100% - 40px);
		margin: 120px auto 0 auto;
	}
	.speedioCapabilityArea01 h2{
		display: block;
		width: 100%;
		text-align: center;
		color: #FFFFFF;
		font-size: 32px;
	}
	.point01{
		width: 100%;
		margin: 40px auto 0 auto;
		background: #FFFFFF;
		padding: 20px;
		box-sizing: border-box;
		position: relative;
		border-radius: 0 0 0 0;
	}
	.point01 span.point{
		position: absolute;
		display: flex;
		font-size: 16px;
		color: #FFFFFF;
		justify-content: flex-start;
		align-items: center;
		width: 176px;
		height: 40px;
		padding: 0 0 0 40px;
		box-sizing: border-box;
		border-radius: 0 20px 20px 0;
		background: #0d2ea1;
		top: -20px;
		left: -20px;
		box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
	}
	.point01 h3{
		margin: 20px 0 0 0;
		height: auto;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
	}

	.point01 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point01 img{
		margin: 16px 0 0 0;
	}
	.point01 span{
		color: #000000;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		margin: 8px 0 0 0;
	}
	.point01 .textBox01{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin: 8px 0 0 0;
		padding: 0 0 40px 0;
	}
	.point01 .textBox01 .textBox01-L{
		width: 100%;
	}
	.point01 .textBox01 .textBox01-R{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin: 20px 0 0 0;
	}
	.point01 .textBox01 .textBox01-R .textBox01-R-01{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		margin: 20px 0 0 0;
	}
	.point01 .textBox01 .textBox01-R .textBox01-R-01 p{
		font-size: 14px;
		font-weight: 700;
		line-height: 1.2;
	}
	.point01 .textBox01 .textBox01-R .textBox01-R-02{
		width: 100%;
		display: flex;
		justify-content: center;
		margin: 20px 0 0 0;
	}
	.point01 .textBox01 .textBox01-R .textBox01-R-01 p{
		font-size: 16px;
		font-weight: 700;
		line-height: 1.2;
	}
	.point01 .textBox01 .textBox01-R .textBox01-R-01 img{
		width: 150px;
		height: auto;
	}
	.point01 .textBox01 .textBox01-R .textBox01-R-02 img{
		width: 200px;
		height: auto;
	}
	
	
	.point01-2Area{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		background: #FFFFFF;
	}
	.point01-2Area p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point01-2Area p strong{
		font-weight: 700;
	}
	.point01-2Area .software{
		width: 100%;
		background: #e7ecf3;
		padding: 60px 20px 40px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.point01-2Area .software h4{
		width: 190px;
		height: 35px;
		display: flex;
		align-items: center;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		background: #000000;
		font-size: 20px;
		font-weight: 700;
		color: #FFFFFF;
		position: absolute;
		top: 0;
	}
	.point01-2Area .hardware{
		width: 100%;
		background: #e7ecf3;
		padding: 60px 20px 40px 20px;
		box-sizing: border-box;
		position: relative;
	}
	.point01-2Area .hardware h4{
		width: 190px;
		height: 35px;
		display: flex;
		align-items: center;
		padding: 0 0 0 20px;
		box-sizing: border-box;
		background: #000000;
		font-size: 20px;
		font-weight: 700;
		color: #FFFFFF;
		position: absolute;
		top: 0;
	}
}




.point02{
	width: 960px;
	margin: 4px auto 0 auto;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	border-radius: 0 0 0 0;
}
.point02 span.point{
	position: absolute;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	color: #FFFFFF;
	justify-content: flex-start;
	align-items: center;
	width: 176px;
	height: 40px;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
	background: #0d2ea1;
	top: 40px;
	left: -20px;
	box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
}
.point02 h3{
	margin: 0 0 0 150px;
	height: 70px;
	font-size: 32px;
	font-weight: 700;
}

.point02 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point02 img{
	margin: 16px 0 0 0;
}
.point02 span{
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.point02 .textBox01{
	display: flex;
	justify-content: space-between;
	margin: 12px 0 0 0;
}
.point02 .textBox01 p:first-child{
	margin: 0 0 0 0;
}
.point02-2Area{
	width: 960px;
	background: #e7ecf3;
	padding: 40px 40px 40px 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	align-items: flex-start;
}
.point02-2Area p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point02-2Area img{
	width: 264px;
	height: 126px;
	margin: 0;
}
.point02-2Area h4{
	margin: 0 0 8px 0;
}
.point02-2Area .point02-2TextArea{
	width: 586px;
}
.point02-3Area{
	width: 960px;
	background: #e7ecf3;
	padding: 40px 40px 40px 40px;
	box-sizing: border-box;
	border-top: 2px solid #FFFFFF;
}
.point02-3Area h4{
	margin: 0 0 8px 0;
}
.point02-3Area p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point02-4Area{
	width: 960px;
	background: #e7ecf3;
	padding: 0 40px 40px 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.point02-4Area p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point02-4Area h4{
	margin: 0 0 8px 0;
}
.point02-4Area img{
	margin: 24px 0 0 0;
}
.point02-4Area .point02-4Area-L{
	width: 400px;
	padding: 0;
}
.point02-4Area .point02-4Area-L img{
		margin: 24px 0 0 0;
		width: 370px;
		height: auto;
	}
.point02-4Area .point02-4Area-R{
	width: 438px;
	border-left: 2px solid #FFFFFF;
	padding: 0 0 0 32px;
	box-sizing: border-box;
}
.point02-4Area .point02-4Area-R img{
		margin: 24px auto 0 auto;
		width: 320px;
		height: auto;
	display: block;
	}

@media only screen and (max-width: 900px) {
	.point02{
		width: 100%;
		margin: 40px auto 0 auto;
		background: #FFFFFF;
		padding: 20px 20px 40px 20px;
		box-sizing: border-box;
		position: relative;
		border-radius: 0 0 0 0;
	}
	.point02 span.point{
		position: absolute;
		display: flex;
		font-size: 16px;
		font-weight: 700;
		margin: 0;
		color: #FFFFFF;
		justify-content: flex-start;
		align-items: center;
		width: 176px;
		height: 40px;
		padding: 0 0 0 40px;
		box-sizing: border-box;
		border-radius: 0 20px 20px 0;
		background: #0d2ea1;
		top: -20px;
		left: -20px;
		box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
	}
	.point02 h3{
		margin: 20px 0 0 0;
		height: auto;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
	}

	.point02 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point02 img{
		margin: 16px 0 0 0;
	}
	.point02 span{
		color: #000000;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		margin: 8px 0 0 0;
	}
	.point02 .textBox01{
		display: flex;
		justify-content: space-between;
		margin: 12px 0 0 0;
	}
	.point02 .textBox01 p:first-child{
		margin: 0 0 0 0;
	}
	.point02-2Area{
		width: 100%;
		background: #e7ecf3;
		padding: 40px 20px 40px 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		align-items: flex-start;
	}
	.point02-2Area p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point02-2Area img{
		width: 264px;
		height: 126px;
		margin: 32px auto 0 auto;
	}
	.point02-2Area h4{
		margin: 0 0 8px 0;
	}
	.point02-2Area .point02-2TextArea{
		width: 100%;
	}
	.point02-3Area{
		width: 100%;
		background: #e7ecf3;
		padding: 40px 20px 0 20px;
		box-sizing: border-box;
		border-top: 2px solid #FFFFFF;
	}
	.point02-3Area h4{
		margin: 0 0 8px 0;
	}
	.point02-3Area p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point02-4Area{
		width: 100%;
		background: #e7ecf3;
		padding: 0 20px 20px 20px;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.point02-4Area p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point02-4Area h4{
		margin: 0 0 8px 0;
	}
	.point02-4Area img{
		margin: 24px 0 0 0;
		width: 100%;
		height: auto;
	}
	.point02-4Area .point02-4Area-L{
		width: 100%;
		padding: 40px 0 0 0;
	}
	.point02-4Area .point02-4Area-L img{
		margin: 24px 0 32px 0;
		width: 100%;
		height: auto;
	}
	.point02-4Area .point02-4Area-R{
		width: 100%;
		border-top: 2px solid #FFFFFF;
		border-left: none;
		padding: 32px 0 0 0;
		box-sizing: border-box;
	}
	.point02-4Area .point02-4Area-R img{
		margin: 24px 0 0 0;
		width: 100%;
		height: auto;
	}
}





.point03{
	width: 960px;
	margin: 4px auto 0 auto;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	border-radius: 0 0 0 0;
}
.point03 span.point{
	position: absolute;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	color: #FFFFFF;
	justify-content: flex-start;
	align-items: center;
	width: 176px;
	height: 40px;
	padding: 0 0 0 60px;
	box-sizing: border-box;
	border-radius: 0 20px 20px 0;
	background: #0d2ea1;
	top: 40px;
	left: -20px;
	box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
}
.point03 h3{
	margin: 0 0 0 150px;
	height: 70px;
	font-size: 32px;
	font-weight: 700;
}
.point03 h4{
	margin: 0 0 8px 0;
}
.point03 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point03 img{
	margin: 16px 0 0 0;
}
.point03 span{
	color: #000000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	margin: 8px 0 0 0;
}
.point03-textBox01{
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	margin: 0 0 0 0;
	width: 960px;
	background: #e7ecf3;
	padding: 0 40px 0 40px;
	box-sizing: border-box;
}
.point03-textBox01 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point03-textBox01 img{
	margin: 20px 0 0 0;
}
.point03-textBox01 .point03-Area-L{
	width: 264px;
	padding: 40px 0 32px 0;
	box-sizing: border-box;
}
.point03-textBox01 .point03-Area-L h4{
	margin: 0 0 8px 0;
	font-size: 20px;
}
.point03-textBox01 .point03-Area-L img{
	margin: 16px 0 0 0;
	width: 100%;
	height: auto;
}
.point03-textBox01 .point03-Area-R{
	width: 570px;
	border-left: 2px solid #FFFFFF;
	padding: 40px 0 32px 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.point03-textBox01 .point03-Area-R p{
	margin-bottom: auto;
}

.point03-textBox01 .point03-Area-R h4{
	margin: 0 0 8px 0;
	font-size: 20px;
}
.point03-textBox02{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 0 0 0;
	width: 960px;
	background: #e7ecf3;
	padding: 0 40px 0 40px;
	box-sizing: border-box;
	border-top: 2px solid #FFFFFF;
}
.point03-textBox02 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.point03-textBox02 h4{
	margin: 0 0 8px 0;
}
.point03-textBox02 img{
	margin: 20px 0 0 0;
}
.point03-textBox02 .point03-02Area-L{
	width: 572px;
	padding: 40px 40px 32px 0;
	box-sizing: border-box;
}
.point03-textBox02 .point03-02Area-L h4{
	margin: 0 0 8px 0;
	font-size: 20px;
}
.point03-textBox02 .point03-02Area-R{
	width: 288px;
	border-left: 2px solid #FFFFFF;
	padding: 40px 0 40px 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.point03-textBox02 .point03-02Area-R p{
	margin-bottom: auto;
}
.point03-textBox02 .point03-02Area-R h4{
	margin: 0 0 8px 0;
	font-size: 20px;
}
.point03-textBox02 .point03-02Area-R img{
	margin: 16px 0 0 0;
	display: block;
	width: 246px;
	height: auto;
}

@media only screen and (max-width: 900px) {
	.point03{
		width: 100%;
		margin: 40px auto 0 auto;
		background: #FFFFFF;
		padding: 20px 20px 40px 20px;
		box-sizing: border-box;
		position: relative;
		border-radius: 0 0 0 0;
	}
	.point03 span.point{
		position: absolute;
		display: flex;
		font-size: 16px;
		color: #FFFFFF;
		justify-content: flex-start;
		align-items: center;
		width: 176px;
		height: 40px;
		padding: 0 0 0 40px;
		box-sizing: border-box;
		border-radius: 0 20px 20px 0;
		background: #0d2ea1;
		top: -20px;
		left: -20px;
		box-shadow: 0px 8px 16px rgba(000, 000, 000, 0.4);
	}
	.point03 h3{
		margin: 20px 0 0 0;
		height: auto;
		text-align: center;
		font-size: 20px;
		font-weight: 700;
	}
	.point03 h4{
		margin: 0 0 8px 0;
	}
	.point03 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point03 img{
		margin: 16px 0 0 0;
	}
	.point03 span{
		color: #000000;
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		margin: 8px 0 0 0;
	}
	.point03-textBox01{
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		margin: 0 0 0 0;
		width: 100%;
		background: #e7ecf3;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
	}
	.point03-textBox01 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point03-textBox01 img{
		margin: 20px auto 0 auto;
	}
	.point03-textBox01 .point03-Area-L{
		width: 100%;
		padding: 40px 0 32px 0;
		box-sizing: border-box;
	}
	.point03-textBox01 .point03-Area-L h4{
		margin: 0 0 8px 0;
		font-size: 20px;
	}
	.point03-textBox01 .point03-Area-L img{
		margin: 20px auto 0 auto;
		display: block;
		width: 100%;
		height: auto;
	}
	.point03-textBox01 .point03-Area-R{
		width: 100%;
		border-left: none;
		border-top: 2px solid #FFFFFF;
		padding: 40px 0 32px 0;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.point03-textBox01 .point03-Area-R img{
		width: 100%;
		height: auto;
	}
	.point03-textBox01 .point03-Area-R p{
		margin-bottom: auto;
	}
	.point03-textBox01 .point03-Area-R h4{
		margin: 0 0 8px 0;
		font-size: 20px;
	}
	.point03-textBox02{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 0 0 0 0;
		width: 100%;
		background: #e7ecf3;
		padding: 0 0 0 0;
		box-sizing: border-box;
		border-top: 2px solid #FFFFFF;
	}
	.point03-textBox02 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.point03-textBox02 h4{
		margin: 0 0 8px 0;
		font-size: 20px;
	}
	.point03-textBox02 img{
		margin: 20px 0 0 0;
	}
	.point03-textBox02 .point03-02Area-L{
		width: 100%;
		padding: 40px 20px 32px 20px;
		box-sizing: border-box;
	}
	.point03-textBox02 .point03-02Area-L img{
		width: 100%;
		height: auto;
	}
	.point03-textBox02 .point03-02Area-L h4{
		margin: 0 0 8px 0;
		font-size: 20px;
	}
	.point03-textBox02 .point03-02Area-R{
		width: 100%;
		padding: 40px 20px 32px 20px;
		border-top: 2px solid #FFFFFF;
		border-left: none;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.point03-textBox02 .point03-02Area-R p{
		margin-bottom: auto;
	}
	.point03-textBox02 .point03-02Area-R h4{
		margin: 0 0 8px 0;
	}
	.point03-textBox02 .point03-02Area-R img{
		margin: 20px auto 0 auto;
		display: block;
		max-width: 240px;
		width: 100%;
		height: auto;
	}
}



.industry01{
	width: 100%;
	height: 363px;
	background: #343637 url( "../img/industry-specific-bg.jpg") center top no-repeat;
	margin: 140px 0 260px 0;
}
.industry01 .photoArea{
	width: 960px;
	height: 363px;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.industry01 .photoArea img:first-child{
	position: absolute;
	left: 87px;
	top: -96px;
}
.industry01 .photoArea img:nth-child(2){
	position: absolute;
	top: -92px;
	right: 131px;
}
.industry01 .photoArea img:nth-child(3){
	position: absolute;
	top: 64px;
	right: -26px;
}
.industry01 .photoArea img:nth-child(4){
	position: absolute;
	bottom: -83px;
	right: 84px;
}
.industry01 .photoArea img:nth-child(5){
	position: absolute;
	bottom: -120px;
	right: 334px;
}
.industry01 .photoArea img:nth-child(6){
	position: absolute;
	bottom: -38px;
	left: 38px;
}
.industry01 .photoArea img:nth-child(7){
	position: absolute;
	top: 0;
	left: 2px;
}
.industry01 .photoArea h2{
	color: #FFFFFF;
}
.industry01 .photoArea02{
	display: none;
}

@media only screen and (max-width: 900px) {
	.industry01{
		width: 100%;
		height: auto;
		background: #343637 url( "../img/industry-specific-bg-sp.jpg") center top no-repeat;
		background-size: cover;
		margin: 40px 0 0 0;
	}
	.industry01 .photoArea{
		display: none;
	}
	.industry01 .photoArea02{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 40px 0 0 0;
	}
	.industry01 .photoArea02 img{
		width: 90%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	.industry01 .photoArea02 h2{
		color: #FFFFFF;
		text-align: center;
		display: inline-block;
		margin: 0 auto 40px auto;
	}
}



/* Localized Support */

.localizedArea01{
	width: 960px;
	margin: 120px auto 0 auto;
}
.localizedArea01 h2{
	display: block;
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
}
.localizedArea01 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.localizedArea01 .supportText01{
	width: 960px;
	margin: 40px auto 0 auto;
	background: #FFFFFF;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	border-radius: 20px 0 0 0;
}
.localizedArea01 .supportText02{
	width: 960px;
	margin: 0 auto 0 auto;
	background: #e7ecf3;
	padding: 0;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.localizedArea01 .supportText02 .supportTextBox01{
	width: 480px;
	padding: 0 40px 0 40px;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01{
	width: 400px;
	padding: 26px 0 26px 0;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
	border-bottom: 2px solid #FFFFFF;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 p{
	color: #000000;
	font-size: 14px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 p strong{
	font-weight: 700;
	display: inline-block;
	margin: 8px 0 0 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 h3{
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	width: auto;
	margin: 0 0 8px 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul {
	margin: 4px 0 0 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul li{
	margin: 2px 0 8px 0;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 12px;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul li::before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #000000;
	position: absolute;
	left: 2px;
	top: 8px;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02{
	width: 400px;
	padding: 26px 0 26px 0;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 h3{
	color: #000000;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	width: auto;
	margin: 0 0 8px 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 p{
	color: #000000;
	font-size: 14px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 p strong{
	font-weight: 700;
	display: inline-block;
	margin: 8px 0 0 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul {
	margin: 4px 0 0 0;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul li{
	margin: 2px 0 8px 0;
	font-size: 14px;
	position: relative;
	padding: 0 0 0 12px;
}
.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul li::before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: #000000;
	position: absolute;
	left: 2px;
	top: 8px;
}
.localizedArea01 .supportText02 .supportPhotoBox01{
	width: 480px;
	display: block;
	padding: 0 0 0 0;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
}
.localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-01{
	width: 480px;
	height: 50%;
	background: url("../img/localized01-01.jpg") center;
	background-size: cover;

}
/*.localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-01 img{
	width: auto;
	height: 50%;
}*/
.localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-02{
	width: 480px;
	height: 50%;
	background: url("../img/localized01-02.jpg") center;
	background-size: cover;
}

@media only screen and (max-width: 900px) {
	.localizedArea01{
		width: calc(100% - 40px);
		margin: 120px auto 0 auto;
	}
	.localizedArea01 h2{
		display: block;
		width: 100%;
		text-align: center;
		color: #FFFFFF;
		font-size: 32px;
	}
	.localizedArea01 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.localizedArea01 .supportText01{
		width: 100%;
		margin: 40px auto 0 auto;
		background: #FFFFFF;
		padding: 20px;
		box-sizing: border-box;
		position: relative;
		border-radius: 20px 0 0 0;
	}
	.localizedArea01 .supportText02{
		width: 100%;
		margin: 0 auto 0 auto;
		background: #e7ecf3;
		padding: 0;
		box-sizing: border-box;
		border-radius: 0 0 0 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.localizedArea01 .supportText02 .supportTextBox01{
		width: 100%;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
		border-radius: 0 0 0 0;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01{
		width: 100%;
		padding: 26px 0 0 0;
		box-sizing: border-box;
		border-radius: 0 0 0 0;
		border-bottom: none;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 img {
		width: calc(100% + 40px);
		height: auto;
		margin: 32px 0 0 -20px;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 p{
		color: #000000;
		font-size: 14px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 p strong{
		font-weight: 700;
		display: inline-block;
		margin: 8px 0 0 0;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 h3{
		color: #000000;
		font-size: 16px;
		font-weight: 700;
		text-align: left;
		display: inline-block;
		width: auto;
		margin: 0 0 8px 0;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul {
		margin: 4px 0 0 0;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul li{
		margin: 2px 0 8px 0;
		font-size: 14px;
		position: relative;
		padding: 0 0 0 12px;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-01 ul li::before{
		content: "";
		width: 4px;
		height: 4px;
		border-radius: 2px;
		background: #000000;
		position: absolute;
		left: 2px;
		top: 8px;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02{
		width: 100%;
		padding: 26px 0 26px 0;
		box-sizing: border-box;
		border-radius: 0 0 0 0;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 h3{
		color: #000000;
		font-size: 16px;
		font-weight: 700;
		text-align: left;
		display: inline-block;
		width: auto;
		margin: 0 0 8px 0;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 p{
		color: #000000;
		font-size: 14px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 p strong{
		font-weight: 700;
		display: inline-block;
		margin: 8px 0 0 0;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul {
		margin: 4px 0 0 0;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul li{
		margin: 2px 0 8px 0;
		font-size: 14px;
		position: relative;
		padding: 0 0 0 12px;
	}
	.localizedArea01 .supportText02 .supportTextBox01 .supportTextBox01-02 ul li::before{
		content: "";
		width: 4px;
		height: 4px;
		border-radius: 2px;
		background: #000000;
		position: absolute;
		left: 2px;
		top: 8px;
	}
	.localizedArea01 .supportText02 .supportPhotoBox01{
		width: 100%;
		display: none;
		padding: 0 0 0 0;
		box-sizing: border-box;
		border-radius: 0 0 0 0;
	}
	.localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-01{
		width: 100%;
		height: 50%;
		background: url("../img/localized01-01.jpg") center;
		background-size: cover;
	}
	.localizedArea01 .supportText02 .supportPhotoBox01 .supportTextBox01-02{
		width: 100%;
		height: 50%;
		background: url("../img/localized01-02.jpg") center;
		background-size: cover;
	}
}


.localizedArea01 .supportText03{
	width: 960px;
	margin: 0 auto 0 auto;
	background: #728793;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
	position: relative;
}
.localizedArea01 .supportText03 h3{
	width: 280px;
	height: 40px;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	background: #000000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}
.localizedArea01 .supportText03 div{
	width: 880px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.localizedArea01 .supportText03 p{
	width: 440px;
	height: 250px;
	padding: 0 0 0 40px;
	font-size: 20px;
	font-weight: 700;
	background: #FFFFFF;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

@media only screen and (max-width: 900px) {
	.localizedArea01 .supportText03{
		width: 100%;
		margin: 0 auto 0 auto;
		background: #728793;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 0 0 0 0;
		position: relative;
	}
	.localizedArea01 .supportText03 h3{
		width: auto;
		height: 40px;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
		background: #000000;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
	}
	.localizedArea01 .supportText03 div{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.localizedArea01 .supportText03 p{
		width: 100%;
		height: auto;
		padding: 40px 0 40px 20px;
		font-size: 20px;
		font-weight: 700;
		background: #FFFFFF;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.localizedArea01 .supportText03 img{
		width: 100%;
		height: auto;
	}
}




.localizedArea01 .supportText04{
	width: 960px;
	margin: 0 auto 0 auto;
	background: #7899ac;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 0 0 0 0;
	position: relative;
}
.localizedArea01 .supportText04 h3{
	width: 280px;
	height: 40px;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	background: #000000;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
}
.localizedArea01 .supportText04 .movArea01{
	width: 880px;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.localizedArea01 .supportText04 .movArea01 .movBox01{
	width: 440px;
	padding: 60px 66px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	background: #e7ecf3;
}
.localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(2),
.localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(3){
	background: #FFFFFF;
}
.localizedArea01 .supportText04 .movArea01 .movBox01 h4{
	font-size: 20px;
	font-weight: 700;
	margin: 12px 0 0 0;
}
.localizedArea01 .supportText04 .movArea01 .movBox01 p{
	font-size: 14px;
	margin: 12px 0 0 0;
	line-height: 1.0;
}

@media only screen and (max-width: 900px) {
	.localizedArea01 .supportText04{
		width: 100%;
		margin: 0 auto 0 auto;
		background: #7899ac;
		padding: 20px;
		box-sizing: border-box;
		border-radius: 0 0 0 0;
		position: relative;
	}
	.localizedArea01 .supportText04 h3{
		width: auto;
		height: 40px;
		padding: 0 20px 0 20px;
		box-sizing: border-box;
		background: #000000;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		color: #FFFFFF;
		position: absolute;
		top: 0;
		left: 0;
	}
	.localizedArea01 .supportText04 .movArea01{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
		flex-wrap: wrap;
	}
	.localizedArea01 .supportText04 .movArea01 .movBox01{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		background: #e7ecf3;
	}
	.localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(2),
	.localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(4){
		background: #FFFFFF;
	}
	.localizedArea01 .supportText04 .movArea01 .movBox01:nth-child(3){
		background: #e7ecf3;
	}
	.localizedArea01 .supportText04 .movArea01 .movBox01 img{
		width: 100%;
		height: auto;
	}
	.localizedArea01 .supportText04 .movArea01 .movBox01 h4{
		font-size: 20px;
		font-weight: 700;
		margin: 12px 0 0 0;
	}
	.localizedArea01 .supportText04 .movArea01 .movBox01 p{
		font-size: 14px;
		margin: 12px 0 0 0;
		line-height: 1.0;
	}
}



.localizedArea01 .supportText05{
	width: 960px;
	margin: 0 auto 0 auto;
	background: #e7ecf3;
	padding: 40px 30px;
	box-sizing: border-box;
	border-radius: 0 0 20px 0;
}
.localizedArea01 .supportText05 h3{
	width: 100%;
	height: auto;
	padding: 0 0 40px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #000;
	font-size: 24px;
}
.localizedArea01 .supportText05 .productsBox{
	width: 900px;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	align-self: stretch;
	flex-direction: row;
}
.localizedArea01 .supportText05 .productsBox .pBox01{
	width: 284px;
	margin: 0 auto 0 auto;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.localizedArea01 .supportText05 .productsBox .pBox01 img.s-photo{
	width: 307px;
	height: auto;
	margin: 0 0 0 -12px;
}
.localizedArea01 .supportText05 .productsBox .pBox01 p{
	margin: 12px 0 auto 0;
	font-size: 14px;
}
.localizedArea01 .supportText05 .productsBox .pBox01 dl{
	display: grid;
	grid-template-columns: 70px 1fr; 
	gap: 0 0; 
	align-items: stretch;
	font-size: 14px;
	padding: 20px 0 16px 0;
	margin: 20px 0 0 0;
	border-top: 2px solid #FFFFFF;
}
.localizedArea01 .supportText05 .productsBox .pBox01 dl dt{
	font-weight: 700;
}


@media only screen and (max-width: 900px) {
	.localizedArea01 .supportText05{
		width: 100%;
		margin: 0 auto 0 auto;
		background: #e7ecf3;
		padding: 40px 20px;
		box-sizing: border-box;
		border-radius: 0 0 20px 0;
	}
	.localizedArea01 .supportText05 h3{
		width: 100%;
		height: auto;
		padding: 0 0 0 0;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		color: #000;
		font-size: 24px;
	}
	.localizedArea01 .supportText05 .productsBox{
		width: 100%;
		margin: 0 auto 0 auto;
		display: flex;
		justify-content: space-between;
		align-self: stretch;
		flex-direction: column;
	}
	.localizedArea01 .supportText05 .productsBox .pBox01{
		width: 100%;
		margin: 40px auto 0 auto;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.localizedArea01 .supportText05 .productsBox .pBox01:nth-child(2){
		margin: 60px auto 0 auto;
	}
	.localizedArea01 .supportText05 .productsBox .pBox01 img.s-photo{
		width: 100%;
		height: auto;
		margin: 0 0 0 -12px;
	}
	.localizedArea01 .supportText05 .productsBox .pBox01 p{
		margin: 12px 0 auto 0;
		font-size: 14px;
	}
	.localizedArea01 .supportText05 .productsBox .pBox01 dl{
		display: grid;
		grid-template-columns: 70px 1fr; 
		gap: 0 0; 
		align-items: stretch;
		font-size: 14px;
		padding: 20px 0 16px 0;
		margin: 20px 0 0 0;
		border-top: 2px solid #FFFFFF;
	}
	.localizedArea01 .supportText05 .productsBox .pBox01 dl dt{
		font-weight: 700;
	}
}




/* Event */

.eventArea01{
	width: 960px;
	margin: 120px auto 0 auto;
	padding: 0 0 0 0;
}
.eventArea01 h2{
	display: block;
	width: 960px;
	text-align: center;
	color: #FFFFFF;
	font-size: 32px;
}
.eventArea01 p{
	color: #000000;
	font-size: 16px;
	text-align: left;
	display: inline-block;
	width: auto;
}
.eventArea01 .eventText01{
	width: 960px;
	margin: 40px auto 0 auto;
	background: #FFFFFF;
	padding: 80px;
	box-sizing: border-box;
	position: relative;
	border-radius: 20px 0 20px 0;
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}
.eventArea01 .eventText01 div{
	width: 401px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-self: stretch;
	background: #e7ecf3;
}
.eventArea01 .eventText01 div p{
	width: 401px;
	height: 216px;
	padding: 0 50px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background: #e7ecf3;
}
.eventArea01 .eventText01 div a{
	width: 401px;
	height: 54px;
	padding: 0 0 0 30px;
	font-weight: 700;
	color: #FFFFFF;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background: linear-gradient(180deg, #09274f, #0b356a);
	position: relative;
	transition: filter 0.4s;
}
.eventArea01 .eventText01 div a:hover{
	filter: saturate(180%) brightness(120%);
}
.eventArea01 .eventText01 div a::after{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-right: #FFFFFF 1px solid;
	border-top: #FFFFFF 1px solid;
	transform: rotate(45deg);
    margin-top: -0.25em;
	position: absolute;
	right: 20px;
}


@media only screen and (max-width: 900px) {
	.eventArea01{
		width: calc(100% - 40px);
		margin: 120px auto 0 auto;
		padding: 0 0 0 0;
	}
	.eventArea01 h2{
		display: block;
		width: 100%;
		text-align: center;
		color: #FFFFFF;
		font-size: 32px;
	}
	.eventArea01 p{
		color: #000000;
		font-size: 16px;
		text-align: left;
		display: inline-block;
		width: auto;
	}
	.eventArea01 .eventText01{
		width: 100%;
		margin: 40px auto 0 auto;
		background: #FFFFFF;
		padding: 20px;
		box-sizing: border-box;
		position: relative;
		border-radius: 20px 0 20px 0;
		display: flex;
		justify-content: flex-start;
		flex-direction: column-reverse;
	}
	.eventArea01 .eventText01 div{
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-self: stretch;
		background: #e7ecf3;
	}
	.eventArea01 .eventText01 div p{
		width: 100%;
		height: auto;
		padding: 20px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		background: #e7ecf3;
	}
	.eventArea01 .eventText01 div a{
		width: 100%;
		height: 54px;
		padding: 0 0 0 30px;
		font-weight: 700;
		color: #FFFFFF;
		box-sizing: border-box;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		background: linear-gradient(180deg, #09274f, #0b356a);
		position: relative;
	}
	.eventArea01 .eventText01 div a::after{
		content: "";
		display: block;
		width: 8px;
		height: 8px;
		border-right: #FFFFFF 1px solid;
		border-top: #FFFFFF 1px solid;
		transform: rotate(45deg);
		margin-top: -0.25em;
		position: absolute;
		right: 20px;
	}
}


/* 動画モーダル */

.modal-content{
	background: none!important;
	border: none!important;
}