/* CSS Document */

/***********************************************/
/* CSS file						               */
/* data: 2013/11/11                            */
/* index:                                      */
/*   1# main_contents style				       */ 
/* 	 2# 1st contents style					   */
/* 	 3# 2st contents style				       */
/*   4# 3st contents styles					   */
/*   5# 4st contents styles				       */
/*   6# 5st contents styles				       */
/***********************************************/


p{
font-size: 15px;
line-height: 1.6;
}

/* 1# main_contents style -----------------------------------------------*/

.infiniteslide1{
	width: 100%;
	height: 400px;
}

.infiniteslide1 ul{
	margin: 0;
	padding: 0;
}
#main_img
{
	height:100%;
	position: relative;
}

#main_img02
{
	height:100%;
	position: relative;
	padding: 7em 0 5em 0;
}


.main_inner
{
	width: 1000px;
	margin: 0 auto;
}

.main_inner img{
	width: 1000px;
}

.text
{
	position: absolute;
	left: 20%;
	top: 38%;
	z-index: 100;
}

.clinic_info
{
	position: relative;
	z-index: 100;
	width: 1000px;
	margin: 0 auto;}
.clinic_info img
{
	position: absolute;
	top: -223px;
}

.main_contents
{
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	width: 1000px;
}

.main_contents.first
{
	padding: 25px 0 40px 0;
}

.main_contents .list
{
	background: url(../images/main_list_bg.png) no-repeat;
	height: 193px;
	width: 328px;
	float: left;
	margin: 0 5px 0 0;
}

.main_contents .list .list_img
{
	float: left;
}

.main_contents .list .list_ul
{
	width: 170px;
	height: 110px;
	float: left;
	list-style: none;
	padding: 7px 0 7px 5px;
	margin: 0 0 0 5px;
}

.main_contents .list .list_ul ul
{
	margin: 0 0 0 5px;
}

.main_contents .list .list_ul ul li
{
	list-style: none;
	background: url(../images/top_list.png) no-repeat left center;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
}


.main_contents .list .list_ul ul li a
{
	text-decoration: none;
}

.main_contents ul.navi
{
	list-style: none;
	margin: 7px 0 0 4px;
	padding: 10px;
	background-color: #F9F9F9;
	height: auto;
	overflow: hidden;
	border: 3px solid;
	border-color: #F2F2F2;
}

.main_contents ul.navi_top
{
	list-style: none;
	margin: 7px 0 0 4px;
	padding: 10px;
	background-color: none;
	height: auto;
	overflow: hidden;
}

.main_contents ul.navi_top li
{
	float: left;
	margin: 10px 12px 0 0px;
	padding: 0;
}


#navi .info
{
	width: 600px;
}

.main_contents .news
{
	border: dotted 1px #ccc;
	background-color: #FAFAFA;
	padding: 15px 5px 5px 5px;
	margin: 15px 0 30px;
}

.main_contents .news .blog_box{
	border-left: 3px solid;
	margin:0px 0px 10px 10px;
	width: 96%;
	border-color: #999999;
}

.main_contents .news .blog_box p{
	margin:0px 0px 0px 10px;
	padding:0px;
	font-size: 12px;
}

#container .main_contents .clinic {
	width: 315px;
	border: 1px solid #ccc;
	float: left;
	margin: 10px 10px 0 0;
	background-color: #FFFFFF;
	height: 300px;
}


/* 2# 1st contents style -----------------------------------------------*/

#container_first
{
	/*background: url(../images/first_bg.jpg) no-repeat center top;*/
	padding: 0;
	margin: 0 0 0 0;
}
#container_first_bg
{
	background: url(../images/first_bg.jpg) no-repeat 50% 0px;
}
	

#container_first p
{
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 2em;
	padding: 10px 5px 0 5px;
}

#navi
{
	width: 1000px;
	position: relative;
}

#container_first h1
{
	text-align: center;
	font-size: 46px;
	color: #333333;
	font-weight: normal;
	margin: 50px 0 20px 0;
	line-height: 145%;
	font-family: "�ｭ�ｳ �ｰ譏取悃", "MS PMincho", "繝偵Λ繧ｮ繝取�譛� Pro W3", "Hiragino Mincho Pro", serif;
}

#container_first h1 span
{
	font-size: 15px;
	padding: 10px 0 0 0;
}



#container_first h4		
{
	font-size: 18px;
	font-weight: normal;
	color: #3D3B3C;
	padding: 10px 0 10px 40px;
	margin: 10px 0;
}		
#container_first p.catch
{
	text-align: center;
	font-size: 16px;
}

