@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clearfix {
	display: inline-block;
} /* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
}

#mainnav a{
	color: #000;
}

#mainImg{
	width: 100%;	
}

#mainImg img{
	width: 100%;

}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 20px;
}

section h2{
	font-family: 'Pacifico', cursive;
	width: 60%;
	margin: 0 auto 40px;
	font-size: 22px;
	font-weight:normal;
	text-align: center;
	background: url(../images/borderBlack.png) repeat-x 0 50%;
	background-size: 1px 1px;
}

section h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.innerS{
	width: 60%;
	margin: 0 auto;
	padding-bottom: 80px;
	font-size:18px;
}


/* SEC02 Gallery
------------------------------------------------------------*/
#sec02{
	padding-top: 100px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#sec02 header{
	display: none;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03 PROJECT
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04 BRAND
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}

.col3 li{
	line-height: 2.0;
}

.col3 .img{
	padding: 80px 50px;
	margin-bottom: 40px;
	line-height: 0 !important;
	background: #f6f6f6;
}

#sec04_02{
	background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 220px 20px;
}

#sec04_02 img{
	width: auto;
}


/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}

#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

#map{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 50px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03 PROJECT
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 50px;
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 70px;
		font-size:18px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		padding: 30px;
		margin-bottom: 20px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
		float:left;
		padding-left:10px
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 65px;
		z-index: -100;
	}
	.col3 li{
		margin: 50px auto 0 auto;
		display: block;
	}
	section{
		padding-top: 20px;
	}
	section h2{
		margin: 0 auto 20px;
	}
	section h2 span {
		padding: 0 30px;
	}
}
#top #header #headerWrap {
	background-color: #FFF;
}
.top_title {
	width: 100%;
	margin-bottom: 20px;
	background-color: #EC759B;
}
.top_title .top_title_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	line-height: 180%;
}
.mainsubimg img {
	width: 100%;
}
.mainsubimg {
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#top #sec01 .text_area {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
#top #sec01 .text_area .maintext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #E83828;
	font-weight: bold;
}
#top #sec01 .text_area .maintext2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #00A0E9;
	font-weight: bold;
}
#top #sec01 .text_area .maintext3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #22AC38;
	font-weight: bold;
}
#top #sec01 .text_area .maintext4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 36px;
	color: #E4007F;
	font-weight: bold;
}
#top #sec01 .text_area .subtext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #D70051;
}
#top #sec01 .text_area .eltext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
}
.caption_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #D70051;
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
#top #sec01 .caption_title2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: center;
}
.price {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px 20px 0px 0px;
	border: thin solid #F39800;
	margin-bottom: 15px;
}
.price .price_maintext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 130%;
	text-align: center;
	color: #FFF;
	background-color: #F39800;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px 20px 0px 0px;
}
.price .price_subtext.clearfix .price_subtext_left {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	letter-spacing: 1em;
	float: left;
	width: 40%;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	padding-left: 10%;
}
.price .price_subtext.clearfix .price_subtext_right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	float: right;
	width: 40%;
	line-height: 150%;
	font-weight: bold;
	text-align: right;
	padding-right: 10%;
}
.price .price_subtext.clearfix {
	padding-top: 30px;
	padding-bottom: 30px;
}
.price .price_f {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	text-align: right;
	padding-right: 10%;
	padding-bottom: 20px;
}
.price_undertextarea {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
.price_undertext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 150%;
}
.nowarea {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.nowarea .now {
	border: thin solid #D20000;
	width: 30%;
	border-radius: 30px 30px 30px 30px;
}
.nowarea .now .nowtext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	background-color: #D20000;
	border-radius: 30px 30px 30px 30px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 10px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
}
.camarea {
	border: 2px solid #D20000;
	border-radius: 30px 30px 30px 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.camarea .comtext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #D20000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	line-height: 130%;
	font-weight: bold;
	padding-right: 5%;
}
.camarea .comtext2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #D20000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5%;
	line-height: 130%;
	font-weight: bold;
	padding-right: 5%;
}
.price_link {
	border: 2px solid #F39800;
	border-radius: 30px 30px 30px 30px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background-color: #F39800;
}
.price_link a:link {
	color: #FFF;
	text-decoration:none;
}
.price_link a:visited {
	color: #FFF;
	text-decoration:none;
}
.price_link a:hover {
	color:#FFF;
	text-decoration:none;
}
.youtubeare {
	width: 70%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#top #sec01 .youtubeare .youtube_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer_sub_area_bg {
	background-color: #EC759B;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
}
.footer_sub_area_bg .footer_sub_area .footer_sub_area_text01 {
	color: #FFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-right: 10px;
	padding-top: 3px;
	padding-left: 5px;
}
.footer_sub_area_bg .footer_sub_area .footer_sub_area_text02 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: 300;
	margin-right: 10px;
	color: #FFF;
	margin-top: 10px;
	padding-left: 5px;
}
.footer_sub_area_bg .footer_sub_area .footer_sub_area_text03 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding-top: 10px;
	color: #FFF;
	padding-left: 5px;
}
.footer_sub_area_bg .footer_sub_area {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.foonter_subtext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 150%;
	text-align: left;
	color: #FFF;
	padding-left: 5px;
}
.copy {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
	text-align: center;
	line-height: 130%;
	padding-bottom: 10px;
	background-color: #E8E8E8;
	padding-top: 10px;
	color: #000;
}
#top .linkimg {
	width: 70%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#top .linkimg2 {
	width: 90%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.ftext_menu ul .f_link1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	margin-bottom: 5px;
	color: #339;
}
.ftext_menu ul .f_link {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	margin-bottom: 5px;
}
.ftext_menu {
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 30px;
}
.ftext_menu a:link{
	color:#000;
	text-decoration:none;
}
.ftext_menu a:visited{
	color:#000;
	text-decoration:none;
}
.flow {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px 20px 0px 0px;
	border: thin solid #1D2088;
	margin-bottom: 15px;
}
.flow .flow_mainarea {
	background-color: #1D2088;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px 20px 0px 0px;
}
.flow .flow_mainarea.clearfix .flow_leftno {
	float: left;
	width: 10%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}
