/*
#mainArea
*/
#mainArea {
    width: 100%;
	margin-top: -60px;
    padding-top: 0px;
    background: none;
}
#main {
    width: 100%;
    /*max-width: 1600px;*/
	height: auto;
    /*height: calc(100vw * .5625);*/
    /*max-height: 900px;*/
    margin: auto;
    position: relative;
}
#mainArea img {
    width: 100%;
}
#mainArea .mainimg {
    width: 100%;
}
#mainArea .mainimg img {}
#mainArea .item01 {
	position: absolute;
	width:250px;
	left: calc((20 / 1600) * 100%);
	top: calc((20 / 1600) * 100%);
}
#mainArea .item02 {
	position: relative;
	width: calc((1200 / 1600) * 100%);
	margin: calc((644 / 1600) * -100%) auto 0;
}
#mainArea .item03 {
	position: relative;
	width: calc((1000 / 1600) * 100%);
	margin: calc((64 / 1600) * 100%) auto calc((150 / 1600) * 100%);
}


/*
#overviewArea
*/

#overviewArea {
    width: 96%;
    max-width: 1000px;
	margin: auto;
	padding: 0 0 80px;
	color: #304361;
}

#overviewArea .mtxt {}
#overviewArea .mtxt p {
	font-size: 14px;
	padding-top: 0.5em;
}
#overviewArea .dtxt {
	font-size: 20px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#overviewArea .dtxt2 {
	font-size: 16px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#overviewArea .mark {
	padding: 0 5px 1px 25px;
	background: url("../images/common/mark01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#overviewArea .bdr {
	border-bottom: 1px solid #e7ebf3;
}


#overviewArea #c01 {
	padding-top: 80px;
}
#overviewArea #c01 .item01 {
	float: left;
	width: calc(100% - 300px - 30px);
}
#overviewArea #c01 .item01_1 {}
#overviewArea #c01 .item01_1 img {
	width: 265px;
}
#overviewArea #c01 .item01_2 {
	margin-top: 35px;
}
#overviewArea #c01 .item02 {
	float: right;
	width: 300px;
}


#overviewArea #c02 {
	padding-top: 80px;
}
#overviewArea #c02 .item01 {
	float: right;
	width: calc(100% - 300px - 100px);
}
#overviewArea #c02 .item01_1 {
	text-align: right;
}
#overviewArea #c02 .item01_1 img {
	width: 195px;
}
#overviewArea #c02 .item01_2 {
	margin-top: 0;
}
#overviewArea #c02 .item02 {
	float: left;
	width: 300px;
}


#overviewArea #c03 {
	padding-top: 80px;
}
#overviewArea #c03 .item01 {
	float: left;
	width: calc(100% - 300px - 100px);
}
#overviewArea #c03 .item01_1 {}
#overviewArea #c03 .item01_1 img {
	width: 157px;
}
#overviewArea #c03 .item01_2 {
	margin-top: 35px;
}
#overviewArea #c03 .item01_3 {
	width: 214px;
}
#overviewArea #c03 .item02 {
	float: right;
	width: 300px;
}



@media screen and (max-width: 1000px) {
#main #radioArea h2 {
	font-size: 24px;
}
/*
#overviewArea
*/
#overviewArea {
    width: 96%;
    max-width: 1000px;
	margin: auto;
	padding: 80px 0;
}

#overviewArea #c01 {
}
#overviewArea #c01 .item01 {
	width: calc(100% - 300px - 30px);
}
#overviewArea #c01 .item01_1 {}
#overviewArea #c01 .item01_1 img {
}
#overviewArea #c01 .item01_2 {
}
#overviewArea #c01 .item02 {
}


#overviewArea #c02 {
}
#overviewArea #c02 .item01 {
	width: calc(100% - 300px - 30px);
}
#overviewArea #c02 .item01_1 {
}
#overviewArea #c02 .item01_1 img {
}
#overviewArea #c02 .item01_2 {
}
#overviewArea #c02 .item02 {
}


