BODY {
	background-color: #FFF;
	margin: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
}

.slide {
	position: relative;
	overflow: hidden;
	width: auto;
	height: 235px;
	background: #fff;
	margin-right: auto;
	margin-bottom: auto;
}
.slide img {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  left: 100%;
  animation: slide-anime 15s ease infinite;
}
.slide img:nth-of-type(1) {animation-delay: 0s;}
.slide img:nth-of-type(2) {animation-delay: 3s;}
.slide img:nth-of-type(3) {animation-delay: 6s;}
.slide img:nth-of-type(4) {animation-delay: 9s;}
.slide img:nth-of-type(5) {animation-delay: 12s;}
 
@keyframes slide-anime{
  0% {left: 100%;}
  2% {left: 0;}
  18% {left: 0;}
  20% {left: -100%;}
  100% {left: -100%;}
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:80%;
    margin:0 auto;
}

.slider img {
    width:auto;/*スライダー内の画像を横幅100%に*/
    height:235px;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 0px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

IMG {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	vertical-align: top;
}

TABLE {
	EMPTY-CELLS: show
}

.clear { clear: both; }

.t1 {
	font-size: 11px;
	color: #333333;
	line-height: 120%;
	
}

.t1r {
	font-size: 11px;
	line-height: 120%;
	color: #FF0000;
}

.t2 {
	font-size: 12px;
	line-height: 120%;
	color: #333333;
}

.t2r {
	font-size: 13px;
	line-height: 120%;
	color: #FF0000;
}

.t3 {
	font-size: 14px;
	line-height: 120%;
	color: #333333;
}

.t3r {
	font-size: 15px;
	line-height: 160%;
	color: #FF0000;
}

.t3m2 {
	font-size: 15px;
	color: #600;
	margin-left: 7px;
	font-weight: bold;
	text-align: left;
	float: left;

}

.t3qa {
	font-size: 15px;
	color: #006699;
	font-weight: bold;


}

.t3qa01 {
	font-size: 15px;
	color: #99CC00;
	font-weight: bold;

}

.t3qa02 {
	font-size: 15px;
	color: #FF9900;
	font-weight: bold;

}

.t3form {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
.t4 {
	font-size: 18px;
	line-height: 120%;
	color: #333333;
}

.t4r {
	font-size: 18px;
	line-height: 120%;
	color: #FF0000;
}

.t4m2 {
	font-size: 24px;
	color: #B30003;
	font-weight: bold;
	text-align: left;

}

.tblown {
	
	color: #B30003;


}

 h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        padding:20px 120px;
        color: #ffffff;
        font-size: 2em;
        border: 2px solid #ffffff;
        background-color: rgba(0, 0, 0, .4);
        transform: translate(-50%, -50%);
    }

#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

.btn-flat-logo {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #FFF;
	transition: .4s;
	background-color: #333333;
}

.btn-flat-logo:hover {
	background-color: #666666;
}

.pc {
		display: block !important;
	}
	.mb {
		display: none !important;
	}


#top_main_photo_wrap {
	width: 100%;
	position: relative;
	min-height: 550px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/topmain.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#main_wrap01 {
	width: 1017px;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	border: 1px solid #000;
}	

#main_wrap02 {
	width: 100%;
	position: relative;
	
	z-index: 0;
	margin-right: auto;
	margin-left: auto;

}	

#main_wrap03 {
	width: 100%;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000;
}	

.wrap_in {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	line-height: 140%;
	font-size: 12px;
	
	
}

.link_btn01 {
	background: #000; /* 背景色 */
	color: #fff; /* 上下の余白、左右の余白 */
	text-decoration: none; /* デフォルトで入る下線を消す */
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	　-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}
.link_btn01:hover {
  opacity: .7;
}

.link_btn02 {
	color: #FFF; /* 上下の余白、左右の余白 */
	text-decoration: none; /* デフォルトで入る下線を消す */
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	　-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-top: 10px;
	background-color: #000;
	border: 1px dotted #666;
	font-size: 16px;
}
.link_btn02:hover {
  opacity: .7;
}

.link_btn03 {
	color: #FFF; /* 上下の余白、左右の余白 */
	text-decoration: none; /* デフォルトで入る下線を消す */
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	　-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #000;
	border: 1px dotted #666;
	font-size: 16px;
}
.link_btn03:hover {
  opacity: .7;
}

