@charset "utf-8";
body {
	font: normal 19px/1.7 "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Arial,Verdana,sans-serif;
	text-align: left;
	color:#000;
	text-align: justify;
	overflow-x: hidden;
}

body .sp-item {
    display: none !important; }
  body .pc-item {
    display: block !important; }

  @media screen and (max-width: 640px) {
    body {
      min-width: inherit;
	  height:100%;
	  }
      body .sp-item {
        display: block !important; }
      body .pc-item {
        display: none !important; }
	  body .sp-item img {
		width:100%;}
}

@media screen and (max-width: 640px) {
	.sp img{
		max-width:100%;
}
	.sp02 img{
		max-width:94%;
}
.sp03 img{
		max-width:70%;
}
}

.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.ov_hd {
	overflow: hidden;
}
.bg_none {
	background-image: none!important;
}
a.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.center {
	text-align: center;
}
.right {
	text-align:right;
}
.line_0 {
	line-height: 0;
}
.zindex {
	z-index: 200;
}
input[type=radio] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
}
input[type=image]:hover{
		opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	}


/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
	text-decoration: underline;
  font-style: normal;
}
.bd_red {
	border-bottom: 1px solid #FF0004;
	padding-bottom: 2px;
}
.bd_red02 {
	border-bottom: 3px solid #FF0004;
	padding-bottom: 0px;
}
.red {
	color: #ff0000;
}
.yellow {
	background-color: #ffff00;
}
.gray {
	color:#666666;
}
.bold {
	font-weight: bold;
}
strong {
	font-weight: bold;
}
.strike {
	text-decoration: line-through;
}
.ac {
	text-align: center !important;
}
.ar {
	text-align: right !important;
}
.al {
	text-align: left !important;
}
.bold {
	font-weight: bold !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font12 {
	font-size: 12px !important;
}
.font13 {
	font-size: 13px !important;
}
.font14 {
	font-size: 14px !important;
}
.font15 {
	font-size: 15px !important;
}
.font16 {
	font-size: 16px !important;
}
.font17 {
	font-size: 17px !important;
	line-height:150%;
}
.font18 {
	font-size: 18px !important;
}
.font19 {
	font-size: 19px !important;
}
.font20 {
	font-size: 20px !important;
}
.font21 {
	font-size: 21px !important;
}
.font22 {
	font-size: 22px !important;
}
.font23 {
	font-size: 23px !important;
}
.font24 {
	font-size: 24px !important;
}
.font25 {
	font-size: 25px !important;
}
.font26 {
	font-size: 26px !important;
}
.font27 {
	font-size: 27px !important;
}
.font28 {
	font-size: 28px !important;
}
.font29 {
	font-size: 29px !important;
}
.font30 {
	font-size: 30px !important;
}
.font32 {
	font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
	float: right !important;
}
.fl {
	float: left !important;
}
.clear {
	clear: both;
}
img {
	line-height: 0;
	padding: 0;
	margin: 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ここから書いていきましょう */

.p_head{
	background-color: #000099;
	font-size: 36px;
	color: white;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 640px) {
	.p_head{
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 0;
	}
}


.main{
	background: url("../images/main_head.jpg") repeat-x;
	text-align: center;
}

.area_btn{
	width: 859px;
	height: 572px;
	position: relative;
	margin:  auto;
}

.btn{
	position: absolute;
	bottom: 50px;
	left: 39px;
}


@media screen and (max-width: 640px) {
	.area_btn{
	    position: relative;
		width: 94%;
		height: auto;
		margin: 0 auto;
	}
	.price img{
		width: 100%;
	}
	.btn{
		position: absolute;
		top: 62%
		left: 3%;
	}
	.btn img{
		width: 80%;
	}
}



.area01{
	background: url("../images/area_bg_20.jpg") repeat-x;
	background-position: bottom;
	background-color: #000;
	text-align: center;
	padding-bottom: 45px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.area02{
	background: url("../images/area02_bg.jpg") repeat-x;
	background-position: top;
	background-color: #FFEEEE;
	padding-bottom: 45px;
	padding-top: 70px;
	margin-top: 50px;
}

.reason{
	width: 850px;
	margin:0 auto 40px;
	border: #FF9A83 dotted 3px;	
	background-color: white;
	padding: 20px 0 30px 0;
}

.reason_inner{
	width: 740px;
	margin: 0 auto;
}


@media screen and (max-width: 640px){
	.reason{
		width: 94%;
		margin: 0 auto 50px auto;
		vertical-align: middle;
	}
	
	.reason_inner{
	width: 80%;
	margin: 0 auto;
}
}



.area03{
	background: url("../images/area03_bg.jpg") no-repeat;
	background-position: center top;
	background-color: #70DEFC;
	padding: 45px 0;
	margin-bottom: 0px;
	text-align: center;
}

.area04{
	background: url("../images/area04_bg.jpg") repeat-x;
	background-position: center top;
	background-color: #FFF;
	padding-top: 15px;
	margin-bottom: 50px;
	text-align: center;
}

.voice{
	width: 760px;
	margin: 0 auto 30px;
}

.voice_l{
	width: 278px;
	float: left;
}

.voice_r{
	width: 460px;
	float: right;
	margin-bottom: 40px;
}


@media screen and (max-width: 640px){
	.voice{
		width: 94%;
		margin: 0 auto 50px auto;
		vertical-align: middle;
	}
	
	.voice_l{
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.voice_r{
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.voice_l img{
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.voice_r img{
		width: 100%;
		float: none;
	}
}



.area05{
	background-color: #5DAEFF;
	padding: 50px 0;
	margin: 50px auto 30px;
}

.qa{
	width: 850px;
	margin: 0 auto 40px;
	background-color: #fff;
	padding: 20px 0 25px
}

.qa_inner{
	width: 760px;
	margin: 0 auto;
}

.ttl_qa{
	background: url("../images/q_bg.png") no-repeat;
	background-position: left top;
	font-size: 35px;
	font-weight: bold;
	color: #000083;
	padding-left: 43px;
	padding-top: 5px;
	line-height: 1.3;
}

@media screen and (max-width: 640px){
	.qa{
		width: 94%;
		margin: 20px auto;
		vertical-align: middle;
	}
	
	.qa_inner{
	width: 80%;
	margin: 0 auto;
}
	
	.area05{
	background-color: #5DAEFF;
	padding: 20px 0;
	margin: 50px auto 30px;
}

	
	
}




footer{
	background: #F7F8F9;
	padding-top: 5px;
	margin-top: 40px;
	text-align: center;
}

.footer_link{
	margin-bottom: 30px;
}

.footer_link a{
	color: #000;
	text-decoration: none;
	
}

.footer_link a:hover {
	color: #333;
	text-decoration: none;
}

.footer_link a:visited {
	color: #000;
	text-decoration: none;
}

.copy{
	background-color: #5DAEFF;
	padding: 20px 0;
	font-size: 14px;
	color: #fff;
}