#container_first .navi_box_01
{
	width: 310px;
	float: left;
	margin: 0 10px 0 15px;
}

#container_first .navi_box_02
{
	width: 310px;
	float: left;
	margin: 0 10px 0;
}

#container_first .navi_box_03
{
	width: 310px;
	float: left;
	margin: 0 10px 0 10px;
}





#container_first .navi_box p
{
	margin: 0 0 2px;
}

.scale {
	width: 300px;
	height: 280px;
	overflow: hidden;
}
.scale img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}



.spinner2 {
  width: 280px;
  height: 280px;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #94CDF3;
	opacity: 0.85;
	/* [disabled]position: absolute; */
	top: 0;
	left: 0;
	-webkit-animation: bounce 4.0s infinite ease-in-out;
	animation: bounce 4.0s infinite ease-in-out;
	position: absolute;
}

.double-bounce2 {
  /*繝昴う繝ｳ繝茨ｼ托ｼ夐≦蟒ｶ譎る俣*/
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { transform: scale(0.0) }
  50% { transform: scale(1.0) }
}

.double-bounce1 span
{
	position: absolute;
}

img.blinking_01 {
	animation: animation02 3s infinite ease 3s both;
  animation-iteration-count: 5; 
}
@keyframes animation02 {
	from {
		transform: rotateX(0deg);
	}
	to {
		transform: rotateX(360deg);
	}
}

img.blinking_02{
	animation: animation02 4s infinite ease 5s both;
  animation-iteration-count: 5; 
}
@keyframes animation02 {
	from {
		transform: rotateX(0deg);
	}
	to {
		transform: rotateX(360deg);
	}
}

img.blinking_03 {
	animation: animation02 3s infinite ease 7s both;
  animation-iteration-count: 5; 
}
@keyframes animation02 {
	from {
		transform: rotateX(0deg);
	}
	to {
		transform: rotateX(360deg);
	}
}


.balloon-2-top {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 240px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	background: #19283C;
	z-index: 0;
}
.balloon-2-top:after {
	content: "";
	position: absolute;
	top: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #19283C transparent;
}


.balloon-2-bottom {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	width: auto;
	min-width: 230px;
	height: 40px;
	color: #F6F6F6;
	line-height: 40px;
	text-align: center;
	z-index: 0;
	background-color: #203F6F;
}
.balloon-2-bottom:after {
	content: "";
	position: absolute;
	bottom: -10px; left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #203F6F transparent transparent transparent;
}

#animation-container {   
  animation: skew 2s; 
  animation-iteration-count: 8; 
  -webkit-animation: skew 2s; /* Safari & Chrome */
  -webkit-animation-iteration-count: 10;
  background-image: url('../images/point_01.png');
  background-repeat: no-repeat; 
  height: 280px; 
  width: 280px; 
}
@keyframes skew { 
  0%  { transform: skew(0deg,0deg) ; } 
  25% { transform: skew(20deg, 20deg);  } 
  75% { transform: skew(-20deg, -20deg);  } 
  100% { transform: skew(0deg,0deg)        } 
} 
@-webkit-keyframes skew { 
  0%  { -webkit-transform: skew(0deg,0deg) ; } 
  25% { -webkit-transform: skew(10deg, 10deg);  } 
  75% { -webkit-transform: skew(-20deg, -20deg);  } 
  100% { -webkit-transform: skew(0deg,0deg); } 
}



/* 3# 3st contents style -----------------------------------------------*/

#container_second
{
	height: 100%;
	padding: 0 0 20px;
	margin: 0px 0 0 0;
	clear: both;
	height: auto;
	position: relative;
}
#container_second p
{
	margin: 5px 0 0 0;
	font-size: 16px;
	line-height: 2em;
	padding: 10px 5px 0 5px;
}
#container_second table
{
	width: 80%;
    margin: 30px 0;
    box-sizing: border-box;
}

#container_second .left_area,
#container_second .right_area,
#container_first .left_area,
.main_contents .left_area{
	margin-top: 15px;
	width: 100%;
	margin: 15px 0 30px 0;
}

#container_second .left_area dl,
#container_first .left_area dl,
.main_contents .left_area dl{
	width: 98%;
}


#container_second .left_area dd,
#container_first .left_area dd,
.main_contents .left_area dd
{
	padding: 0 0 10px 5px;
	margin: 0;
	line-height: 200%;
	font-size: 16px;
}
#container_second .left_area dd img,
#container_first .left_area dd img
{
	margin: 15px 0 0 0;
}