.flow .flow_mainarea.clearfix .flow_righttext {
	float: right;
	width: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 130%;
}
.flow .flow_mainarea.clearfix .flow_righttext2 {
	float: right;
	width: 85%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #FFF;
	line-height: 130%;
	padding-top: 7px;
}
.flow .flow_subtext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	color: #1d2088;
	line-height: 150%;
	padding-bottom: 30px;
	padding-top: 30px;
	font-weight: 300;
}
.triangle{
	width: 0px;
	height: 0px;
	margin-right: auto;
	margin-left: auto;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid #54C3F1;
	padding-bottom: 30px;
}
.under_titlearea {
	width: 80%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	background-color: #F39800;
	margin-top: 40px;
}
.under_titlearea .under_titletext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.2em;
	padding-top: 15px;
	padding-bottom: 15px;
}
.top_title_text3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #B20A44;
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-weight: bold;
}
.top_title_text4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-weight: normal;
}
.top_title_text5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-weight: normal;
}
.price_fix {
	width: 80%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	text-align: right;
	color: #1D2088;
}
.price_p {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 20px 20px 0px 0px;
	border: thin solid #1D2088;
	margin-bottom: 15px;
}
.price_p .price_maintext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #FFF;
	background-color: #1D2088;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 20px 20px 0px 0px;
}
.price_p .price_subtext.clearfix .price_subtext_left {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	letter-spacing: 1em;
	float: left;
	width: 50%;
	line-height: 150%;
	font-weight: bold;
	text-align: right;
}
.price_p .price_subtext.clearfix .price_subtext_left2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	background-color: #D20000;
	border-radius: 30px 30px 30px 30px;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 10px;
}
.price_p .price_subtext.clearfix .price_subtext_left3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	float: left;
	width: 25%;
	line-height: 150%;
	font-weight: bold;
	text-align: right;
	color: #D20000;
	padding-top: 20px;
}
.price_subtext_left4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	width: 100%;
	line-height: 150%;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-bottom: 10px;
}
.price_subtext_left5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	width: 90%;
	line-height: 150%;
	font-weight: bold;
	text-align: left;
	color: #000;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.price_p .price_subtext.clearfix .price_subtext_right {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	float: right;
	width: 30%;
	line-height: 150%;
	font-weight: bold;
	text-align: right;
	padding-right: 20%;
}
.price_p .price_subtext.clearfix .price_subtext_right2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 25px;
	float: right;
	width: 40%;
	line-height: 150%;
	font-weight: bold;
	text-align: right;
	color: #D20000;
	padding-top: 20px;
	padding-right: 20px;
}
.price_p .price_subtext.clearfix .price_now {
	float: left;
	width: 20%;
	border: thin solid #D20000;
	border-radius: 30px 30px 30px 30px;
	margin-left: 20px;
	margin-top: 10px;
}
.price_p .price_subtext2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #D20000;
	text-align:center;
	font-weight: bold;
	padding-bottom: 10px;
	width: 90%;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000;
	line-height: 180%;
}
.price_p .price_subtext.clearfix {
	padding-top: 20px;
}
.price_undertext2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	color: #1D2088;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	line-height: 130%;
	margin-bottom: 20px;
}
.price_p .price_captiontitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	color: #171C61;
	padding-top: 20px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
