#header{
	width: 100%;
	background-color: #37aa83;
	float: left;
	color: #FFF;
	position: relative;
	min-width:1100px;
	box-shadow: inset 0 5px 15px rgba(0,0,0,.1);

}
#header_wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
	left: 0px;
	top: 0px;
	
}


#header:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(55, 170, 131, 0);
	border-top-color: #37aa83;
	border-width: 7px;
	margin-left: -7px;
	z-index: 100;
}




#area_blog {
	width: 100%;
	background-color: #e5e8ed;
	float: left;
	position: relative;
	min-width:1100px
}
#area_blog_wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 25px;
}

#area_blog:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(55, 170, 131, 0);
	border-top-color: #e5e8ed;
	border-width: 7px;
	margin-left: -7px;
	z-index: 220;
}







#content {
	width: 100%;
	background-color: #edf1f3;
	float: left;
	position: relative;
	min-width:1100px
}
#content_wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}

#content:after {
 top: 100%; left: 50%; 
 border: solid transparent; 
 content: " "; 
 height: 0; 
 width: 0; 
 position: absolute; 
 pointer-events: none; 
 border-color: rgba(55, 170, 131, 0); 
 border-top-color: #edf1f3; 
 border-width: 7px; 
 margin-left: -7px; 
}


#link_pc {
	width: 100%;
	background-color: #cfdade;
	float: left;
	min-width:1100px
}
#link_pc_wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 60px;
	padding-bottom: 60px;
}


#footer_logo {
	float: left;
	height: 60px;
	width: 400px;
	padding-top: 10px;
}
#footer_right {
	float: right;
	padding-top: 20px;
	width: 460px;
	font-size: 13px;
	text-align: right;
}
#footer_right .copyright {
	font-size: 11px;
	text-align: right;
}



footer {
	float: left;
	margin-bottom: 0px;
	width: 90%;
	padding-top: 10px;
	padding-right: 5%;
	padding-bottom: 5px;
	padding-left: 5%;
	min-width: 1000px;
}


.pc_text{
	font-size: 19px;
	letter-spacing: 5px;
	text-align: center;
	padding-top: 20px;
}

#header_right {
	width: 340px;
	float: right;
	margin-bottom: 20px;
	margin-top: 70px;
}
#header_left {
	float: left;
	width: 600px;
}
.link_catchcopy {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 6px;
	margin-top: 10px;
	margin-bottom: 15px;
}
.link_copy {
	font-size: 14px;
	line-height: 1.3em;
}
.app {
	float: left;
	height: 250px;
	width: 216px;
	margin-right: 25px;
	margin-top: 10px;
}
.app_undertext {
	font-size: 13px;
	text-align: center;
	display: block;
	padding-top: 5px;
}
.page_finding {
	font-size: 45px;
	text-align: center;
	letter-spacing: 8px;
	padding-top: 5px;
	font-weight: bold;
	color: #003c50;
	margin-bottom: 20px;
}
.function_box {
	width: 1000px;
	margin-right: 0%;
	margin-left: 0%;
	padding-right: 50px;
	padding-left: 50px;
	float: left;
	color: #333;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 50px;
	padding-top: 15px;
	padding-bottom: 30px;
	background-color: #FFF;
	border: 1px solid #dedede;
	position: relative;
	left: 0px;
	top: 0px;
	box-shadow: 0 12px 30px -6px rgba(0,0,0,.05);
}








.function {
	font-size: 30px;
	font-weight: bold;
	color: #003C50;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 3px;
}
.function_img1 {
	width: 100%;
	background-image: url(../images/feature_icon1.png);
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
}
.function_img2 {
	width: 100%;
	background-image: url(../images/feature_icon2.png);
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
}

.function_img3 {
	width: 100%;
	background-image: url(../images/feature_icon3.png);
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
}

.function_img4 {
	width: 100%;
	background-image: url(../images/feature_icon4.png);
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
}

