@charset "UTF-8";
html {
   overflow-y:scroll;
}

body {
    margin:0;
    padding:0;
    line-height:1.6;
    letter-spacing:1px;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    
    font-size:13px;
	background-position:center;
}

  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;
  }

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 {
	
   color:#666;
   width:100%;
}

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

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

@font-face {
    font-family: 'FontopoNIHONGO';
    src: url('FontopoNIHONGO.eot');
    src: url('../font/FontopoNIHONGO.eot?iefix') format('eot'),
         url('../font/FontopoNIHONGO.woff') format('woff'),
         url('../font/FontopoNIHONGO.otf') format('truetype'),
         url('../font/FontopoNIHONGO.svg#webfontjSpbZQRv') format('svg');
}

@font-face {
    font-family: 'rounded-mplus-1c-regular';
    src: url('rounded-mplus-1c-regular.eot');
    src: url('../font/rounded-mplus-1c-regular.eot?iefix') format('eot'),
         url('../font/rounded-mplus-1c-regular.woff') format('woff'),
         url('../font/rounded-mplus-1c-regular.ttf') format('truetype'),
         url('../font/rounded-mplus-1c-regular.svg#webfontjSpbZQRv') format('svg');
}

@font-face {
    font-family: 'rounded-mplus-2p-heavy';
    src: url('rounded-mplus-2p-heavy.eot');
    src: url('../font/rounded-mplus-2p-heavy.eot?iefix') format('eot'),
         url('../font/rounded-mplus-2p-heavy.woff') format('woff'),
         url('../font/rounded-mplus-2p-heavy.ttf') format('truetype'),
         url('../font/rounded-mplus-2p-heavy.svg#webfontjSpbZQRv') format('svg');
}

@font-face {
    font-family: 'rounded-mplus-2p-medium';
    src: url('rounded-mplus-2p-medium.eot');
    src: url('../font/rounded-mplus-2p-medium.eot?iefix') format('eot'),
         url('../font/rounded-mplus-2p-medium.woff') format('woff'),
         url('../font/rounded-mplus-2p-medium.ttf') format('truetype'),
         url('../font/rounded-mplus-2p-medium.svg#webfontjSpbZQRv') format('svg');
}


.wrapbox {
 overflow: hidden;
}



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

	/* バーの装飾 */
	background-image:url(../../img/headerbg02.png);
	/*opacity:1.5;*/
	color: white;
	box-shadow: 3px 3px 3px #666;
	z-index:99999;
}

.footerfixed{
	text-align:center;
	width:1000px;
	margin:0 auto;
	font-size:16px;
	font-weight:bold;
}

span.yellow{
	color:#50a6c7;
}
	
/*******************************************************/




.nav{
	padding:5px 0;
	margin:0 auto 0px;
	background-color:#fff;
	background-image:url(../../img/btn05.png);
	border-top:1px solid #ccc;
	border-bottom:5px solid #F4D600;
}
/*******************************************************/	
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}
/* ========MENU CUSTOMIZE======== */
.menuwrap{
}

#menu{
	border-collapse: collapse;
	border: none;
	padding:0;	
	width:100%;
	margin:0 auto;
	border-left:1px solid #ccc;
}

#menu td img{
	width:45px;
	display: none;
}
#menu td br{
	display: none;
}

#menu td{
	border-right:1px solid #ccc;
	margin:0;
	text-align:center;
	color:#000;
	padding:0 0px;
	text-decoration:none;
	font-weight:bold;
	font-size:18px;
	font-weight:bold;
	color: #333;
	width:14.3%;
}

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

#menu td a,#menu th a{
	color: #333;
	margin: 0px;
	padding:0;
	text-decoration:none;
	font-size:18px;
	font-weight:bold;
}


/*
#menu td a span{
	background-color:#ccc;
	color:#fff;
	padding:0 10px;
	border-radius:10px;
}
*/
#menu td:hover{
}



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

#gnavi_wrap{
	margin: 0px auto;	
	padding:0px;
	text-align:center;
	position:relative;
}

#gnavi_wrap ul{
	position:absolute;
	top:10px;
	background:#f39800;
	width:283px;
	z-index:1000;
	margin:0;
	padding:0;
	display:none;
	padding:0px;
	overflow:hidden;
}
#gnavi_wrap li{
	text-align:center;
	text-align:left;
	padding:5px 0 5px 0;
	border-bottom:1px solid #fff;
}