.price_p .price_captiontext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 150%;
	padding-right: 20px;
}
.price_p .price_captiontext2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 150%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1D2088;
	padding-bottom: 20px;
	padding-right: 20px;
}
.price_coution {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	color: #D20000;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
#top #sec02 .privacy {
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#top #sec02 .privacy .privacy_title {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#top #sec02 .kiyaku {
	width: 90%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 17px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#top #sec02 .company_table {
	width: 90%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#top #sec02 .hikaku_title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	background-color: #B39313;
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 1em;
	font-weight: bold;
	color: #FFF;
}
#top #sec02 .hikaku_subtitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #B39313;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#top #sec02 .woman_mainbg {
	background-color: #ED796B;
}
#top #sec02 .woman_mainbg .woman_main {
	width: 100%;
	margin-bottom: 30px;
}
#top #sec02 .woman_mainbg .woman_main img {
	width: 100%;
}
#top #sec02 .woman_graph {
	width: 100%;
	margin-bottom: 20px;
}
#top #sec02 .woman_graph img {
	width: 100%;
}
#top #sec02 .top_title_text4 .woman_point {
	color: #ED796B;
}
#top #sec02 .guide_img {
	width: 80%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#top #sec02 .guide_img img {
	width: 100%;
}
#top #sec02 .guide_link {
	width: 80%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#top #sec02 .guide_link img {
	width: 100%;
}
#top #sec02 .faq_Q {
	background-color: #FBE6EF;
	width: 90%;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
}
#top #sec02 .faq_A {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	border: thin solid #FBE6EF;
	padding: 20px;
	width: 80%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#top #sec02 .price_p .price_subtext3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}
.foonter_subtext a:link{
	color:#FFF;
	text-decoration:none;
}
.foonter_subtext a:visited{
	color:#FFF;
	text-decoration:none;
}
#top #sec02 .content {
	width: 80%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	margin-top: 30px;
}
#top #sec02 .content .caption_subtitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #EC759B;
	padding-left: 10px;
	margin-bottom: 15px;
}
#top #sec02 .content .sitemap_textarea .sitemap_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	padding-left: 30px;
}
.sitemap_text a:link{
	color:#000;
	text-decoration:none;
}
.sitemap_text a:visited{
	color:#000;
	text-decoration:none;
}
#top #sec02 .p_img {
	width: 60%;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#top #sec02 .p_img img {
	width: 100%;
}
#top #sec02 footer .content div a img {
	width: 100%;
}
#top #sec02 .guide_btn {
	margin-bottom: 20px;
}
#top #sec02 .flow_img {
	width: 80%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#top #sec02 .flow_img img {
	width: 100%;
}
#top #sec02 #shorui {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}
#top #sec02 #shorui img {
	width: 100%;
}
#top #sec02 .map {
	width: 90%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#top #sec02 .map_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 180%;
	width: 90%;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#top #sec02 .company_photo {
	width: 70%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
#top #sec02 .company_photo img {
	width: 100%;
}
#top #sec02 .company_phototext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 180%;
	width: 70%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}