.function_img5 {
	width: 100%;
	background-image: url(../images/feature_icon5.png);
	height: 145px;
	background-repeat: no-repeat;
	background-position: center center;
}

.button {
	display: inline-block;
	width: 600px;
	height: 74px;
	text-align: center;
	text-decoration: none;
	line-height: 74px;
	outline: none;
	position: relative;
	z-index: 2;
	color: #333;
	-webkit-perspective: 600px;
	perspective: 600px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	background-color: #FF6600;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 3px;
	padding-top: 5px;
}
.button:hover {
	color: #fff;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	-webkit-transform-origin: center top;
	transform-origin: center top;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover::after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 1;
}

#social {
	position: absolute;
	top: 20px;
	right: 10px;
}



.fixedlink {
	position: fixed;
	bottom: 25px;
	right: 5px;
	font-size: 10px;
	z-index: 10000;
}

.fixedlink a {
	background: #333333;
	text-decoration: none;
	color: #ffffff;
	text-align: center;
	display: block;
	border-radius: 100px;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #dddddd;
}

.fixedlink a:hover {
	text-decoration: none;
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #dddddd;
}


.area_logo {
	float: left;
	margin-bottom: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFF;
	overflow: hidden;
}
.areaname {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.areaurl {
	font-size: 11px;
	text-align: center;
}
.border_leftnone{
	border-left-style: none;
}
.border_rightnone{
	border-right-style: none;
}
.attention {
	font-size: 14px;
}
.function_button {
	position: absolute;
	left: -35px;
	top: -35px;
}
.green_text {
	font-weight: bold;
	color: #37AA83;
}

.green_bg {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padsding-bottom: 10px;
	position: relative;
	left: 0px;
	top: 0px;
	background-color: #37aa83;
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	letter-spacing: 3px;
	padding-bottom: 7px;
}


.green_bg:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(55, 170, 131, 0);
	border-top-color: #37aa83;
	border-width: 7px;
	margin-left: -7px;
	z-index: 100;
}
.add_right {
	float: left;
	width: 231px;
	margin-left: 20px;
}
.add_left {
	float: left;
	width: 645px;
	font-size: 15px;
	line-height: 1.3em;
	margin-top: 10px;
}
.add_sp {
	background-image: url(../images/smartphone_icon.png);
	background-repeat: no-repeat;
	padding-left: 100px;
	height: 100px;
	width: 545px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
.add_pc {
	background-image: url(../images/desktop_icon.png);
	background-repeat: no-repeat;
	padding-left: 100px;
	height: 100px;
	width: 545px;
	float: left;
}
.add_text {
	font-size: 22px;
	font-weight: bold;
	color: #37AA83;
	padding-bottom: 5px;
}
.add_text2 {
	font-size: 17px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.photo_2_wrap{
	float: left;
	height: 360px;
	padding-left: 235px;
}

.photo_3_wrap{
	float: left;
	height: 360px;
	padding-left: 125px;
}

.pc_link a:link{
	width: 1000px;
	float: left;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: 2px solid #333;
	text-align: center;
	text-decoration: none;
	letter-spacing: 3px;
	margin-bottom: 40px;
	background-color: #333333;
}
.pc_link a:visited{
	color: #FFFFFF;
	border: 2px solid #333;
}
.pc_link a:hover{
	color: #FFFFFF;
	border: 2px solid #37AA83;
	background-color: #37AA83;
}
.qr{
	margin-left: 40px;
	margin-bottom: 5px;
}
.icchao_box {
	width: 1000px;
	margin-right: 0%;
	margin-left: 0%;
	float: left;
	color: #333;
	font-size: 15px;
	margin-top: 15px;
	margin-bottom: 50px;
	background-color: #FFF;
	border: 1px solid #dedede;
	position: relative;
	left: 0px;
	top: 0px;
	box-shadow: 0 12px 30px -6px rgba(0,0,0,.05);
}