#gnavi_wrap li.last{
	border:none;
}
#gnavi_wrap li a{
	text-decoration:none;
	display: block;
	font-size:15px;
	text-shadow:none;
	color:#fff;
	padding:0 0 0 10px;
}
#gnavi_wrap li a:hover{
	text-decoration:underline;
}


/* ========HEADLINE CONTENTS CUSTOMIZE======== */
/*******************************************************/
.header03{
	padding:0px 0;
	background-color:#fff;
	width:100%;
}




h1{
	width:100%;
	text-align:left;	
	font-size:13px;
	margin:0 auto;
	padding:0 0px;
	color:#333;
	font-weight: bold;
	text-align:right;
}




.h02 {
	position: absolute;
	top:25px;
	right:0px;
	text-decoration:underline;
	border-radius:5px;
}


/************************************************/	
.headerwrap{
	width:100%;
	background-color:#fff;
}

.header{
text-align: center;
	width:100%;
	margin:0px auto;
}


.logo {
width: 80%;
}

.tel {
width: 50%;
}
.privacy {
	position: absolute;
	top:0px;
	right:0px;
	text-decoration:underline;
}

.header p.time{
	position: absolute;
	bottom:0px;
	right:0px;
	font-size:14px;
}

.header p.time span{
	padding:0 5px;
	font-weight:bold;
	border-radius:2px;
	background-color:#f39800;
	color:#fff;
	margin:0 5px 0 0;
}


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

.top{
	height:100px;
}



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

.box{
	padding:0 0;
	width:100%;
	text-align:center;
	margin:0 auto;
}


/*
.other{
	height:200px;
	background:url(../../img/s04.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	line-height:200px;
}
*/
.title{
	padding:0;
	color:#fff;
	margin:0 auto 10px;
	text-align:center;
	font-size:50px;
	padding:0px 0;
	font-weight:bold;
	text-shadow:1px 1px #333;
	border-radius:20px 20px 0 0;
	width:100%;
	margin:0 auto;
}


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

.slider{
	text-align:center;
	background-image:url(../../img/b135.gif);
}

.slider img{
	vertical-align:bottom;
}

.button{
	font-weight:bold;
	color:#000;
	background-color:#fff;
	display:block;
	margin:10px auto;
	padding:10px 50px;
	text-align:center;
	width:40%;
}




h2{
	padding:0;
	color:#666;
	margin:0 auto 10px;
	text-align:center;
	font-size:18px;
	padding:0px 0;
	font-weight:bold;
	border-radius:20px 20px 0 0;
	font-family:"rounded-mplus-2p-heavy", sans-serif;
}

h2:first-letter {
  color: #fff;
  background-color:#f39800;
  border-radius:50%;
  padding:0 8px;
  margin-right:5px;
}


h2 span {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 14px;/*文字の大きさ*/
  background: #F4D600;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

h2 span:before, h2 span:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

h2 span:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

h2 span:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}



.concept h2 span:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #f5f5f5;
  border-style: solid;
}

.concept h2 span:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #f5f5f5 transparent transparent;
  border-style: solid;
}

.wrap02 h2 span:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #f5f5f5;
  border-style: solid;
}

.wrap02 h2 span:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #f5f5f5 transparent transparent;
  border-style: solid;
}
/*
h2.h201 span{border-bottom:3px solid #f39800; color:#f39800;}
h2.h202 span{border-bottom:3px solid #65cc33; color:#65cc33;}
h2.h203 span{border-bottom:3px solid #ff99cb; color:#ff99cb;}
h2.h204 span{border-bottom:3px solid #669acc; color:#669acc;}
h2.h205 span{border-bottom:3px solid #ffcc00; color:#ffcc00;}
h2.h206 span{border-bottom:3px solid #ff8005; color:#ff8005;}
*/

h3.other{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	color:#000;
	margin:20px auto 20px;
	text-align:center;
	font-size:25px;
	padding:0px 0;
	line-height:45px;
	font-weight:bold;
	border-radius:20px 20px 0 0;
	font-weight:bold;
}
h3.other span{
	font-size:20px;
	border-bottom:5px solid #f39800;
	color:#f39800;
}

