@charset "UTF-8";
html {
   overflow-y:scroll;
}
  body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,
  pre,form,fieldset,input,textarea,table,th,td,img {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
  }
body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
    font-family:Verdana, Helvetica, sans-serif;
    font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


a{
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent
}
del{
	text-decoration:line-through
}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   color:#666;
   width:100%;
}

a {
   color:#999;
   text-decoration:none;
}
/*
a:hover {
	opacity:0.5;
}
*/

img {
   vertical-align:middle;
   border:0;
}


/*******************************************************/
#headbar {
	/* 上部に固定するCSS */
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height:100px;

	/* バーの装飾 */
	background-image:url(../adlerimage/bghw.png);
	color: white;
	z-index:99999;
}
/* ------------------------------------------ */
/* ▼メニューバー部分の装飾(必須ではない装飾) */
/* ------------------------------------------ */

	/* ▽メニューバー内の余計な余白を消す */
	#headbar h2,
	#headbar ul,
	#headbar p {
		margin: 0;
		padding: 0;
	}


	/* ▽メニューバーの各項目 (※横幅を固定して左寄せ) */
#headbar table{
width: 1100px;
	margin:0 auto;
}

#headbar table tr{
	vertical-align:middle;
}

#headbar table td{
	padding:0;
	text-align: right;
}

#headbar table th{
	text-align:left;
	padding:0;
}
	
#headbar ul{
	height:30px;
	line-height:30px;
	padding:0px 0 0 0;
	border-top:1px solid #fff;
	width:600px;
	margin:0 auto;
}

	#headbar img{
		margin:0;
		padding:0;
}
	
	#headbar ul li {
		margin:0;
		float: left;
		list-style-type: none;
	}
	/* ▽メニューバーの各項目のリンク( ※クリック可能領域を項目全体に広げて、文字を白色に) */
	#headbar ul li a {
		font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:13px;
		color: #fff;
		font-weight:bold;
		text-align: center;
	}
	/* ▽メニューバーの各項目のリンクにマウスが載ったときの装飾 (※配色を変える) */
	#headbar ul li a:hover {
		color: darkred;
	}
	
	#headbar ul li.menulist {
		padding:0 20px 0 0;
}
	
	/* ▽メニューバー内の「トップへ戻る」リンクの装飾 (※文字サイズを小さくして右寄せ／ついでにメニュー項目の回り込みを解除する) */
	#headbar p#fortop {
		clear: left;
		font-size: 75%;
		text-align: right;
	}
	/* ▽「トップへ戻る」リンクの配色 */
	#headbar p#fortop a {
		color: white;
	}
	/* ▽「トップへ戻る」リンクにマウスが載ったときの配色 */
	#headbar p#fortop a:hover {
		color: yellow;
	}
	
.header{
	text-align:left;
	width:1100px;
	margin:10px auto;
}

h1{
	width:1100px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25px;
	margin:0 auto;
	padding:0 0;
	color:#fff;
	font-weight:normal;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}

.nav{
	padding:0;
	margin:0;
	/*
	background-color:#fff;
	*/
	background-image:url(../img/bghw.png);
}
/*******************************************************/	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* ========MENU CUSTOMIZE======== */
.menuwrap{
	width:100%;
	padding:0 0 5px 0;
	margin:0px auto;
	background-image:url(../adlerimage/menubg.png);
	background-repeat:repeat-x;
	width:1100px;
}

#menu{
	border-collapse: collapse;
	border: none;
	padding:0;	
	width:1100px;
	margin:0 auto 0px;
}


#menu td{
	/*
	background-image:url(../adlerimage/menubg.png);
	background-position:left;
	background-repeat:no-repeat;
	*/
	height:50px;
	margin:0;
	text-align:center;
	color:#000;
	padding:0 20px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}

#menu td.last{
	border:none;
}
#menu tr{
	padding:0;	
	width:1100px;
	margin:0;
}

#menu td a{
	color:#fff;
	margin: 0px;
	padding:0;
	text-decoration:none;
	font-size:15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	text-shadow:1px 1px #000;
	
}

#menu td:hover{
}


#menu td a p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:5px;
	padding:0;
	margin:0;
	color:#fff;
	font-weight:normal;
	font-size:10px;
}