#link_btn_h {
	float: right;
	width: 100px;
	padding-right: 60px;
	text-align: right;
}
.link_btn02:hover {
  opacity: .7;
}



.delayed-image {
	/* じわっと画像が表示される */
 	animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.delayed-image2 {
	/* じわっと画像が表示される */
 	animation: fadeIn 5s ease 0s 1 normal;
    -webkit-animation: fadeIn 5s ease 0s 1 normal;
}

/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}

/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#topimg {
	width: 100vw;
	height: 100vh;
	background-image: url(../img/slide03.jpg);
	background-repeat: no-repeat;
}


/*固定する背景*/
#kotei_top {
	box-sizing: border-box;
	color: #FFF;
	font-size: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 700px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0%;
	padding-bottom: 0%;
	padding-left: 0%;
}


#kotei {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  padding: 5%;
}
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
/*各背景の画像*/
.img-bg-01 {
  background-image: url('../img/slide01.jpg');
}
.img-bg-02 {
  background-image: url('../img/slide02.jpg');
}
.img-bg-03 {
  background-image: url('../img/slide03.jpg');
}
.img-bg-04 {
  background-image: url('../img/slide01.jpg');
}
.img-bg-05 {
  background-image: url('../img/slide01_2.jpg');
}

/*各背景の画像*/
.img-bg-01s {
  background-image: url('../img/slide01.jpg');
}
.img-bg-02s {
  background-image: url('../img/slide02.jpg');
}
.img-bg-03s {
  background-image: url('../img/slide03.jpg');
}
.img-bg-04s {
  background-image: url('../img/slide01.jpg');
}
.img-bg-05s {
  background-image: url('../img/slide02.jpg');
}

/*スクロールするコンテンツ*/
.scrollbox1 {
	background-color: #999;
}
.scrollbox2 {
  background-color: #FFF;
}
.scrollbox3 {
  background-color: #FFF;
}
.scrollbox4 {
  background-color: #FFF;
}
.scrollbox5 {
  background-color: #FFF;
}
.scrollbox6 {
  background-color: #FFF;
}

#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 20px;
	background-color: #FFF;
	position: absolute;
}

#container a{
 	color: #FFF; 
	text-decoration: none;
}


#header {
	width: 1024px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #005BAC;
	position: fixed;
	z-index: 1;
}

#header_logo {
	float:left
	}

#header p {
	position: absolute;
	font-size: 11px;
	color: #FFF;
	width: 1020px;
	text-align: right;
	margin-right: 4px;
}

#line_head {
	width: 100%;
	text-align: center;
	
	background-color: #999999;
	font-size: 12px;
	color: #000;
}

#line_head a{
	color:#FFFFFF;
	text-decoration:none;
	
}

#line_head a:hover{
	color: #FFFFFF;

}




.top_main_photo {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}



.topmenu {

	margin: 0px;
	padding: 0;
	position: fixed;
}

.topmenu li{
	list-style-type: none;
	list-style-image: none;
	float: left;
}

.under_menu {
	margin-right: auto;
	margin-left: auto;
	
}

ul.undermenu {
	font-size: 0;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 25px;
}

ul.undermenu li {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
}

ul.undermenu li:first-child{
	padding-left: 0px;
}

ul.gaiyou {
	width:100%;
	margin-top:0px;
	padding-left:200px;
	margin-left:0;
	margin-bottom: 0px;
}

ul.gaiyou li{
	list-style:none;
	padding:0px 0px;
	float:left;
	margin-left: 5px;
}

.textbox {
	background-color: #FFFFCC;
	width: 600px;
	float: none;
	clear: none;
	padding: 5px;
	border: 1px solid #BC0000;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
}

#sidemenu {
	font-size:13px;
	font-weight: bold;
	margin-top: 0em;
	margin-left: 10px;
}

#sidemenu dd{
	font-size:13px;
	margin-left: 0px;
}

#sidemenu dd a{
	display:block;
	line-height:20px;
	color:#666666;
	text-decoration:none;
	height: 20px;
}

#sidemenu dd a:hover{
	color: #FFFFFF;
	background-color: #FF9900;
	width: 200px;
}

#sidetest {
	font-size:13px;
	font-weight: bold;
	margin: 20px;
}