#container_second .right_area dt
{
	background: url(../images/second_list_bg_pink.png) no-repeat left center;
	padding: 0 0 0 45px;
	font-size: 25px;
	color: #F8A0A2;
}

#container_second .right_area dd
{
	padding: 0 0 10px 45px;
	margin: 0;
}

#container_second .right_area dt a
{
	color: #F99;
}



#container_second h4
{
	font-size: 20px;
}

#container_second h4 span
{
	font-size: 14px;
	color: #CCC;
}

.second_title_bg
{
	width: auto;
	margin: 0 auto;
	background: url(../images/second_title_bg.png);
	height: 65px;
}

.inner
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}



/*繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝舌ャ繧ｯ繧ｰ繝ｩ繧ｦ繝ｳ繝峨き繝ｩ繝ｼ*/

.main_contents h2.bg_pink
{
	background-color: #F8A0A2;
	padding: 8px 15px 8px 10px;
	color: #FFF;
	font-size: 25px;
	letter-spacing: 4px;
	margin: 25px 0 40px 0;
	clear: both;
}

.main_contents h2.bg_green
{
	background-color: #78C788;
	padding: 8px 15px 8px 10px;
	color: #fff;
	font-size: 25px;
	letter-spacing: 4px;
	margin: 25px 0 40px 0;
	clear: both;
}

.bg_blue






.main_contents h5
{
	padding: 10px 0 5px 5px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}
.main_contents h6
{
	margin:40px 0 10px 0;
	padding: 10px 0 5px 5px;
	font-size: 14px;
	font-weight: normal;
	border-left: 2px solid #ccc;
}


.left_area
{
	float: left;
	width: 450px;
}

.right_area
{
	float: left;
	margin: 0 0 0 45px;
}


.text_right
{
	float: right;
	width: 515px;
	height: 200px;
	margin: 0 0 0 0;
}

.text_left
{
	float: left;
	width: 450px;
	height: 180px;
	margin: 0 0px 0 0;
}

.text_inner
{
	padding: 10px 20px 0 15px;
}


.square
{
	background-color: #999999;
	padding: 10px 5px;
	font-size: 20px;
	border-radius: 10px;
	color: #fff;
	margin: 0 12px;
	text-align: center;
}



/* 4# 4st contents style -----------------------------------------------*/

#container_third
{
	padding:0 0 50px 0;
	margin: 0px 0 0 0;
	height:  auto;
	background-color: #E5F3FF;
	clear: both;
}

#container_third h2{
	color:#4277BF;
    padding: 50px 0 20px;	
	font-size: 30px;
}

#container_third p
{
	color: #333;
	font-size: 16px;
}


.inner
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}



#block_01
{
	position: relative;
	height: 1900px;
}

.photo_01
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 703px;
	top: 0px;
}
	
.text_01
{
	position: absolute;
	width: 675px;
	height: 175px;
	left: 1px;
	top: 46px;
}


.photo_02
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 1px;
	top: 259px;
}
	
.text_02
{
	position: absolute;
	width: 663px;
	height: 182px;
	left: 321px;
	top: 290px;
}


.photo_03
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 706px;
	top: 542px;
}
	
.text_03
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 2px;
	top: 550px;
}

.photo_04
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 0px;
	top: 896px;
}
	
.text_04
{
	position: absolute;
	width: 673px;
	height: 175px;
	left: 320px;
	top: 927px;
}


.photo_05
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 703px;
	top: 1145px;
}
	
.text_05
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 1px;
	top: 1196px;
}

.photo_06
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 3px;
	top: 1432px;
}
.text_06
{
	position: absolute;
	width: 673px;
	height: 175px;
	left: 324px;
	top: 1467px;
}
.photo_07
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 706px;
	top: 1687px;
}
	
.text_07
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 5px;
	top: 1724px;
}

.photo_08
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 3px;
	top: 1928px;
}
.text_08
{
	position: absolute;
	width: 673px;
	height: 175px;
	left: 322px;
	top: 1982px;
}

.inner
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}


#block_02
{
	position: relative;
	height: 1400px;
}


/* 5# 5st contents style -----------------------------------------------*/

#container_fourth
{
	padding: 0;
	margin: -2px 0 0 0;
	background: url(../images/fourth_bg.png);
	overflow: hidden;
}

#container_fourth p
{
	color:  #333;
}

.fourth_title_bg
{
	width: auto;
	margin: 0 auto;
	background: url(../images/fourth_title_bg.png) repeat-x;
}




/* 6# 6st contents style -----------------------------------------------*/

#container_fifth
{
	padding: 0 0 20px;
	margin: 0px 0 0 0;
	clear: both;
	height:auto;
}
#container_fifth p
{
	margin: 5px 0 0 0;
	padding: 10px 5px 0 5px;
}