#menu td ul li a{
	color:#333;
	
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
/*******************************************************/
.header03{
text-align: center;
	margin:0 auto;
	padding:0;
	width:100%;
	background: #ff0000;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25px;
	margin:0 auto;
	padding:10px 0;
	color:#fff;
	font-weight:normal;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}
.header03 span{
color: #fff000;
font-size: 45px;
}


#header{
	padding:0;
	margin:0 auto;
	width:1100px;
	height:80px;
	position: relative;
}

.logo {
	position: absolute;
	top:-20px;
	left:0px;
}


.sliderwrap{
	position: absolute;
	top:150px;
	left:0px;
	z-index:99999;
}
.privacy{
	position: absolute;
	top:10px;
	right:0px;
}

.tel {
	position: absolute;
	top:-10px;
	right:0px;
	
}

.otherlink {
	position: absolute;
	top:2px;
	right:0px;
}

.otherlink a{
	background-color:#f5d42d;
	border-radius:10px;
	color:#fff;
	padding:0 10px;
}

/* ========HEADER CUSTOMIZE======== */



#headerimg{
	width:100%;
	height:500px;
	margin:0px auto 0px;
	background-image:url(../adlerimage/slide.png);
	background-position:center;
	background-repeat:no-repeat;
}

#headImage {
	width:1100px;
   	height:400px;
   	position:relative;
   	list-style:none;
	margin:0 auto;
}

#headImage ul {
   list-style:none;
   margin:0;
   padding:0;
}


#headImage li {
   	position:absolute;
   	height:400px;
}

#headImage li img{
	width:1100px;
   	height:400px;
}


/* ======== CONTENTS CUSTOMIZE======== */

table.under{
	margin:0px auto;
	width:1100px;
}

table.under td{
	padding:0;
}

.content{
	width:1100px;
	margin:0 auto;
	padding:50px 0;
}