.unker {
	background-color: #FBE6EF;
	width: 100%;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.unker .unker_area {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
.unker .unker_area .unker_right img {
	width: 100%;
}
.unker .unker_area .unker_left {
	float: left;
	width: 60%;
	padding-left: 0%;
}
.unker .unker_area .unker_right {
	float: right;
	width: 30%;
	position: absolute;
	right: 0%;
	bottom: 3%;
	padding-right: 5%;
}
.unker_maintext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	color: #EC759B;
	padding-left: 5%;
}
.unker .unker_area .unker_left .unker_subtext {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	line-height: 180%;
	padding-left: 5%;
}
.line5
 {
background:linear-gradient(transparent 70%, #FFFF00 0%);

}
.line7
 {
	 color:#F00;
background:linear-gradient(transparent 70%, #FFFF00 0%);

}
.line6
 {
	 color:#2EA7E5;	 
}
.line4
 {
background:linear-gradient(transparent 90%, #FFFF00 0%);

}
.clear {
	clear: both;
}
.point_title {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}
.point_subtitle {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 200%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 90%;
}
.point_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 90%;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 200%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
.point_pricemain {
	color: #B20A44;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.point_pricesub {
	color: #B20A44;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 18px;
}
.point_pricesub2 {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 16px;
}
.point_text .top_price table tr .pricetd {
	width: 33%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.point_text .top_price table tr .pricetd3 {
	width: 33%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.point_text .top_price table tr .pricetd2 {
	width: 33%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
#top #sec01 .point_subtitle .point_subtitledd {
	margin-bottom: 20px;
}
#top #sec01 .sarea {
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#top #sec01 .sarea img {
	width: 100%;
}
/* mdeia min */
@media (min-width: 500px){
.unker_right{
	display:none;
}
}
.maintitle {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 25px;
	color: #E61673;
	margin-bottom: 10px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
#top .subtitle {
	font-size: 18px;
	font-weight: bold;
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#top .subtext2 {
	font-size: 18px;
	width: 95%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#top .subtext3 {
	font-size: 18px;
	font-weight: bold;
	width: 90%;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#top .link_feed .link_feed_left {
	width: 45%;
	margin-right: 2%;
	margin-left: 3%;
	float: left;
}
#top .link_feed .link_feed_right {
	width: 45%;
	margin-right: 3%;
	margin-left: 2%;
	float: right;
}
#top .link_feed img {
	width: 100%;
}
#top .link_feed {
	margin-bottom: 20px;
}
#top .point_text .t_text2 {
	font-size: 19px;
	color: #E60012;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 10px;
	margin-bottom: 10px;
}
#top .point_text .t_text3 {
	font-size: 16px;
	margin-bottom: 20px;
}
#top .n_text {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-weight: bold;
	padding-top: 15px;
	margin-bottom: 10px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	color: #E61673;
	line-height: 150%;
}
#top .n_text2 {
	font-size: 18px;
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	padding-top: 20px;
}
#top .n_text3 {
	font-size: 16px;
	width: 90%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}
#top .omiai_area .omiai_left {
	width: 47%;
	margin-right: 1%;
	margin-left: 2%;
	float:left;
}
#top .omiai_area .omiai_right {
	width: 47%;
	margin-right: 2%;
	margin-left: 1%;
	float:right;
}
#top .omiai_area img {
	width: 100%;
}
.omiai_mtext {
	padding-top: 5px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #1D2088;
}
.omiai_stext {
	font-size: 15px;
}
.linkimg2 img {
	width: 100%;
}
#top .omiai_area {
	margin-bottom: 20px;
}
#top #subImg {
	width: 100%;
}
#top #subImg img {
	width: 100%;
}
#top .subimgbg {
	background-color: #8AC5A5;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
#top .subimgbg #subImg2 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#top .subimgbg #subImg2 img {
	width: 100%;
}
.floatingBnr {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.floatingBnr .float_area {
	background-color: rgba(0, 0, 0, 0.6);
	padding-top:2%;
	padding-bottom:2%;
}
.floatingBnr .float_area .float_area_btn1 {
	width: 32%;
	padding-right: 1%;
	padding-left: 1%;
	float: left;
}
.floatingBnr .float_area .float_area_btn1 a img {
	width: 100%;
}
.floatingBnr .float_area .float_area_btn2 {
	width: 32%;
	padding-right: 1%;
	float: left;
}
.floatingBnr .float_area .float_area_btn2 a img {
	width: 100%;
}
.floatingBnr .float_area .float_area_btn3 {
	width: 32%;
	padding-right: 1%;
	float: left;
}
.floatingBnr .float_area .float_area_btn3 a img {
	width: 100%;
}
.footer_group {
	background-color: #B9DCFF;
}
.footer_group .footer_group_area {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.footer_group .footer_group_title {
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
}
.footer_group .footer_group_area ul li {
	list-style-type: none;
	font-size: 14px;
	padding-right: 30px;
}
.footer_group .footer_group_area ul li a:link {
	color: #000;
	text-decoration:none;
}

.footer_group .footer_group_area ul li a:visited {
	color: #000;
}