h3.other b{
	font-size:34px;
	color:#f39800;
}




.main{
	margin:0 auto;
	padding:30px 0;
	width:95%;
	font-size:16px;
}
.main01{
	margin:0;
	padding:30px 0 0 0;
	margin:0 auto 0px;
}
/*::::::::::::::::::::::::::::::::::*/
table.pickup{
	text-align:center;
	width:95%;
	margin:10px auto 30px;
}
table.pickup tr{
	vertical-align:top;
}
table.pickup td{
	padding:10px;
}

table.pickup td img{
	width:100%;
}
/*::::::::::::::::::::::::::::::::::*/
table.staff{
	text-align:center;
	width:100%;
	margin:10px auto 70px;
	text-align:left;
	color:#333;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-collapse:collapse;
}
table.staff tr{
	vertical-align:top;
}
table.staff td{
	padding:10px;
	border-bottom:1px dashed #ccc;
}

table.staff th{
	border-bottom:1px dashed #ccc;
	width:15%;
	padding:10px;
}
table.staff th.img{
	width:25%;
}
table.staff th img{
	width:100%;
}

table.staff th span{
	font-weight:bold;
	text-align:center;
	display:block;
  color: #fff;
  background-color:#f39800;
  border-radius:5px;
  padding:0 0px;
}

/*::::::::::::::::::::::::::::::::::*/
table.area{
	text-align:center;
	width:95%;
	margin:10px auto 30px;
}
table.area tr{
	vertical-align:top;
}
table.area td{
	width:25%;
	padding:20px 20px;
	text-align:center;
}

table.area td img{
	width:95%;
	margin:0 0 0 10px;
}
table.area h3{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#fff;
	margin:0 auto 10px;
	padding:5px 0;
	background-image:url(../../img/reasonbg.png);
	border-radius:10px 10px 0 0;
}

table.area a.button03{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:17px;
	color:#fff;
	margin:0 auto 10px;
	padding:0 30px;
	background-color:#f39800;
	border-radius:10px;
	box-shadow:2px 2px #ccc;
}


/*::::::::::::::::::::::::::::::::::*/
table.gallery{
	text-align:center;
	width:100%;
	margin:10px auto 30px;
}
table.gallery tr{
	vertical-align:top;
}
table.gallery td{
	padding:5px;
	text-align:center;
}

table.gallery td img{
	height:170px;
	margin:0;
}
/*::::::::::::::::::::::::::::::::::*/
table.custombanner{
	width:100%;
	text-align:center;
	margin:0px auto;
}
table.custombanner tr{
	vertical-align:top;
}
table.custombanner td{
	width:33%;
}


table.custombanner td img{

}

/*::::::::::::::::::::::::::::::::::*/

.waku{
	width:950px;
	padding:10px 10px 0 10px;
	background-color:#CCFFD3;
	border-radius:20px;
}


/***************************/
table.business{
	width:550px;
	text-align:center;
}
table.business tr{
	vertical-align:top;
}
table.business img{
	height:110px;
}
/***************************/


.main p,.main02 p{
	color:#000;
	padding:5px;
	font-size:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}
span.gray{
	font-size:14px;
	
	color:#3e3a39;
}
.main p b{
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:bold;
	font-size:130%;
	color:#f39800;
}

/************************************/
.wrap01{
	background-image:url(../../img/wrap06.png);
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	
}

.wrap01 h2 span:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #F2F2D1;
  border-style: solid;
}

.wrap01 h2 span:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #F2F2D1 transparent transparent;
  border-style: solid;
}


/************************************/
.wrap03{
	background-image:url(../../img/wrap06.png);
	/*
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	*/
	
}