#container_fifth .left_area,
#container_fifth .right_area,
#container_first .left_area,
.main_contents .left_area {
	margin-top: 15px;
	width: 100%;
	margin: 15px 0 30px 0;
}

#container_fifth .left_area dl,
#container_first .left_area dl,
.main_contents .left_area dl{
	width: 98%;
}

#container_fifth .left_area dt,
#container_first .left_area dt,
.main_contents .left_area dt
{
	background: url(../images/second_list_bg.png) no-repeat left center;
	padding: 0 0 0 45px;
	font-size: 25px;
	color: #4DA6FF;
	margin: 0 0 15px 0;
}

h3.arrow{
	background: url(../images/second_list_bg.png) no-repeat left center;
	padding: 0 0 0 45px;
	font-size: 25px;
	color: #4DA6FF;
	margin: 0 0 15px 0;
	border: none;
}

#container_fifth .left_area dd,
#container_first .left_area dd,
.main_contents .left_area dd
{
	padding: 0 0 10px 5px;
	margin: 0;
	line-height: 200%;
}
#container_fifth .left_area dd img,
#container_first .left_area dd img
{
	margin: 15px 0 0 0;
}

#container_fifth .right_area dt
{
	background: url(../images/second_list_bg_pink.png) no-repeat left center;
	padding: 0 0 0 45px;
	font-size: 25px;
	color: #F8A0A2;
}

#container_fifth .right_area dd
{
	padding: 0 0 10px 45px;
	margin: 0;
}

#container_fifth .right_area dt a
{
	color: #F99;
}



#container_fifth h4
{
	font-size: 20px;
}

#container_fifth h4 span
{
	font-size: 14px;
	color: #CCC;
}

.fifth_title_bg
{
	width: auto;
	margin: 0 auto;
	background: url(../images/second_title_bg.png);
	height: 65px;
}

.inner
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}


.main_contents h2.bg_pink
{
	background-color: #666666;
	padding: 8px 15px 8px 10px;
	color: #fff;
	font-size: 25px;
	letter-spacing: 4px;
	margin: 25px 0 40px 0;
	clear: both;
}

.main_contents h2.bg_green
{
	background-color: #78C788;
	padding: 8px 15px 8px 10px;
	color: #fff;
	font-size: 25px;
	letter-spacing: 4px;
	margin: 25px 0 40px 0;
	clear: both;
}



.main_contents h4
{
	background: url(../images/h4_bg.jpg) no-repeat left;
	padding: 10px 0 10px 30px;
	font-size: 20px;
	font-weight: normal;
	margin: 30px 0 0 0;;
}




.main_contents h5
{
	padding: 5px 0 5px 5px;
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin: 0;
}

.left_area
{
	float: left;
	width: 450px;
}

.right_area
{
	float: left;
	margin: 0 0 0 45px;
}


.text_right
{
	float: right;
	width: 515px;
	height: 200px;
	margin: 0 0 0 0;
}

.text_left
{
	float: left;
	width: 450px;
	height: 180px;
	margin: 0 0px 0 0;
}

.text_inner
{
	padding: 10px 20px 0 15px;
}

#container_fifth table
{
	width: auto;
	margin: 10px 0 0 10px;
}

#container_fifth table th
{
	background-color: #3F75C1;
	color: #fff;
	font-size: 20px;
}
#container_fifth table td
{
	color: #4F4D4D;
	font-size: 13px;
	/*text-align:center;*/
}

#container_fifth table th.before
{
	background-color: #9BBBEC;
}

#container_fifth table th.after
{
	background-color:#F99;
}


#container_fifth table th.color_01
{
	background-color: #CCCCCC;
}

#container_fifth table th.color_02
{
	background-color: #A3A3A3;
}

#container_fifth table th.color_03
{
	background-color: #797979;
}
#container_fifth table th.color_04
{
	background-color: #515151;
}

.square
{
	background-color: #999999;
	padding: 10px 5px;
	font-size: 20px;
	border-radius: 10px;
	color: #fff;
	margin: 0 12px;
	text-align: center;
}

#block_02
{
	position: relative;
	height: 2300px;
}

.photo_01
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 703px;
	top: 0px;
}
	
.text_01
{
	position: absolute;
	width: 675px;
	height: 175px;
	left: 4px;
	top: -15px;
}


.photo_02
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 1px;
	top: 287px;
}
	
.text_02
{
	position: absolute;
	width: 663px;
	height: 182px;
	left: 320px;
	top: 313px;
}