#sidetest dd{
	font-size:13px;
	margin-left: 0px;
	margin-top: 10px;
}

#sidetest dd a{
	display:block;
	line-height:20px;
	color:#666666;
	text-decoration:none;
	width: 200px;
	height: 20px;
	background-image: url(cart_btn2.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#sidetest dd a:hover{
	color: #FFFFFF;
	width: 200px;
	background-image: url(cart_btn22.gif);
}


.content {
	float:left;
	width:284px;
	padding-left:0px;
	padding-right:0px;

}


.content2 {
	float:left;
	width:448px;
	padding-left:0px;
	padding-right:0px;

}

.content3 {
	float:left;
	width:292px;
	padding-left:0px;
	padding-right:0px;

}


.menu {
	float:right;
	width:220px;
	padding-right:10px;
	font-size: 14px;
	line-height: 130%;
	color: #000000;
}

.contents_kiyaku {
	background-color: #FFFFFF;
	width: 95%;
	float: none;
	padding: 5px;
	border: 1px solid #666666;
	font-size: 12px;
	line-height: 130%;
	color: #000000;
	margin-bottom: 20px;
}

.qa_waku{
	width: 900px;
	text-align: left;
	margin-bottom: 30px;
	background-color: #FFF;
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 200%;
}

.qa_waku p{
	margin-bottom: 50px;
	font-size: 14px;
	line-height: 200%;
}

.imgTtl {
	text-align:center;
	margin:0 0 40px;
	}

.faqCont {
	padding:40px 20px;
	background:url(../img/line08.jpg) no-repeat 0 bottom;
	}

.reqruitHeader {
	padding-top: 10%;
	background-image: url(../img/reqruitBg.png);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	}


.about_waku{
	width: 980px;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	background-position: bottom;

}


.about_box {
	color: #006699;
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 140%;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px dashed #005AA9;
	border-radius: 20px;	
}

.about_box_toptext {
	color: #006699;
	width: 500px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 140%;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px dashed #005AA9;
	border-radius: 20px;	
}

.about_box_jsuke {
	color: #006699;
	width: 700px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 140%;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}

.about_box_jsuke02 {
	color: #006699;
	width: 1024px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 140%;
	text-align: center;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

}

.about_box_link {
	color: #000000;
	width: 850px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;

	text-align: center;

	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	
}

.about_box_gaiyo {
	color: #000000;
	width: 550px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	line-height: 140%;
	text-align: left;
	font-size: 14px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: 1px dashed #005AA9;
	border-radius: 8px;
	background-color: #FFC;	
}

.about02_font {
	font-size: 18px;
	line-height: 140%;
	font-weight: bold;
	color: #006699;
}

.about03_font {
	font-size: 14px;
	line-height: 220%;
	font-weight: bold;
	color: #006699;
}

.j01_font {
	font-size: 18px;
	line-height: 220%;
	font-weight: bold;
	color: #006699;
}

.j02_font {
	font-size: 16px;
	line-height: 220%;
	font-weight: bold;
	color: #006699;
}




#footer {
	height: 150px;
	width: 98%;
	text-align: left;
	margin-top: 13px;
	color: #000000;
	font-size: 20px;
	margin-bottom: 0px;
	background-color: #B7B8B8;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 200%;
	}
	
	
.footer_in {
	margin-left: 0;
	margin-top: 0px;
	color: #000;
	padding-top: 8px;
	font-size: 13px;
}



#banner{
	width:700px;
	background-image: url(../img/header.gif);
	height: 81px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
}

.works_table_waku {
	width: 800px;
	margin-bottom: 40px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;

}

.works_table {
	width: 100%;
}

.works_table td{
	font-size: 13px;
	color: #000;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	font-weight: normal;
	line-height: 150%;

}

.works_table th {
	font-size: 13px;
	color: #000;
	text-align: left;
	width: 200px;
	vertical-align: top;
	font-weight: normal;
	padding: 10px;
	line-height: 150%;
	background-color: #FFECD9;

	
}

.works_table tr:first-child th,.works_table tr:first-child td{

}




.ico02 a {
	padding-top:2px;
	padding-left:17px;
	text-decoration:none;
	color:#000;
	background: url(../img/ico02_off.gif) no-repeat left 2px;
	}