.content p{
	font-size:16px;
	color: #000;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
.content p b{
	font-size:130%;
}
/* ========HEADER CUSTOMIZE======== */

.box{
	padding:0px 0 0 0;
	width:100%;
	text-align:center;
	height:470px;
}

/* ========HEADER CUSTOMIZE======== */

.slider{
	background:url(../adlerimage/slide02.png) no-repeat;
	height:500px;
	background-position:center;
	margin:0 auto;
}


.slider div{
	background-image:url(../adlerimage/slider02.png);
	height:550px;
	background-position:center;
	margin:0 auto;
	background-repeat:no-repeat;
}

.gomi div{
	background-image:url(../adlerimage/slider02gomi.png);
	height:550px;
	background-position:center;
	margin:0 auto;
	background-repeat:no-repeat;
}
.ihin div{
	background-image:url(../adlerimage/slider02ihin.png);
	height:550px;
	background-position:center;
	margin:0 auto;
	background-repeat:no-repeat;
}

.sodaigomi div{
	background-image:url(../adlerimage/slider02sodaigomi.png);
	height:550px;
	background-position:center;
	margin:0 auto;
	background-repeat:no-repeat;
}
.huyouhin div{
	background-image:url(../adlerimage/slider02huyouhin.png);
	height:550px;
	background-position:center;
	margin:0 auto;
	background-repeat:no-repeat;
}


.button a{
	font-weight:bold;
	color:#ffffff;
}





h2.title {
	border-left:none;
	font-weight:bold;
	text-align:left;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px auto 0px;
	color:#000;
	font-size:60px;
	padding:0 0 0 0px;
	font-weight:bold;
	background-color:#f5d42d;
	background-image:url(../adlerimage/title02bg.png);
	 text-shadow:

        0 3px 0 #fff,
        3px 0 0 #fff,
        0 -3px 0 #fff,
        -3px 0 0 #fff,
        -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
        3px 3px 0 #fff
		;

}

h2.title02 {
	border-left:none;
	font-weight:bold;
	text-align:left;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px auto 0px;
	color:#000;
	font-size:60px;
	padding:0 0 0 0px;
	font-weight:bold;
	background-color:#e4007f;
	background-image:url(../adlerimage/title01bg.png);
	 text-shadow:

        0 3px 0 #fff,
        3px 0 0 #fff,
        0 -3px 0 #fff,
        -3px 0 0 #fff,
        -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
        3px 3px 0 #fff
		;

}

/*
h3 {
	font-weight:bold;
	height:40px;
	width:690px;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px auto 10px;
	color:#ea5414;
	padding:0 0 0 10px;
	line-height:40px;
	font-size: 18px;
	font-weight:bold;
	border-bottom:1px solid #ea5414;
	border-left:8px solid #ea5414;

}
*/

/***************************************/


h2.orange {
	width:1100px;
	height:170px;
	line-height:140px;
	font-weight:bold;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	margin:0px auto 0px;
	color:#000;
	font-size:35px;
	padding:0 0 0 0px;
	background:url(../adlerimage/h2.png) no-repeat;
}

h2.orange02 {
	background:url(../adlerimage/h202.png) no-repeat;
}


h2.orange:first-letter {
  color: #f15a24;
}
h2.orange span{
}


/***************************************/




ul.nayami{
/*	*/
	padding:10px;
	margin:0;
}
ul.nayami li{
margin: 15px auto;
	text-align:left;
	background-image:url(../adlerimage/top14.png);
	background-position:left;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:2px 5px 2px 45px;
	border-bottom:1px solid #ccc;
	font-size:16px;
	color:#000;
}
ul.nayami li span{
color: #000;
	font-size:140%;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	background:linear-gradient(transparent 60%, #f39800 60%);
	/*
	background: #fff773;
	color: #333;
	display:inline-block;
	padding:0 5px;
	display:inline;
	*/
}
ul.nayami ul li b{
	font-size:30px;
	color:#f7931e;
}


/*::::::::::::::::::::::::::::::::::*/
table.conecpt{
	background-image:url(../../../../img/b135.gif);
	border-spacing:20px;
	border-collapse:separate;
}
table.conecpt td{
}
table.conecpt td p{
	font-size:20px;
}
table.conecpt td p b{
	font-size:20px;
}
table.conecpt td ul{
/*	*/
	padding:10px;
	margin:0;
}
table.conecpt td ul li{
margin: 15px auto;
	text-align:left;
	background-image:url(../adlerimage/top14.png);
	background-position:left;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:2px 5px 2px 45px;
	border-bottom:1px solid #ccc;
	font-size:16px;
	color:#000;
}
table.conecpt td ul li span{
	font-size:140%;
	font-weight:bold;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	background:linear-gradient(transparent 60%, #fff000 60%);
	/*
	background: #fff773;
	color: #333;
	display:inline-block;
	padding:0 5px;
	display:inline;
	*/
}
table.conecpt td ul li b{
	font-size:30px;
	color:#f7931e;
}

table.conecpt th{
width: 35%;
}
table.conecpt th img{
width: 95%;
border-radius: 50%;

	box-shadow:0 6px 3px #ccc;
}
/* ====================================================== */
table.trouble{
width: 100%;
border-collapse: separate;
border-spacing: 20px;
}
table.trouble tr{
vertical-align: top;
}

table.trouble td{
	background-image:url(../adlerimage/b134.png);
padding: 0px 0;
width: 33%;
}
table.trouble img{

width:100%;
margin-bottom: 20px;
}
table.trouble h3{
padding: 10px;
text-align: center;
color: #fff;
font-size: 22px;
margin: 0 auto 15px;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	font-weight: bold;
	background-image: linear-gradient(to right ,#ff0000,#f7931e);
	border-radius: 10px 10px 0 0;
}
table.trouble p{
padding:0 10px;
color: #000;
text-align: left;
}


table.trouble p b{
font-size: 18px;
color: #f15a24;
font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}

/* ======== CONTENTS CUSTOMIZE======== */
span.big{
	font-weight:bold;
	font-size:16px;
}

span.red{
	color:#ff0000;
}
span.red_01{
	background-color:#fff;
	padding:2px 5px;
	color:#ff0000;
	border-radius:10px;
}


.box02{
	margin:0 auto 10px;
	width:95%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:280px;
	border:1px solid #ccc;
	
}

/* ======== CONTENTS CUSTOMIZE======== */
.bord{
	padding:10px;
	margin:0 auto 30px;
	border:5px solid #ccc;
}

.bord h3.itemh3{
	color:#000;
	background-color:#00913a;
/*	background-image:url(../adlerimage/title02bg.png);*/
	font-weight:bold;
	padding:0 10px;
	font-size:25px;
	 text-shadow:

        0 2px 0 #fff,
        2px 0 0 #fff,
        0 -2px 0 #fff,
        -2px 0 0 #fff,
        -2px -2px 0 #fff,
        2px -2px 0 #fff,
        -2px 2px 0 #fff,
        2px 2px 0 #fff
		;
}

.bord p{
	text-align:center;
	color:#fff;
	background-color:#00913a;
/*	background-image:url(../adlerimage/title02bg.png);*/
	margin:0 auto;
	padding:0;
}

.bord img{
	width:100%;
}
table.item{
	border-spacing:10px;
	border-collapse:separate;
	width:100%;

	margin:10px auto;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#666;
	text-align:center;
}
table.item td{
	padding:0px;
	width:20%;
	border:3px solid #00913a;
	border-radius:10px;
}



table.item img{
	padding:1px;
	width:94%;
	/*
	border-radius:10px;
	*/
}
/* ======== CONTENTS CUSTOMIZE======== */

table.meirou{
	width:100%;
	margin:20px auto;
	border-radius:10px;
}
table.meirou tr{
	vertical-align:middle;
}
table.meirou td{
	width:75%;
	padding:10px;
	text-align:center;
	text-align:left;
}

table.meirou td p{
	font-size:20px;
}

table.meirou td p span{
	color:#ea5514;
	font-weight:bold;
}

table.meirou img{
	width:90%;
	border:5px solid #fff;
	box-shadow:0 6px 3px #ccc;
}

/* ======== CONTENTS CUSTOMIZE======== */
.akushitu{
	text-align:center;
	padding:20px;
	border:5px solid #ccc;
}
.akushitu h3{
	font-size:35px;
	font-weight:bold;
	color:#03f203;
	border-left:none;
	font-weight:bold;
	text-align:left;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0px auto 0px;
	color:#000;
	padding:10px 0;
	font-weight:bold;
	background-color:#f5d42d;
	background-image:url(../adlerimage/title02bg.png);
	 text-shadow:

        0 3px 0 #fff,
        3px 0 0 #fff,
        0 -3px 0 #fff,
        -3px 0 0 #fff,
        -3px -3px 0 #fff,
        3px -3px 0 #fff,
        -3px 3px 0 #fff,
        3px 3px 0 #fff
		;
}
.akushitu p{}
.akushitu h4{
	font-weight:bold;
	font-size:40px;
	color:#ff0000;
	background-image:url(../adlerimage/note.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 0 10px 90px;
	
}
.akushitu table{
	border-collapse:separate;
	border-spacing:10px;
	width:100%;
}
.akushitu table tr{}
.akushitu table td{
	width:33%;
	text-align:center;
}
.akushitu table td p{
	text-align:center;
	padding:10px;
	border:2px solid #ccc;
	color:#ff0000;
	font-weight:bold;
	text-decoration:line-through;
	font-size:20px;
}
/* ======== CONTENTS CUSTOMIZE======== */

.step{
	margin:10px auto 40px;
	text-align:center;
	padding:20px;
	border:5px solid #ccc;
}
/* ======== CONTENTS CUSTOMIZE======== 

.reason{
	margin:10px auto 40px;
	text-align:center;
	padding:20px;
	border:5px solid #ccc;
}

.reason img{
	float:left;
	width:300px;
	margin:0 10px 0 0;

}

.reason h3{
	font-size:40px;
	text-align:left;
	font-weight:bold;
	border-bottom:5px solid #f15a24;
	color:#000;
	padding:0;
	margin:0 auto 20px;
	background-image:url(../adlerimage/topmain.png);
	background-position:right;
	background-repeat:no-repeat;
}
.reason h3 span.top{
	background-color:#f15a24;
	color:#fff;
	padding:0 20px;
	margin:0 20px 0 0;
	border-radius:10px;
}
.reason h3 span.before{
	color:#f15a24;
}

.reason p{
	font-size:23px;
	text-align:left;
	margin:0 auto 30px;
	background-color:#fbf3e3;
	padding:10px 10px 40px 10px;
}
*/

/********************************************/
.reason{
	margin:10px auto 40px;
	text-align:center;
	padding:0px;
}

.reason img{
	float:left;
	width:30%;
	margin:0 20px 0 0;
	border: 5px solid #fff;

}

.reason h3{
	font-size:25px;
	text-align:left;
	font-weight:bold;
	border-bottom:5px solid #f7931e;
	color:#000;
	padding:0;
	margin:0 auto 20px;
	background-image:url(../adlerimage/582521.png);
	background-position:right;
	background-repeat:no-repeat;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}
.reason h3 span.top{
	background-color:#f7931e;
	color:#fff;
	padding:0 20px;
	margin:0 20px 0 0;
	border-radius:0;
	font-size: 25px;
background-image: linear-gradient(to right ,#ff0000,#f7931e);
border-radius: 10px;
}
.reason h3 span.before{
	color:#f7931e;
}

.reason p{
color: #000;
	text-align:left;
	margin:0 auto 0px;
	padding:10px;
}

.reason div.gr{
color: #000;
	text-align:left;
	margin:0 auto 0px;
	background-color:#f7e793;
	padding:10px;
}

.reason p b{
font-size: 25px;
color: #f15a24;
font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}
/********************************************/
/* ======== CONTENTS CUSTOMIZE======== */

table.flow{
	border:5px solid #ccc;
	width:100%;
	margin:20px auto;
	border-radius:10px;
}
table.flow tr{
	vertical-align:middle;
}
table.flow td{
	padding:20px;
	text-align:center;
}

table.flow td h3{
	text-align:left;
	margin:0 auto 10px;
	font-weight:bold;
	color:#f7931e;
	font-size:25px;
	border-bottom:2px solid #f7931e;
	padding:5px 0;
}
table.flow td h3 span{
	color:#fff;
	background-color:#f7931e;
	border-radius:10px;
	padding:0 10px;
	margin:0 10px 0 0 ;
}

table.flow th{
	width:20%;
	padding:5px;
}
table.flow th img{
	width:100%;
}
table.flow td p{
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
}
/* ======== CONTENTS CUSTOMIZE======== */

.pricebox{
	margin:0 auto;
	width:95%;
	height:1290px;
	background-image:url(../adlerimage/mainprice.png);
	background-repeat:no-repeat;
	position:relative;
}

.pricebox p{
	position:absolute;
	width:570px;
	font-size:18px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	text-align:left;
	
}

.pricebox p b{
	font-size:25px;
	color:#ff0000;
}

.pricebox p.text01{
	top:250px;
	left:50px;
}
.pricebox p.text02{
	top:540px;
	left:320px;
}
.pricebox p.text03{
	top:820px;
	left:50px;
}
.pricebox p.text04{
	top:1090px;
	left:320px;
}
/*--------------------------------------------------------- */
table.hikaku{
	margin:30px auto 0;
	width:100%;
	border-collapse:collapse;
}
table.hikaku th{
	padding:10px;
	text-align:center;
font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
}

table.hikaku th.t01{
	font-size:35px;
	width:25%;
	border-radius:10px 10px 0 0;
	background-color:#ccc;
	color:#fff;
	border-top:2px solid #f7e793;
	border-left:2px solid #f7e793;
	border-right:2px solid #f7e793;
}
table.hikaku th.t02{
	position:relative;
	font-size:35px;
	width:30%;
	border-radius:10px 10px 0 0;
	background-color:#0071bc;
	color:#fff100;
	border-top:5px solid #f7e793;
	border-left:5px solid #f7e793;
	border-right:5px solid #f7e793;
	line-height:40px;
	background-image:url(../adlerimage/span.png);
	background-position:center;
}

table.hikaku th.t02 img{
	position:absolute;
	top:-65px;
	left:110px;
	width:120px;
}

table.hikaku th.td01{
	width:20%;
	padding:10px;
	font-size:25px;
	background-color:#0071bc;
	background-image:url(../adlerimage/span.png);
	background-position:center;
	color:#fff;

	border:2px solid #ccc;
}
table.hikaku td{
	font-size:40px;
	text-align:center;
	padding:10px;
	border-right:2px solid #ccc;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	background: #fff;
}
table.hikaku td.as01{
	font-size:50px;
	text-align:center;
	padding:5px;
	border-left:5px solid #0071bc;
	border-top:2px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:5px solid #0071bc;
	color:#ff0000;
	background-color:#fffbc5;
	font-weight:bold;
}

table.hikaku td.as01 span{
	font-size:30px;
	display:block;
}

table.hikaku td.as02{
	color:#ff0000;
	font-size:60px;
	text-align:center;
	padding:5px;
	border-left:5px solid #0071bc;
	border-top:2px solid #ccc;
	border-bottom:5px solid #0071bc;
	border-right:5px solid #0071bc;
	background-color:#fffbc5;
}

table.hikaku td.as02 p,table.hikaku td.as01 p{
	color:#333;
	margin:0;
	padding:0;
}

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

.flowbox{
background: #fff;
padding:30px;
margin: 0 auto;
}
.flowbox table{
width: 100%;
}
.flowbox table tr{
vertical-align: top;
}
.flowbox table th.muryou{
text-align: center;
text-align: left;
	font-weight:bold;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	margin:0px auto 0px;
	color:#fff000;
	font-size:30px;
	padding:0;
	font-weight:bold;
	background-color:#F15A24;
	text-align: center;
}
.flowbox table th{
padding: 10px;
width: 30%;
}
.flowbox table th img{
width: 100%;
}
.flowbox table td{
padding: 10px;
}
.flowbox table td h3{
text-align: left;
	font-weight:bold;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN";
	margin:0px auto 10px;
	color:#fff000;
	font-size:30px;
	padding:5px 0 5px 10px;
	font-weight:bold;
	background-color:#f7931e;
	background-image: linear-gradient(to right ,#ff0000,#f7931e);
	border-radius: 0 10px 0 0;
}
.flowbox table td h3 span{
background: #fff;
color: #f7931e;
padding: 0 10px;
margin-right: 5px;
}
.flowbox table td p{
color: #000;
}
/*--------------------------------------------------------- */
/* ======== CONTENTS CUSTOMIZE======== */
table.footerlink{
	margin:0 auto;
}
table.footerlink tr{}
table.footerlink td{
	text-align:center;
	padding:10px;
}
table.footerlink td a{
	display:block;
	padding:5px;
	background-image:url(../adlerimage/title01bg.png);
	color:#000;
	font-size:18px;
	border-radius:10px;
}

/* ======== CONTENTS CUSTOMIZE======== */
table.tuyomi{
	width:100%;
	margin:10px auto;
}
table.tuyomi th{
	padding:5px;
}

table.tuyomi td{
	padding:0;
}
/* ========HEADER CUSTOMIZE======== 
.wrap02{
	background-image:url(../adlerimage/strip_01_402.gif);

}*/
/*******************************************/
.wrap02{
	background: #f7e793;
	padding: 30px;

}
/************************************/
.wrap04{
	background:url(../adlerimage/green.png) center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 0 0 0 0;
}
.wrap04 div.img{
	background-image: linear-gradient(to right ,#ff0000,#f7931e);
	opacity: 0.9;
	vertical-align: bottom;
}
.banner02{
	margin:40px auto;
	text-align:center;
}
/* ========HEADER CUSTOMIZE======== */


.list6{
	padding:0;
	margin:10px auto 10px;
}

.list6 dl.acordion{
 margin:0px auto;
 text-align:left;
 padding:0;
 /*
 height: auto;
 */
	width:100%;
 }
 .list6 dt.trigger {
 text-align:left;
 color: #000;
 padding:0;
 margin:0;
 margin-bottom: 0;
}
 .list6 dt.active{
 }
 .list6 dt.trigger span.open-close {
	 display:none;
 width: 100%;
 text-indent: -9999em;
 }
 .list6 dt.active span.open-close {
 float: right;
 width: 20px;
 height: 20px;
 line-height:20px;
 padding:0;
 margin:0;
 }   
 
 
 .list6 dd.acordion_tree{
	width:100%;
	 margin:0px;
 border-top: none;
	background-position:left;
	background-repeat:no-repeat;
	padding:0;
	
 }
ul.qa02{
	border-radius:5px;
	background-color:#fff;
	font-weight:bold;
	padding:0 0 0 10px;
	margin:0px;
	list-style-position:inside;
	box-shadow:0 0 6px 3px #ccc;
}

ul.qa02 li{
	background-image:url(../adlerimage/qa002.png);
	background-position:left;
	background-repeat:no-repeat;
	list-style-type:none;
	padding:30px 20px 30px 40px;
	margin:0px 0;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	font-size:25px;
	font-weight:bold;
	
}

ul.qa02 li img{
	width:20px;
}

ul.qa02 li a{
	font-size:14px;
}

ul.qa02 li a:hover{
	opacity:0.7;
}

.bord02{
	background-color:#fff;
	border-radius:5px;
	padding:10px;
	margin:10px auto;
}



.bord02 p{
	margin:10px auto;
	background-image:url(../adlerimage/qa003.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding:10px 0 10px 40px;
}
/* ======== CONTENTS CUSTOMIZE======== */


.banner{
	margin:0px auto;
	text-align:center;
}


.banner02{
	margin:40px auto;
	text-align:center;
}

img.imgright{
	margin:0 0 10px 10px;
	width:200px;
	float:right;
	box-shadow:5px 5px #ea5514;
}
img.imgleft{
	margin:0 10px 10px 0;
	width:200px;
	float:left;
	box-shadow:-5px 5px #ea5514;
}

p.centerp{
	padding:10px;
	width:90%;
	line-height:40px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	font-weight:bold;
	background-color:#f9f195;
}

p.centerp b{
	color:#ff0000;
}

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

table.formTable{
	width:100%;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;

}
table.formTable td{
	border-bottom:1px solid #ccc;
	padding:20px 15px;
	color:#000;
	
}

table.formTable th{
	font-weight:bold;
	color:#000;
	text-align:left;
	padding:20px 15px;
	border-bottom:1px solid #ccc;
	width:180px;
}
table.formTable th span{
	color:#ff0000;
	padding: 0 5px;
	font-size: 13px;
}

select{
	font-size:16px;
	padding:0 10px;
	border-radius:5px;
}

.input{
	width:95%;
	padding:10px;
	border-radius:10px;
}
.submit{
	padding:5px 40px;
	border-radius:10px;
	background-color:#2EA7E0;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*--------------------------------------------------------- */
table.voice{}
table.voice tr{}
table.voice td{
	width:33%;
	padding:10px;
}
table.voice td img{
	width:100%;
	border:1px solid #000;
}
p.voicep b{
	color:#ea5514;
}

img.imgleft02{
	margin:0 10px 10px 10px;
	width:150px;
	float:left;
}

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

table.pricetable{
	width:90%;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:16px;
	color:#000;
	border:1px solid #ff0000;

}
table.pricetable td{
	text-align:left;
	border:1px solid #ff0000;
	padding:5px;
}

table.pricetable th{
	font-weight:bold;
	color:#fff;
	padding:5px;
	border:1px solid #ff0000;
	background-color:#ea5514;
	text-align:center;
	background-image:url(../adlerimage/menubg.png);
	background-position:center;
}


table.pricetable td.bgred{
	background-color:#ffabb5;
}

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

.pagetop {
	position: fixed;
	text-align: center;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	display:none;
}

.areawrap{
	background-color:#fff;
	padding:30px;
}

table.area{
	text-align:left;
}

table.area tr{
	vertical-align:top;
}

table.area td{
	padding:10px;
}

table.area img{
	width:100%;
}
table.area p{
	text-align:left;
}
.area p b{
	font-size:25px;
	color:#e4007f;
}


/*--------------------------------------------------------- */
.blink{
	margin:10px auto;
	font-size:70px;
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	font-weight:bold;
	background-color:#ff0000;
}

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


.clear{
	clear:both;
}
/* ========FOOTER CUSTOMIZE======== */
#footer {
	text-align:center;
	width:100%;
	margin:0px 0;
	padding:0 0 0 0;
	background-color:#efefef;
	color:#fff;
	font-weight: normal;
}


.copyright a{
	color:#fff;
}




#footer table{
	width:1100px;
	margin:0 auto;
}
#footer table td.left{
	text-align:left;
}
#footer table td.right{
	text-align:right;
}




.copyright {
	margin:0px auto;
    padding:10px 0;
    font-style:normal;
    font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#333;
    text-align:center;
	background-color:#efefef;
}