.wrap03 h2 span:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.wrap03 h2 span:after {
  top: 0;
  right: 0;
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/****
.wrap01 h2{
	color:#fff;
}
.wrap01 h2 span{
	color:#fff;
	border-bottom:3px solid #fff;
}


.wrap01 h3{
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:23px;
}


.wrap01 p{
	font-size:14px;
	text-align:center;
	color:#fff;
}

.wrap01 ul{
	padding:0;
}
.wrap01 ul li{
	list-style-type:none;
	border:1px solid #fff;
	float:left;
	padding:10px;
	width:30%;
	margin:5px;
	text-align:center;
	font-size:13px;
	color:#fff;
	background-image:url(../../img/back.png);
	font-weight:bold;
}
********************************/
.wrap02{
	background-color:#f39800;
	background-image:url(../../img/shasen.gif);
}
/*
.wrap02 h2{
	color:#fff;
}
.wrap02 h2 span{
	color:#fff;
	border-bottom:3px solid #fff;
}
*/
/***************************/
table.contents{
	width:100%;
	margin:0 auto 0px;
}
table.contents tr{}
table.contents th{
	width:50%;
}
table.contents th.th01{
	width:50%;
	background: url(../../img/main03_01.jpg) center center;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents th.th02{
	width:50%;
	background: url(../../img/main03_02_02.jpg) center center;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents th.th03{
	width:50%;
	background: url(../../img/main03_03_02.jpg) center center;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

table.contents th.th04{
	width:50%;
	background: url(../../img/main03_04.jpg) center center;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
table.contents img{
	width:100%;
	margin:0 auto;
}
table.contents td{
	padding:20px 20px;
	width:50%;
	text-align:center;
	/*box-shadow:0 0 6px 0px #ccc;*/
}
table.contents td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color:#fff;
	font-size:14px;
}
table.contents td h3{
	font-weight:bold;
	text-align:left;
	font-size:20px;
	color:#fff;
	margin:0 auto 20px;
	padding:5px 0;
	font-family:"rounded-mplus-2p-heavy", sans-serif;
}

table.contents td.pink01{
	background-color:#f39800;
}
table.contents td.pink02{
	background-color:#f39800;
}
table.contents td.pink03{
	background-color:#f39800;
}

table.contents td span{
	background-color:#fff;
	padding:0 11px;
	border-radius:50%;
	margin-right:5px;
}
table.contents td.pink01 span{
	color:#f39800;
}
table.contents td.pink02 span{
	color:#f39800;
}
table.contents td.pink03 span{
	color:#f39800;
}

table.contents td.pink04 span{
	color:#f39800;
}

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

table.contents02{
	width:100%;
	border-collapse:separate;
	border-spacing:10px;
}
table.contents02 tr{
	vertical-align:top;
}
table.contents02 td{
	padding:0;
	width:25%;
	padding:5px;
	text-align:center;
	background-color:#fff;
	border-radius:5px;
}
table.contents02 td h3{
	color:#fff;
	font-size:15px;
	font-weight:bold;
	margin:0px auto 5px;
	padding:5px 0;
	border-radius:5px 5px 0 0;

}
table.contents02 td.c01 h3{background-color:#f39800;}
table.contents02 td.c02 h3{background-color:#F4D600;}
table.contents02 td.c03 h3{background-color:#f39800;}
table.contents02 td.c04 h3{background-color:#F4D600;}
table.contents02 td.c05 h3{background-color:#f39800;}
table.contents02 td.c06 h3{background-color:#ff8005;}
table.contents02 td.c07 h3{background-color:#f39800;}
table.contents02 td.c08 h3{background-color:#65cc33;}

table.contents02 img{
	border-radius:5px;
	vertical-align:bottom;
	width:100%;
	padding:0 0;
}

table.contents02 td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:justify;
	padding:5px;
	margin:0 auto;
	color:#000;
	font-size:13px;
}
table.contents02 th{
	padding:10px;
	text-align:center;
	background-color:#fff;
	border-radius:5px;
	font-weight:normal;
}
table.contents02 th p{
	text-align:justify;
	padding:5px;
	margin:0 auto;
	color:#000;
	font-size:14px;
}

table.contents02 td p.button{
	display:block;
	clear:both;
	text-align:center;
	width:60%;
	padding:0;
	margin:10px auto;
	background-image:url(../../img/btn04.png);
	background-position:center bottom;
	border-radius:10px;
	font-weight:normal;
}

/************************************/
table.daytable{
	width:100%;
	border-collapse:collapse;
}
table.daytable tr{}
table.daytable th{
	font-weight:bold;
	border:1px solid #ccc;
	background: #f5f5f5;
	text-align:center;
	font-size:15px;
}
table.daytable td{
	padding:10px;
	font-size:15px;
	border:1px solid #ccc;
}

/************************************/
.concept{
	margin:30px auto 0;
/*	border:5px solid #f39800;*/
	color:#fff;
	padding:40px 20px 20px 20px;
	border-radius:5px;
	background: #f5f5f5;
	border-radius:10px;
}
.concept02{
	background-color:#fff;
}

.concept img{
	margin-right:20px;
	float:left;
	border-radius:50%;
	width:32%;
	border:10px solid #fff;
}

.concept02 img{
	margin-left:20px;
	float:right;
	border-radius:50%;
	width:32%;
	border:10px solid #fff;
}



.concept p b{
	color:#f39800;
}

/************************************/
table.pricetable{
	width:95%;
	margin:0 auto 0px;
}
table.pricetable tr{}
table.pricetable th{
	width:33%;
	text-align:center;
	padding:0 10px;
	border-bottom:2px solid #ccc;
	border-left:2px solid #fff;
	background-color:#fff;
	color:#333;
}
table.pricetable th.th01{
	border:2px solid #fff;
	background-color:#f36683;
	color:#fff;
}
table.pricetable th.th02{
	border:2px solid #fff;
	background-color:#fe8a4f;
	color:#fff;
}
table.pricetable th.th03{
	border:2px solid #fff;
	background-color:#f39800;
	color:#fff;
}
table.pricetable td{
	text-align:center;
	border:2px solid #fff;
	background: #f5f5f5;
	padding:0 10px;
	color:#333;
}

.price{
	color:#fff;
	padding:0px 0 10px 0;
	border-radius:10px;
	margin:0 auto 10px;
	border:5px solid #23b88e;
}
.price h3{
	font-weight:bold;
	background-color:#23b88e;
	margin:0 auto 10px;
	padding:0 0 5px 0;
	font-size:18px;
	text-align:center;
}

.price02{
	text-align:center;
	font-size:40px;
	font-weight:bold;
	margin:0 auto 20px;
	background-color:#f39800;
	color:#fff;
	border-radius:10px 10px 0 0;

}
/* ======== ======== */

table.flowtable{
	width:90%;
	border-collapse:separate;
	border-spacing:5px;
	margin:0 auto 0;
}
table.flowtable tr{
	vertical-align:middle;
}
table.flowtable th{
	font-weight:bold;
	padding:10px;
	background-color:#f39800;
	color:#fff;
	font-size:25px;
}
table.flowtable th span{
	padding:0;
	font-weight:bold;
}
table.flowtable td{
	color:#f39800;
	font-size:25px;
	font-weight:bold;
	padding:10px;
}
/* ======== ======== */

table.flowtable02{
	width:90%;
	border-collapse:separate;
	border-spacing:5px;
	margin:0 auto 0;
}
table.flowtable02 tr{
	vertical-align:middle;
}
table.flowtable02 th{
	font-weight:bold;
	padding:10px;
	background-color:#f39800;
	color:#fff;
	font-size:25px;
}
table.flowtable02 th.flowtitle{
	font-weight:bold;
	padding:10px;
	background-color:#0071BC;
	color:#fff;
	font-size:25px;
}
table.flowtable02 td span{
	padding:0;
	font-weight:bold;
}
table.flowtable02 td{
	text-align:center;
	color:#333;
	font-size:25px;
	font-weight:bold;
	padding:5px 10px;
	background: #f5f5f5;
}
/* ======== ======== */

table.flowtable03{
	width:90%;
	border-collapse:separate;
	border-spacing:5px;
	margin:0 auto 0;
}
table.flowtable03 tr{
	vertical-align:middle;
}
table.flowtable03 th{
	width:20%;
	font-weight:bold;
	padding:10px;
	background-color:#f39800;
	color:#fff;
	font-size:20px;
}
table.flowtable03 th span{
	padding:0;
	font-weight:bold;
}
table.flowtable03 td{
	color:#f39800;
	font-size:20px;
	font-weight:bold;
	padding:10px;
}
/* ======== ======== */

table.flowtable04{
	width:100%;
	border-collapse: collapse;
	border-spacing:0px;
	margin:0 auto 0;
}
table.flowtable04 tr{
	vertical-align:middle;
}
table.flowtable04 th{
	font-weight:bold;
	padding:5px;
	background-color:#f39800;
	color:#fff;
	font-size:18px;
	border:1px solid #999;
}
table.flowtable04 th.titleth{
	font-weight:bold;
	padding:5px;
	background-color:#EFEFEF;
	color:#333;
	font-size:13px;
	border:1px solid #999;
	text-align:left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width:20%;
}
table.flowtable04 td{
	color:#333;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:5px;
	border:1px solid #ccc;
}
/* ======== ======== */

table.flow{
	width:100%;
	border-collapse:separate;
	border-spacing:5px;
	margin:0 auto 0;
	background-color:#fff;
}
table.flow tr{
	vertical-align:top;
}
table.flow td{
	padding:0;
	padding:10px;
	border-radius:5px;
}
table.flow td h3{
	color:#000;
	font-size:25px;
	font-weight:bold;
	margin:0 auto 10px;
	border-bottom:1px solid #00a0e9;
	border-top:1px solid #00a0e9;
	padding:5px 0 5px 10px;
	background-color:#fff;
}

table.flow td h3 span{
	color:#fff;
	background-color:#00a0e9;
	font-size:30px;
	margin-right:10px;
	padding:2px 14px;
}

table.flow td h3 b{
	font-size:16px;
	margin-left:10px;
	padding:0 0px;
}


table.flow td.flowtd01 h3{
	border-bottom:1px solid #65cc33;
	border-top:1px solid #65cc33;
}

table.flow td.flowtd01 h3 span{
	background-color:#65cc33;
}

table.flow td.flowtd02 h3{
	border-bottom:1px solid #ff99cb;
	border-top:1px solid #ff99cb;
}

table.flow td.flowtd02 h3 span{
	background-color:#ff99cb;
}

table.flow td.flowtd03 h3{
	border-bottom:1px solid #ffcc00;
	border-top:1px solid #ffcc00;
}
table.flow td.flowtd03 h3 span{
	background-color:#ffcc00;
}

table.flow th{
	padding:10px;
	width:200px;
}
table.flow img{
	border-radius:5px;
	vertical-align:bottom;
	width:100%;
	padding:0 0;
}

table.flow td p{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:justify;
	padding:5px;
	margin:0 auto;
	color:#000;
	font-size:15px;
}



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

table.contactform{
	width:900px;
	margin:0 auto 20px;
	padding:10px;
	color:#fff;
	background-image:url(../../img/back.png);
	font-size:16px;
}
table.contactform tr{}
table.contactform th{
	width:160px;
	padding:15px;
	border-bottom:1px solid #fff;
	font-weight:bold;
}
table.contactform td{
	text-align:left;
	padding:15px;
	border-bottom:1px solid #fff;
}

table.contactform td input,table.contactform td select,table.contactform td textarea{
	padding:10px;
	border-radius:10px;
}


/*::::::::::::::::::::::::::::::::::*/
.contact{
	width:1000px;
	height:400px;
	position:relative;
	margin:20px auto;
	background-image:url(../../img/contactbg.png);
}

.con01{
	position:absolute;
	top:110px;
	left:40px;
}
.con02{
	position:absolute;
	top:110px;
	right:355px;
}
.con03{
	position:absolute;
	top:110px;
	right:40px;
}
.con04{
	position:absolute;
	top:200px;
	right:40px;
}
/************************************/


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


.banner02{
	margin:40px auto;
	text-align:center;
}
/* ========CUSTOMIZE======== */	
table.news{
	width:100%;
	text-align:center;
	margin:0 auto 0px;
}
table.news tr{
	vertical-align:top;
}
table.news td{
	text-align:center;
	width:50%;
	padding:0 10px;
}
table.news td h3{
	font-size:11px;
}
.box02{
	margin:0px auto 10px;
	width:100%;
	font-size:13px;
	overflow-x:hidden;
	overflow-y:scroll;
	height:200px;
	background-image:url(../../img/bghw.png);
	background:#fff;
	
}


/*--------------------------------------------------------- */
.imgleft{
	margin:10px 30px 0 0;
	float:left;
	width:250px;
	border-radius:250px;
	box-shadow:5px 5px #796a55;
}
.imgright{
	margin:10px 0 0 30px;
	float:right;
	width:250px;
	border-radius:250px;
	box-shadow:-5px 5px #796a55;
}

.clear{
	clear:both;
}


/*--------------------------------------------------------- */
ul.recruit{
	margin:0;
	padding:0 10px;
}
ul.recruit li{
	list-style-type:none;
	float:left;
	background-image:url(../../img/menubg.png);
	color:#fff;
	border-radius:5px;
	margin:5px 5px;
	padding:0 5px;
}
ul.recruit{}
/*--------------------------------------------------------- */

table.formTable{
	width:95%;
	margin:0 auto;
	text-align:left;
	border-collapse:collapse;
}

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

table.formTable td{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom:1px solid #ccc;
	font-size:15px;
	padding:20px 10px;
	color:#000;
	display: block;
}

table.formTable th{
	font-weight:bold;
	color:#f39800;
	text-align:left;
	padding:20px 10px;
	border-bottom:1px solid #ccc;
	display: block;
	font-size:16px;
}
.submit{
	border-radius:10px;
	padding:5px 40px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background-color:#f39800;
	font-family: "游ゴシック","YuGothic", "游ゴシック体","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


.input{
	width:95%;
	padding:10px;
	border-radius:10px;
}

/*********************************************************/
.qa{
	border-radius:10px;
	border:5px solid #ccc;
	padding:15px;
	margin:20px auto;
}
.qa h3{
	
	border-bottom:1px solid #ccc;
	background-image:url(../../img/qa002.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:5px;
	color:#f39800;
	font-weight:bold;
}
.qa p{
	background-image:url(../../img/qa003.png);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 0 5px 40px;
	margin:5px;
	color:#333;
}
/*******************************************/
ol.topol {
	margin:0 0 0 20px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
ol.topol li {
    position:relative; /* Create a positioning context */
    margin:0 0 20px 20px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	color:#f39800;
	font-weight:bold;
	/*
	border-bottom:1px solid #22ac38;
	*/
}


ol.topol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#fff;
    background:#f39800;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}

ol.topol li p{
	color:#000;
	font-weight:normal;
	margin:0 auto 10px;
}

.imgrightbox{
	width:340px;
	float:right;
	margin:0 0 0 10px;
}
.imgrightbox img{
	width:100%;
}


table.businesstable{
	text-align:center;
	margin:20px auto;
}
table.businesstable img{
	height:180px;
}
/*******************************************/

table.day{
	width:100%;
	margin:0 auto 30px;
}
table.day tr{}
table.day th{
	width:400px;
}
table.day th img{
	width:380px;
	border-radius:50%;
}

table.day ol {
	margin:0 0 0 40px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
table.day ol li {
    position:relative; /* Create a positioning context */
    margin:0 0 10px 20px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:25px;
	color:#f39800;
	font-weight:bold;
}


table.day ol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#fff;
    background:#f39800;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}

table.day ol li p{
	color:#333;
	font-weight:normal;
	margin:0 auto 10px;
}

table.day h4{
    padding:4px 10px;
    color:#fff;
    background:#f39800;
	border-radius:10px;
	font-size:20px;
	margin:0 auto 20px;
	font-weight:bold;
}

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

table.think{
	width:100%;
	margin:0 auto 30px;
}
table.think tr{
	vertical-align:top;
}
table.think td{
	width:50%;
	padding:20px;
}
table.think ol {
	margin:0 0 0 40px;
    counter-reset:li; /* Initiate a counter */
    padding:0; /* Remove the default left padding */
    list-style:none; /* Disable the normal item numbering */
}
table.think ol li {
    position:relative; /* Create a positioning context */
    margin:0 0 10px 10px; /* Give each list item a left margin to make room for the numbers */
    padding:4px 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:20px;
	color:#f39800;
	font-weight:bold;
}


table.think ol li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    width:2em;
    padding:4px 0;
    color:#fff;
    background:#f39800;
    font-weight:bold;
    font-family:"Helvetica Neue", Arial, sans-serif;
    text-align:center;
	background-position:center;
	border-radius:300px;
}

table.think ol li p{
	color:#333;
	font-weight:normal;
	margin:0 auto 10px;
}

table.think h4{
    padding:4px 10px;
    color:#fff;
    background:#f39800;
	border-radius:10px;
	font-size:18px;
	margin:0 auto 20px;
	font-weight:bold;
	text-align:center;
}
/***************************/
.kakoi{
	margin:10px auto;
	padding:10px;
	border:5px solid #f39800;
/*	background-image:url(../../img/back.png);*/
	background-color:#fff;
}
table.tuyomitable{
	width:100%;
	margin:0 auto;
	border-spacing:10px;
	
	border-collapse:separate;
}
table.tuyomitable tr{
	vertical-align:top;
}
table.tuyomitable th{
	width:20%;
}
table.tuyomitable th img{
	width:100%;
	border:2px solid #ccc;
	margin:0 10px 0 0;
}

table.tuyomitable b{
	background-color:#f39800;
	color:#333;
}

table.tuyomitable td h3{
	font-size:25px;
	color:#f39800;
	border-bottom:3px dotted #666;
	margin:0;
	font-weight:bold;
}

table.tuyomitable td h3 span{
	background-color:#f39800;
	padding:0 10px;
	border-radius:10px;
	margin:0 10px 0 0;
	color:#fff;
}

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

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

.pagetop02 {
	position: fixed;
	text-align: center;
	right: 0px;
	bottom: 10px;
	z-index: 9999;
	width:70px;
}
.pagetop02 img{
	width:70px;
}
/*--------------------------------------------------------- */


/************************************/
table.maintable{
	width:100%;
	border-collapse:separate;
	border-spacing:20px 0;
	margin:20px auto 0;
}

table.maintable tr{
	vertical-align:top;
}
table.maintable td{
	text-align:center;
	padding:10px;
	background-color:#fff;
	width:33%;
	border-radius:10px;
	box-shadow:0 0 6px 0px #ccc;
}
table.maintable td h3{
	text-align:center;
	color:#2EA7E0;
	margin:0px auto 0;
	padding:0;
	font-weight:bold;
	font-size:21px;
	position:relative;
}


table.maintable td h3 span{
	font-size:20px;
	border-radius:50%;
	width:80px;
	height:70px;
	padding-top:10px;
	line-height:30px;
	position:absolute;
	top:40px;
	right:-5px;
	background-color:#2EA7E0;
	color:#fff;
	border:5px solid #fff;
}

table.maintable td h3 span b{
	font-size:40px;
}

table.maintable td p{
	font-size:15px;
	background-color:#fff;
	padding:2px;
	text-align:left;
}

table.maintable td p.english{
	margin:0;
	font-size:16px;
	padding:0 2px;
	text-align:left;
	text-align:center;
	color:#333;
	font-weight:bold;
}

table.maintable td img{
	width:100%;
	border-radius:10px;
	
	margin:10px auto;
}
/* クラス名変更
--------------------------------------------------------- */


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


table.maintable03{
	width:100%;
	border-spacing:20px;
	border-collapse:separate;
	margin:10px auto;
	
}
table.maintable03 tr{
	vertical-align:top;
}
table.maintable03 td{
	width:33%;
	background-color:#FFC5CD;
	padding:5px;
	border-radius:0 0 20px 20px;
	font-size:13px;
}
table.maintable03 td p.big01{
	margin:10px 0 0 0;
	padding:0;
	text-align:center;
	
	font-weight:bold;
}
table.maintable03 td img{
	width:100%;
}
/* ========CUSTOMIZE======== */

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


.clear{
	clear:both;
}
/* ========CUSTOMIZE======== */
#footer {
	text-align:center;
	width:100%;
	margin:0px 0;
	padding:20px 0 0 0;
	background-color:#fff;
	border-top:10px solid #f39800;
	color:#333;
}

#footer h2{
	color:#fff;
}
#footer h2 span{
	color:#fff;
	border-bottom:3px solid #fff;
}


#footer p{
	margin:10px auto 0;
	text-align:center;
	font-weight:bold;
}

#footer table.footertable{
	/*width:100%;*/
	margin:0 auto;
}

#footer table.footertable tr{
	vertical-align:middle;
}

#footer ul{
	margin:0px auto;
	padding:0px 0;
}


#footer li {
	text-align:center;
	margin:0px 0px;
	padding:0 10px 10px;
    float:left;
    text-align:center;
	display:block;
}
#footer li a {
	color:#333;
	text-decoration:none;
	font-size: 13px;
	font-weight:bold;
}


.copyright a{
	color:#333;
}




#footer li a:hover {
	color:#CCC;
	text-shadow:1px 1px 1px #666;
}




.copyright {
	margin:0px auto;
    padding:10px 0;
	font-weight:bold;
    font-size:15px;
	
    color:#333;
    text-align:center;
}