.ico02 a:hover{
	padding-left:17px;
	text-decoration:underline;
	color:#88824e;
	background: url(../img/ico02_on.gif) no-repeat left 2px;
	}

.pagelink_waku01 {
	width: 510px;
	font-size: 13px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: left;
	float: left;
}

.pagelink_waku02 {
	width: 100%;
	font-size: 13px;
	color: #000;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: right;
	float: right;
	background-color: #FFF;
}

#main-cover {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	text-align: center;
}

#clinic-cover {
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	text-align: center;
}

#under-cover {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	text-align: center;
}

#under-cover2 {
	width: 1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	clear: both;
	text-align: center;
}

.col-membershield ul {
	padding: 0;
	width: 900px;
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.col-membershield ul li {
	float: left;
	width: 260px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 60px;
	list-style-type: none;
}

.col-membershield ul li:first-child{
	margin-left: 0px;
}

.list-name_all {
	text-align: center;
	background-color: #FFF;
	width: 100%;
	font-size: 12px;
	color: #000;
	line-height: 140%;
	}

.list-name_all_b {
	width: 100%;
	margin-bottom: 60px;
	}


.list-name_all p{
	font-size: 14px;
	font-weight: bold;
	color: #206DB5;
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.list-name_all a{
	text-decoration: none;
	color: #000;
	}
	
.list-name_all a:hover{
	text-decoration: underline;
	color: #206DB5;
	}
	

ul.clinic_in{
	padding: 0px;
	margin-bottom: 0px;
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	width: 355px;
}

ul.clinic_in li{
	list-style:none;
	float: left;
	margin-left: 5px;

}

ul.clinic_in li:first-child{
	margin-left: 0px;
}

.clinic_left {
	width: 355px;
	margin-bottom: 10px;
	text-align: left;
	float: left;
}

.clinic_rigth {
	width: 551px;
	margin-bottom: 10px;
	float: left;
	padding-left: 70px;

}

.clinic_name {
	width: 990px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;

}

.clinic_name h1 {
	font-size: 27px;
	padding: 0pt;
	color: #005AA9;
	margin-top: 0pt;
	margin-right: 0pt;
	margin-left: 5px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0px;
	float: left;
}


.clinic_line_name {
	clear: both;
	width: 990px;
	text-align: center;
	margin-bottom: 6px;
	margin-top: 0px;
}

.clinic_waku {
	width: 540px;
	border: 1px solid #005AA9;
	border-radius: 8px;
	background-color: #FFD;
	text-align: left;
	padding: 10px;
	line-height: 150%;
	margin-top: 0px;
	margin-bottom: 10px;
}

	
.menu_title {
	font-size: 18px;
	font-weight: bold;
	color: #005AAA;
	text-align: center;
	width: 100%;
	}
	
.about_title {
	font-size: 18px;
	font-weight: bold;
	color: #000066;

	}

#about_under {
	width: 980px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-bottom: 50px;
	}

.ico05 a {
	padding-top:3px;
	padding-left:17px;
	text-decoration:none;
	color:#005aaa;
	background: url(../img/ico05_off.gif) no-repeat left 2px;
	}
	.ico05 a:hover{
	padding-left:17px;
	text-decoration:underline;
	color:#88824e;
	background: url(../img/ico05_on.gif) no-repeat left 2px;
	}
	
/********** FAQ **********/

#QandA-2 {
	width: 95%;
	font-family: メイリオ;
	font-size: 16px; /*全体のフォントサイズ*/
	margin-right: auto;
	margin-left: auto;
}
#QandA-2 h3 {
	font-size: 18px;
	margin-top: 10px;
	color: #06C;
}
#QandA-2 dl {
	border: 1px solid #ccc;
}
#QandA-2 dt {
	font-weight: bold;
	color: #111; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #BCDAF2;
}
#QandA-2 dt:first-child {
	border-top: none;
}
#QandA-2 dt:before {
	content: "Q.";
	font-weight: bold;
	margin-right: 8px;
}
#QandA-2 dd {
	margin: 0;
	line-height: 140%;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#QandA-2 dd:first-line {
	font-weight: bold;
	color: #bf0000;
}
#QandA-2 dd:before {
	content: "A.";
	font-weight: bold;
	margin-right: 8px;
	margin-left: -21px;
}