.photo_03
{
	position: absolute;
	width: 300px;
	height: 175px;
	left: 703px;
	top: 573px;
}
	
.text_03
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 3px;
	top: 635px;
}

.photo_04
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 5px;
	top: 889px;
}
	
.text_04
{
	position: absolute;
	width: 673px;
	height: 175px;
	left: 323px;
	top: 883px;
}


.photo_05
{
	position: absolute;
	width: 300px;
	height: 175px;
	left: 703px;
	top: 1120px;
}
	
.text_05
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 5px;
	top: 1211px;
}

.photo_06
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 5px;
	top: 1425px;
}
.text_06
{
	position: absolute;
	width: 673px;
	height: 175px;
	left: 327px;
	top: 1487px;
}
.photo_07
{
	position: absolute;
	width: 300px;
	height: 175px;
	left: 705px;
	top: 1694px;
}
	
.text_07
{
	position: absolute;
	width: 699px;
	height: 175px;
	left: 9px;
	top: 1758px;
}

.photo_08
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 6px;
	top: 1990px;
}
.text_08
{
	position: absolute;
	width: 673px;
	height: 175px;
	left: 322px;
	top: 2071px;
}

.photo_09
{
	width: 276px;
	height: 272px;
	position: absolute;
	left: 3px;
	top: 2026px;
}
.text_09
{
	position: absolute;
	width: 673px;
	height: 175px;
	left: 324px;
	top: 2259px;
}

table p
{
	font-size: 16px;
	color: #666;
	margin: 0;
	vertical-align:middle;
}


.main_contents p.opnion
{
	font-size: 16px;
	line-height: 30px;
	letter-spacing:3px;
}

th.color_01
{
	background-color: #84B4E5 !important;
}

th.color_02
{
	background-color: #B7D1EA !important;
}

table th,
table td,
table tr{
	margin:3px auto;
	padding:3px;
}
table td.border_none
{
	border-bottom:none;
	border-top:none;
	vertical-align:middle;
}

table.w_80
{
	width:80%;
}


.first_text_area
{
	padding: 670px 0 0 0;
	width: 1000px;
	margin: 0 auto;
}
#container_first.main_contents first clear table
{
	width:100%;
}


/*繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ2019霑ｽ蜉�蛻�ｼ医◆縺具ｼ�*/

/*繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ蜈ｱ騾�*/

/*繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ隕句�縺�*/

.h2_bg{
	width: 100%;
	margin: 30px auto;
	background: -moz-linear-gradient(top, #c7e0f9, #73B9FF);
	background: -webkit-linear-gradient(top, #c7e0f9, #73B9FF);
	background: linear-gradient(to bottom, #c7e0f9, #73B9FF);
	border-top: 3px solid #C2CBD5;
	box-sizing: border-box;
}

h2{
	width: 1000px;
	color: #FFF;
	margin: 0 auto;
	padding: 10px;
	font-size: 28px;
	text-align: center;
	box-sizing: border-box;
}

h3{
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	padding:15px;
	letter-spacing: 2px;
	line-height: 150%;
	height:auto;
	box-sizing: border-box;
	border:1px solid #C2CBD5;
	background: -moz-linear-gradient(top, #FBFBFB, #EBEBEB);
	background: -webkit-linear-gradient(top, #FBFBFB, #EBEBEB);
	background: linear-gradient(to bottom, #FBFBFB, #EBEBEB);
}

h3 span{
	border-left:3px solid #4177BF;
	padding-left: 10px;
}

/*繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼbox*/

.box_left{
	width: 49%;
	float: left;
}

 .box_01  {
	border: solid 5px;
	padding: 10px 5px;
	border-color: #CCCCCC;
	margin: 12px 0;
}

.box_01 ul li{
	font-size: 16px;
	padding-bottom: 10px;
	list-style: none;
}

.box_01 ul li:last-child{
	padding-bottom:0;

}

.box_01 ul li:before{
	content:"\f521";
	font-family: "Font Awesome 5 free";
	padding-right: 10px;
	font-weight: bold;
}

/*繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼ繝ｼtable*/

table{
	margin: 20px 0;
	box-sizing: border-box;
}

table.table02 th,
table.table02 td{
	border-collapse: collapse;
	margin: 0;
}
table th,table td{
	padding: 10px;
}

#container_first table.table01
{
	width: auto;
}

table.table01 img{
	width: 100%;
}

table.table01 th,
table.table01 td{
	width: 50%;
}


table.table02{
	width: 100%;
}

table.table02 th{
	width:200px;
}

.counseling{
	margin: 50px 0;
}

footer .sp_footer_link{
	display: none;
}