#overviewArea #c03 {
}
#overviewArea #c03 .item01 {
	float: left;
	width: calc(100% - 300px - 30px);
}
#overviewArea #c03 .item01_1 {}
#overviewArea #c03 .item01_1 img {
}
#overviewArea #c03 .item01_2 {
}
#overviewArea #c03 .item01_3 {
}
#overviewArea #c03 .item02 {
}

}

@media screen and (max-width: 640px) {
/*
#mainArea
*/
#mainArea {
    width: 100%;
	margin-top: -60px;
    padding-top: 0px;
    background: none;
}
#main {
    width: 100%;
    /*max-width: 1600px;*/
    height: auto;
    /*max-height: 900px;*/
    margin: auto;
    position: relative;
}
#main img {
    width: 100%;
}
#mainArea .mainimg {}
#mainArea .item01 {
	position: absolute;
	/*width: calc((120 / 1600) * 100%);*/
	width:30vw;
	min-width: 15%;
	left: calc((5 / 1600) * 100%);
	top: calc((5 / 1600) * 100%);
}
#mainArea .item02 {
	position: relative;
	width: calc((1200 / 1600) * 105%);
	margin: calc((630 / 1600) * -100%) auto calc((150 / 1600) * 100%);
}
#mainArea .item03 {
	position: relative;
	width: 92%;
	margin: 5% auto 0;
	line-height: 1.8;
}
#mainArea .item03 p {
	line-height: 1.8;
}


/*
#overviewArea
*/

#overviewArea {
    width: 96%;
    max-width: 1000px;
	margin: auto;
	padding: 0 0 10%;
	color: #304361;
}

#overviewArea .mtxt {}
#overviewArea .mtxt p {
	font-size: 13px;
	padding-top: 0.5em;
}
#overviewArea .dtxt {
	font-size: 16px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#overviewArea .dtxt2 {
	font-size: 16px;
	margin-bottom: 1em;
	padding-bottom: 1em;
}
#overviewArea .mark {
	padding: 0 5px 0 25px;
	background: url("../images/common/mark01.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 15px 15px;
}
#overviewArea .bdr {
	border-bottom: 1px solid #e7ebf3;
}


#overviewArea #c01 {
	padding-top: 15%;
}
#overviewArea #c01 .item01 {
	float: none;
	width: 92%;
	margin: 0 auto;
}
#overviewArea #c01 .item01_1 {}
#overviewArea #c01 .item01_1 img {
	width: calc((265 / 500) * 100%);
}
#overviewArea #c01 .item01_2 {
	margin-top: 8%;
}
#overviewArea #c01 .item02 {
	float: none;
	width: 92%;
	margin: 4% auto 0;
}


#overviewArea #c02 {
	padding-top: 15%;
}
#overviewArea #c02 .item01 {
	float: none;
	width: 92%;
	margin: 0 auto;
}
#overviewArea #c02 .item01_1 {
	text-align: left;
}
#overviewArea #c02 .item01_1 img {
	width: calc((195 / 500) * 100%);
}
#overviewArea #c02 .item01_2 {
	margin-top: 8%;
}
#overviewArea #c02 .item02 {
	float: none;
	width: 92%;
	margin: 4% auto 0;
}


#overviewArea #c03 {
	padding-top: 15%;
}
#overviewArea #c03 .item01 {
	float: none;
	width: 92%;
	margin: 0 auto;
}
#overviewArea #c03 .item01_1 {}
#overviewArea #c03 .item01_1 img {
	width: calc((157 / 500) * 100%);
}
#overviewArea #c03 .item01_2 {
	margin-top: 8%;
}
#overviewArea #c03 .item01_3 {
	width: calc((214 / 500) * 100%);
	min-width: 214px;
}
#overviewArea #c03 .item02 {
	float: none;
	width: 92%;
	margin: 4% auto 0;
}












}