#news-2 {
	width: 95%;
	font-family: "メイリオ";
	font-size: 14px; /*全体のフォントサイズ*/
	margin-right: auto;
	margin-left: auto;
	text-align: left;

}
#news-2 h3 {
	font-size: 18px;
	margin-top: 10px;
	color: #06C;
}
#news-2 dl {
	border: 1px solid #ccc;
}
#news-2 dt {
	font-weight: bold;
	color: #111; /* 「Q」タイトルの背景色 */
	padding: 8px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #BCDAF2;
}
#news-2 dt:first-child {
	border-top: none;
}

#news-2 dd {
	margin: 0;
	line-height: 160%;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#news-2 dd:first-line {
	font-weight: bold;
	color: #0066CC;
}





.contact_waku {
	font-size: 14px;
	color: #000000;
	width: 700px;
	line-height: 140%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.pri_waku {
	font-size: 14px;
	color: #000000;
	width: 700px;
	line-height: 140%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.contact_waku .input {
	margin-bottom: 8px;

}

.contact_table {
	width: 700px;
}

.contact_table th,.contact_table td{
	
	text-align: left;
	vertical-align: top;
	padding: 10px 0 10px 0;
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}

.contact_table th {
	width:150px;
	vertical-align:top;
}

.contact_table tr:first-child th,.contact_table tr:first-child td{
	
}

/* 左側トピックス部分 */
.topics {
	width: 445px;
	text-align: left;
	border: 1px solid #699ecd;
	font-size: 12px;
	margin-top: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 208px;
	overflow: auto;
	scrollbar-3dlight-color: #699ecd;
	scrollbar-arrow-color: #1C6AB4;
	scrollbar-darkshadow-color: #808080;
	scrollbar-face-color: #699ecd;
	scrollbar-highlight-color: #699ecd;
	scrollbar-shadow-color: #699ecd;
	scrollbar-track-color: #D2E9FF;
	}

.topics a {
	color: #000;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	}
	.topics a:hover{
	color: #0099CC;
	text-decoration: underline;
		}

.topics h3 {
	background-color: #387ebd;
	margin: 0px;
	padding: 4px;
	color: #FFF;
	}
.topics_t{
	padding:5px;
	line-height:1.4;
	font-size:12px;
	}

.topics p{
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	}

.topics .day{
	font-weight: bold;
	color: #000;
	margin-bottom: 3px;
	margin-left: 10px;
	}
	
.topics_dot{
	border: 1px solid #FFFFFF;
	margin-top: 5px;
	}

.dot_topic {
	margin: 0px;
	padding: 0px;
	background-image: url(../img/dot_b.gif);
	background-repeat: repeat-x;
	background-position: left 4px;
}

#company{
	width:838px;
	margin:0 auto;
	padding:0 ;
	}
#company1{
	margin: 0 auto;
	background-color: #D2E9FF;
	}

#company_l{
	width: 208px;
	text-align: left;
	float: left;
	background-color: #eff7ff;
	font-size: 14px;
	}

#company_r {
	width: 630px;
	text-align: left;
	float: right;
	line-height: 1.5;
	background-color: #D2E9FF;
	}
	
#company_r a{
	color:#005aaa;
	text-decoration:none;
	}
	#company_r a:hover {
	text-decoration: underline;
	color:#f2150f;
	}
	
ul.news_menu {
	width:1200px;
	padding: 0px;
	float:none;
	vertical-align: baseline;
	font-size: 12px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

ul.news_menu li{
	list-style:none;
	padding:0px;
	float:left;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 350px;
	}
	
	
ul.news_menu img {
	vertical-align: bottom;
}


.news_in_txt {
	width: 350px;
	margin-top: 20px;
	font-size: 15px;
	color: #000;
	line-height: 150%;
	text-align: center;
	background-color: #FFF;
	font-weight: bold;
}

.news_waku {
	width: 350px;
	border: 1px solid #999;
	height: 350px;
	background-color: #FFF;
}


.faq_waku {
	width: 100%;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.faq_waku .q{
	color: #FFF;
	background-color: #000;
	padding: 5px;
}

.faq_waku .a{
	color: #333;
	background-color: #FFF;
	padding: 5px;
}

.system_waku {
	width: 80%;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.system_waku .titletext{
	color: #FFF;
	background-color: #000000;
	padding: 5px;
	text-align: center;
}

.system_waku .intext{
	color: #333;
	background-color: #FFF;
	padding: 5px;
}

.system_waku .intext img{
	width: 20%;
	margin-right:15px;
	border: 1px solid #999;
}

/* 施術メニュー・料金 */

#pmenu {
	width: 100%;
	text-align: left;	
	}

#pmenu th {
	background-color:#363636;
	color:#fff;
	font-weight:bold;
	text-align:left;
	padding:0px;
	}

#pmenu .t1-1{
	border-right:solid 1px #b8b8b8;
	border-bottom:solid 1px #b8b8b8;
	}

