@charset "utf-8";
/* CSS Document */


/* Reset
===========================================*/

html{
	-webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

body{
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Droid Sans,"メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
}

h1,h2,h3,h4,p{
	margin:0;
	padding:0;
}

dl,dt,dd,ul,ol,li{
	margin:0;
	padding:0;
	list-style-type:none;
}

img{
	border: none 0px;
}

p {
	line-height: 1.4;
}


.img_base{
	width: 100%;
}

.right{ float:right}

.left{ float:left}

.fs10{
	font-size: 10px;
}

/* Link */
a:link,
a:visited {
	color: #0528b6;
	text-decoration: underline;
}
a:hover,
a:active {
	color: #405ed5;
	text-decoration: none;
}

/* Layout
===========================================*/


@media only screen and (min-width: 481px){
#wrapper{
	width: 480px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;

}

#wrapper2{
	width: 480px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #F5FAFE;
	padding-top: 20px;
	padding-bottom: 20px;
}

#wrapper3{
	width: 480px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
}


.footer-btn-area{
	width: 480px;
	margin: 0 auto;
}


}

@media only screen and (max-width: 480px){
	#wrapper{
	width: 93%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;

}

#wrapper2{
	width: 95%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 3px;
	background-color: #F5FAFE;
	padding-top: 20px;
	padding-bottom: 20px;
}

#wrapper3{
	width: 95%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}


.footer-btn-area{
	width: 100%;
	margin: 0 auto;
}


}


header{
	margin-bottom: 5px;
	width: 100%;
	float: left;
}

header .logo{
	float: left;
	height: 40px;
	width: auto;
}

header .logo2{
	float: right;
	height: 40px;
	width: auto;
}


h1{
	font-size: 17px;
	text-align: center;
}

h2{
	font-size: 20px;
	text-align: center;
}


.title_point{
	font-size: 16px;
	text-align: center;
	color: #F20404;
	font-weight: bold;
}


.title_voice{
	font-size: 16px;
	text-align: center;
	color: #F89200;
	font-weight: bold;
}


.title_voice2{
	font-size: 18px;
	text-align: center;
	color: #F89200;
	font-weight: bold;
	margin-bottom: 20px;
}



.main_visualbase {
	width: 100%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.main_visual{
	float: left;
	width: 100%;
	margin-bottom: 8px;
}

.banner{
	float: right;
	width: 40%;
}

.banner img{
	width: 100%;
	height:auto;
}

.txt01{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 2em;
}

.txt02{
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F89200;
	padding-bottom: 10px;
}


/* point */
#point{
	width: 100%;
	float: left;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

#point li{
	float: left;
	list-style-type: none;
	width: 33.3%;
}

#point li img{
	width: 100%;
	height: auto;

}



/* アウトライン
---------------------- */

#point1{
	margin-bottom: 15px;
	border: 1px solid #1B8F18;
	padding: 5px;
}

#point2{
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #F31B1B;
}

#point3{
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #E28500;
}

#company{
	padding: 5px;
	border: 1px solid #CCCCCC;
	text-align: center;
	float: left;
	background-color: #FFF;
	width: 100%;
}

#company h1{
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	font-size: 17px;

}

#company dl{
	width: 100%;
	margin-top: 10px;
	line-height: 2em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	text-align: left;
	float: left;
	padding-right: 10px;
	padding-left: 10px;

}

#company dl dt{
	float: left;
	width: 25%;
}

#company dl dd{
	width: 70%;
	float: left;
}

.button_pc{
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.button_pc a{
	width: 200px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00165B;
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 20px;
}


.main_img{
	height: auto;
	width: 100%;
}




/* voice
---------------------- */

.voice_box{
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	margin-bottom: 20px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	margin-top: 10px;
}

.voice_last{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
		}

.voice_box .voice_innner{
	width: 90%;
	text-align: justify; /* 両端揃え */
	text-justify: inter-ideograph; /* 両端揃えの種類 */
	margin-top: 20px;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
}

.voice_box .voice_innner2{
	width: 90%;
	text-align: right; /* 両端揃え */
	text-justify: inter-ideograph;
	line-height: 2em;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	margin-bottom: 15px;
}


.voice_box .voice_innner strong{
	font-size: 23px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-weight: normal;
	color: #E28500;
	text-align: center;
}



/* contact
---------------------- */
.contact_form {
	border: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.contact_form dl {
	border: none;
	margin-right: auto;
	margin-left: auto;
}

.contact_form span {
	width: 50%;
	float: left;
}

.contact_form .txt_content {
	float: left;
	padding-top: 1px;
	padding-left: 10px;
}

.contact_form .txt_content2 {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
	font-size: 12px;
}


.contact_form dt {
	width: 100%;
	background-color: #DBF0FF;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #005CB6;
	padding-top: 7px;
	padding-bottom: 7px;
}

.contact_form dd {
	width: 100%;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.contact_form .area {
	width: 90%;
	padding: 8px;
	margin-bottom: 5px;
}

.contact_form textarea {
	width: 90%;
	padding: 5px;
}

input[type=submit]{
	background-image: url(img/btn_confirm.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	border: none;
	width: 230px;
	height: 57px;
	cursor: pointer;
	background-position: left center;
}


.must {
	background-image: url(img/ico_must.gif);
	background-repeat: no-repeat;
	float: left;
	width: 100%;
	display: block;
	-webkit-background-size: 31px auto;
	-moz-background-size: 31px auto;
	background-size: 31px auto;
	padding-left: 35px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 10px;
}

.submit {
	text-align:center;
}
.submit input {
	border:none;
}

.button_price{
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 13px;
	margin-bottom: 20px;
	clear: both;
	font-weight: bold;
}

.button_price a{
	color: #FFF;
	background-color: #048E01;
	float: left;
	width: 100%;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;	/* Firefox用 */
	margin-bottom: 10px;
}


footer{
	text-align: center;
	font-size: 10px;
	margin-top: 20px;
	float: left;
	width: 100%;
	margin-bottom: 100px;
}

#footer-btn{
	position: fixed;
	bottom: 0px;
	z-index: 100;
	width: 100%;
	text-align: center;
	border: solid 1px #ccc;
	background-color: #FFF;
	padding-bottom: 10px;	
}

.footer-btn-area_base{
	width: 100%;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
}


.title_footer{
	float: left;
	width: 100%;
	background-color: #030D32;
	color: #FFF;
	margin-bottom: 5px;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
}



.footer-btn-area-copy{
	width: 66%;
	float: left;
	text-align: center;
	font-size: 10px;
}

.footer-btn-area-copy img{
	width: 98%;
	float: left;
	padding-left: 3px;
}	


.footer-btn-area-btn{
	width: 33%;
	float: left;
	font-size: 10px;
}

.footer-btn-area-btn img{
	width: 98%;
	float: right;
	padding-right: 3px;
}	
	


/* clearfix
===========================================
*/
#top-flow ul li .box:after,
#top-merit dd ol li:after,
.parson:after,
#fnavi ul:after,
.clearfix:after,
.footer-btn-area:after{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;	
}