#pmenu .t1-2{

	border-bottom:solid 1px #b8b8b8;
	}

#pmenu .t2-1{
	width:166px;
	border-top:solid 1px #b8b8b8;
	border-right:solid 1px #b8b8b8;
	border-bottom:solid 1px #b8b8b8;
	border-left:solid 1px #b8b8b8;
	background:#cae3f9;
	text-align:left;
	padding:10px;
	}

#pmenu .t2-1_2{
	border-top:solid 1px #b8b8b8;
	border-right:solid 1px #b8b8b8;
	border-bottom:solid 1px #b8b8b8;
	background:#fff;
	text-align:left;
	padding:10px;
	height: 50px;
	width:50%
	}

#pmenu .t2-3{
	
	border-right:solid 1px #b8b8b8;
	border-bottom:solid 1px #b8b8b8;
	background:#fff;
	text-align:left;
	padding:10px;
	height: 50px;
	width:50%
	}


/********** b) TEXT-ALIGN、VERTICAL-ALIGN **********/
.left{text-align:left;}
.center{text-align:center;}
.right{text-align:right;}
.bottom{vertical-align:bottom;}

/********** c) FONT **********/
.bold{font-weight:bold;}
.uline{text-decoration: underline;}
.white{color:#ffffff;}
.blue{color:#005aaa;}
.red{color:#f2150f;}

/********** n) MARGIN **********/
.mt00{margin-top:0px;}
.mt02{margin-top:2px;}
.mt03{margin-top:3px;}
.mt05{margin-top:5px;}
.mt06{margin-top:6px;}
.mt08{margin-top:8px;}
.mt10{margin-top:10px;}
.mt12{margin-top:12px;}
.mt13{margin-top:13px;}
.mt15{margin-top:15px;}
.mt18{margin-top:18px;}
.mt20{margin-top:20px;}
.mt22{margin-top:22px;}
.mt23{margin-top:23px;}
.mt25{margin-top:25px;}
.mt27{margin-top:27px;}
.mt28{margin-top:28px;}
.mt29{margin-top:29px;}
.mt30{margin-top:30px;}
.mt32{margin-top:32px;}
.mt35{margin-top:35px;}
.mt40{margin-top:40px;}
.mt50{margin-top:50px;}
.mt97{margin-top:97px;}
.mt198{margin-top:198px;}

.mr1{margin-right:1px;}
.mr2{margin-right:2px;}
.mr02{margin-right:2px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}

.mb0{margin-bottom:0px;}
.mb3{margin-bottom:3px;}
.mb5{margin-bottom:5px;}
.mb05{margin-bottom:5px;}
.mb06{margin-bottom:6px;}
.mb10{margin-bottom:10px;}
.mb11{margin-bottom:11px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb22{margin-bottom:22px;}
.mb24{margin-bottom:24px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb50{margin-bottom:50px;}

.ml2{margin-left:2px;}
.ml3{margin-left:3px;}
.ml5{margin-left:5px;}
.ml7{margin-left:7px;}
.ml10{margin-left:10px;}
.ml13{margin-left:13px;}
.ml14{margin-left:14px;}
.ml15{margin-left:15px;}
.ml16{margin-left:16px;}
.ml20{margin-left:20px;}
.ml22{margin-left:22px;}
.ml23{margin-left:23px;}
.ml30{margin-left:30px;}
.ml36{margin-left:36px;}
.ml37{margin-left:37px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}
.ml60{margin-left:60px;}
.ml70{margin-left:70px;}

/********** o) PADDING **********/
.pt5{padding-top:5px;}
.pt6{padding-top:6px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt35{padding-top:35px;}
.pt40{padding-top:40px;}

.pr2{padding-right:2px;}
.pr5{padding-right:5px;}
.pr10{padding-right:10px;}
.pr20{padding-right:20px;}
.pr30{padding-right:30px;}

.pb5{padding-bottom:5px;}
.pb6{padding-bottom:6px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}

.pl2{padding-left:2px;}
.pl3{padding-left:3px;}
.pl5{padding-left:5px;}
.pl8{padding-left:8px;}
.pl10{padding-left:10px;}
.pl20{padding-left:20px;}
.pl30{padding-left:30px;}

/* スマホに適用させるCSS */
@media screen and ( max-width:800px ) {

	.pc {
		display: none !important;
	}
	.mb {
		display: block !important;
	}

BODY {
	background-color: #005CB1;
	margin: 0px;
}


#top_main_photo_wrap {
	width: 100%;
	position: relative;
    min-height: 250px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/topmain.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap1 {
	width: 100%;
	position: relative;
    min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide01s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap2 {
	width: 100%;
	position: relative;
    min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide02s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap3 {
	width: 100%;
	position: relative;
    min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide03s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap4 {
	width: 100%;
	position: relative;
	min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/about_img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap5 {
	width: 100%;
	position: relative;
	min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/about_img04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap6 {
	width: 100%;
	position: relative;
	min-height: 420px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/about_img04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


.pri_waku {
	font-size: 14px;
	color: #000000;
	width: 90%;
	line-height: 140%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}	
	
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 55px;
	position: absolute;
}

/*#container img{
	width: 100%;

}*/

.mapimg {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.mapimg img{
	width: 100%;
	height: auto;
	}	
	
#slide {
    width: 100%;
    height: auto;
}

/*固定する背景*/
#kotei_top {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0%;
  margin-top:0px;
  width:100%;
}


#kotei {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  padding: 5%;
  width:100%;
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url('../img/slide01s.jpg');
}
.img-bg-02 {
  background-image: url('../img/slide02s.jpg');
}
.img-bg-03 {
  background-image: url('../img/slide03s.jpg');
}
.img-bg-04 {
  background-image: url('../img/slide01s.jpg');
}
.img-bg-05 {
  background-image: url('../img/slide02s.jpg');
}

/* ハンバーガー　*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

nav.globalMenuSp ul li img{
    padding: 0;
    width: 50px;
	height:10px;
	float:left
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


/* ハンバーガー用 */
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 10px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* タップ後 */
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

ul.undermenu {
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 25px;
	margin-right: 15px;
}

ul.undermenu li {
	display: inline-block;
	font-size: 13px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0px;
	
}

.contact_table {
	width: 90%;
}

.pagelink_waku02 {
	width: 100%;
	font-size: 12px;
	color: #000;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: right;
	float: right;
}

.link_btn01 {
	background: #000; /* 背景色 */
	color: #fff; /* 上下の余白、左右の余白 */
	text-decoration: none; /* デフォルトで入る下線を消す */
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	　-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	margin-top: 20px;
}
.link_btn01:hover {
  opacity: .7;
}

.link_btn02 {
	color: #fff; /* 上下の余白、左右の余白 */
	text-decoration: none; /* デフォルトで入る下線を消す */
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	　-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #000;
	border: 1px dotted #666;
	font-size: 16px;
}
.link_btn02:hover {
  opacity: .7;
}

.link_btn03 {
	color: #FFF; /* 上下の余白、左右の余白 */
	text-decoration: none; /* デフォルトで入る下線を消す */
	border-radius: 30px; /* 角を丸くする */
	transition-property: opacity;
	　-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 10px;
	background-color: #000;
	border: 1px dotted #666;
	font-size: 16px;
}
.link_btn03:hover {
  opacity: .7;
}

#main_wrap01 {
	width: 95%;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;

}	

#main_wrap02 {
	width: 100%;
	position: relative;
	
	z-index: 0;
	margin-right: auto;
	margin-left: auto;

}	

#main_wrap03 {
	width: 100%;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;

}	

.wrap_in {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	line-height: 140%;
	font-size: 12px;
	
	
}

.t3r {
	font-size: 14px;
	line-height: 160%;
	color: #FF0000;
}

.system_waku {
	width: 90%;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.system_waku .titletext{
	color: #FFF;
	background-color: #000;
	padding: 5px;
}

.system_waku .intext{
	color: #333;
	background-color: #FFF;
	padding: 5px;
}

.system_waku .intext img{
	width: 100%;
	text-align: center;
	margin-right: 0px;
	border: 1px solid #999;
}

.faq_waku {
	width: 100%;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

}



/* スマホに適用させるCSS（本来479pxだがテスト期間は600px） */
@media screen and ( max-width:479px ) {

	.pc {
		display: none !important;
	}
	.mb {
		display: block !important;
	}
	
.mapimg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.mapimg img{
	width: 100%;
	height: auto;
	}	
	
#container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
	position: absolute;
}

#footer {
	height: 150px;
	width: 95%;
	text-align: left;
	margin-top: 13px;
	color: #000000;
	font-size: 20px;
	margin-bottom: 0px;
	background-color: #B7B8B8;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 200%;
	}

/*#container img{
	width: 80%;

}*/

/*固定する背景*/
#kotei_top {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0%;
  margin-top:0px;
  width:100%;
}


#kotei {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  padding: 5%;
  width:100%;
}

/*各背景の画像*/
.img-bg-01 {
  background-image: url('../img/slide01s.jpg');
}
.img-bg-02 {
  background-image: url('../img/slide02s.jpg');
}
.img-bg-03 {
  background-image: url('../img/slide03s.jpg');
}
.img-bg-04 {
  background-image: url('../img/slide01s.jpg');
}
.img-bg-05 {
  background-image: url('../img/slide02s.jpg');
}

	
/* ハンバーガー　*/
nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    background: #fff;
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	
}
 
nav.globalMenuSp ul {
    background: #ccc;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}
 
nav.globalMenuSp ul li {
    font-size: 14px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px dotted #333;
}

nav.globalMenuSp ul li img{
    padding: 0;
    width: 50px;
	height:10px;
	float:left
}
 
/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
	display: block;
	color: #000;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
 
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}


/* ハンバーガー用 */
.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 10px;
    width: 42px;
    height: 51px;
    cursor: pointer;
    z-index: 3;
    background: #666;
    text-align: center;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 3px #eee;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 9px;
}
 
.navToggle span:nth-child(2) {
    top: 18px;
}
 
.navToggle span:nth-child(3) {
    top: 27px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}

/* タップ後 */
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mainContents .speech01boy.ind01 {
width:80.5%;
margin:0 32.5% 20px 5.2083%;
}
#mainContents .speech02boy.ind03 {
margin:0 16.66% 20px 16.66%;
}

.pagelink_waku02 {
	width: 100%;
	font-size: 10px;
	color: #000;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: right;
	float: right;
}

#top_main_photo_wrap {
	width: 100%;
	position: relative;
    min-height: 250px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/topmain.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap1 {
	width: 100%;
	position: relative;
    min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide01s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap2 {
	width: 100%;
	position: relative;
    min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide02s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap3 {
	width: 100%;
	position: relative;
    min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/slide03s.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap4 {
	width: 100%;
	position: relative;
	min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/about_img01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap5 {
	width: 100%;
	position: relative;
	min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/about_img04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#middle_main_photo_wrap6 {
	width: 100%;
	position: relative;
	min-height: 220px;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/about_img04.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}


#main_wrap01 {
	width: 95%;
	position: relative;
	
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	
	background-repeat: no-repeat;
	background-size: cover;
}	

#main_wrap02 {
	width: 100%;
	position: relative;
	
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	
	background-repeat: no-repeat;
	background-size: cover;
}	

#main_wrap03 {
	width: 100%;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	
	background-repeat: no-repeat;
}	

.wrap_in {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	line-height: 140%;
	font-size: 12px;
	
	
}

.t3r {
	font-size: 14px;
	line-height: 160%;
	color: #FF0000;
}

.system_waku {
	width: 90%;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.system_waku .titletext{
	color: #FFF;
	background-color: #000;
	padding: 5px;
}

.system_waku .intext{
	color: #333;
	background-color: #FFF;
	padding: 5px;
	font-size: 12px;
}

.system_waku .intext img{
	width: 100%;
	text-align:center;
	margin-right:0px;
}

.faq_waku {
	width: 100%;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}


}

#formWrap {
	width: 60%;
	margin: 0 auto;
	color: #555;
	line-height: 120%;
	font-size: 14px;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/*　簡易版レスポンシブ用CSS　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
