@charset "UTF-8";



html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
audio,
video,
img {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}
ul,
ol {
	list-style: none;
}
img {
	border: 0;
	vertical-align: bottom;
	width: 100%;
}
* {
	word-break: break-all;
}

body {
	height: 100%;
	color: #000;
	font-size: 1.4rem;
	line-height: 1.4;
	background:#fff;
}

html {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	-webkit-overflow-x: hidden;
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
	font-family: sans-serif;
}

a {
	text-decoration: underline;
	color: #333;
}



body > #wrapper {
	margin: 0 auto;
	width: 63%;
	width: 480px;
}

@media screen and (max-width: 480px) {
  body > #wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 320px) {
  body > #wrapper {
    width: 320px;
  }
}


/*a {-webkit-tap-highlight-color: rgba(2, 109, 236, 0.9); // �^�b�v���̔��]�F} */


section:after {
	display: block;
	clear: both;
	content: '.';
	visibility: hidden;
	height: 0;
}




em{
	font-weight: bold;
	font-style:normal;
}
.red {
	color:#ff0000;
	font-weight: bold;
}




 
#wrapper {
	width: 100%;
	margin: 0 auto;
	background:#fff;
}


.telbox{
	margin: 3% auto 0 auto;
	position: relative;
}
.telbox p {
	padding:0 ;
	margin:0;
}
.telbox p.torihiki_btn {
	width: 40%;
	float: right;
	margin-right: 1%;
	padding-bottom: 2%;
}



.attention {
	clear: both;
	text-align: center;
	padding: 2%;
}
.attention h3{
	font-size: 2.0rem;
}

.check_list {
	width: 95%;
	border:solid  1px #095b3a;
	margin: 2% auto 0 auto;
}
ul.check {
	margin: 1% 1% 1% 2%;
}
ul.check  li {
	background: url(../img/check_mark.png) 0 4% no-repeat ;
	-moz-background-size: 4% auto ;
	background-size: 4% auto; 
	padding-left: 5%;
	font-size: 120%;
	line-height:120%;
	list-style:none;
	text-align: left;
	padding-top: 2%;
	font-weight: bold;
}



.section01{
	text-align:center;
	margin: 2% auto 0 auto;
}


.section02{
	width: 100%;
	margin: 0 auto;
}
.section02 h3{
	margin-bottom: 1%;
}
.section02 p.border{
	margin-top: 2%;
	background: url(../img/border.png) top left no-repeat;
	padding: 3% 2% 2% 2%;
}

p.text01 {
	width:96%;
	padding-left: 2%;
	margin: 10% 0;
	font-size:120%;
}
p.textbig {
	font-size: 1.6rem;
}
p.text02 {
	width:96%;
	padding-left: 2%;
	margin: 2% 0;
	text-align :right;
}
.section04_02 {
	float: right;
	width :35%;
	margin-left: 1%;
}

.section04_photo p {
	text-align: center;
	padding: 2% 0 0 0 ;
}

.doctor_text{
	margin: 3% auto ;
	width: 75%;
	padding-left: 22%;
	background: url(../img/section06_03.png) top left no-repeat;
	-moz-background-size: 20% auto;
	background-size: 20% auto; 
}

.section08_02 {
	float: right;
	width :25%;
	margin-left: 1%;
}
.section09_02 {
	float: right;
	width :25%;
	margin-left: 1%;
}
.section11_02 {
	text-align :center;
}
.section11_02 img{
	width:80%;
}
.section12_02{
	text-align :center;
	margin: 2% auto ;
}
.section12_02 img{
	width:40%;
}
.arrow{
	text-align :center;
	margin: 2% auto ;
}
.arrow img{
	width:40%;
}
.section13 .h4_in{
	width:96%;
	margin: 2% 1% 0 1%;
	background:#e8faee;
	padding: 1%;
}
.section13 .h4_in h4{
	font-size: 1.7rem;
	border-left: solid 8px #18592e;
	padding-left: 12px;
	line-height: 120%;
}

.movie{
	width: 300px;
	margin: 2% auto 0 auto;
}





.green_line {
	border-top: solid 3px #18592e;
	padding-top: 4%;
	margin-top: 4%;
	border-bottom: solid 3px #18592e;
	padding-bottom: 4%;
	margin-bottom: 4%;
}


.red_attention {
	width: 90%;
	margin: 4% auto 0 auto;
	border: solid 3px #ff0000;
	padding: 2%;
}
.red_attention h3 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 1.5%;
}
.red_attention h3 img {
	width: 30%;
}
.red_attention p {
	text-align: center;
	font-size: 1.1rem;
}


p.image_in{
	margin: 0 0 0 0 !important ;
	text-align: center !important;
}

.inyou {
	clear: both;
	margin: 0 2% !important ;
	background:#eeeeee;
	padding: 2%;
	font-size: 100%;
}








.offer {
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	-moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
	behavior: url(border-radius.htc);   /* for IE */
	background: #fffff4; 
	border:solid 3px #063616;
	width: 96%;
	margin: 30px auto ;
	position: relative;
}

.offer h3{
	text-align :center;
	margin: 0 auto;
	background: #025b36;
	padding: 10px;
}
.offer .offer02{
	width: 96%;
	margin: 20px auto 10px auto;
}
.offer .price_comment{
	color:#000;
	font-weight: bold;
	font-size: 14px;
	text-align :center;
}

.button_base{
	color:#fff;
	text-align:center;
	font-weight: bold !important;
	margin: 10px auto;
	cursor: pointer;
	display: block;
	border: 0 !important;
	width: 98%;
	border-radius :0 !important;
	text-shadow:0 !important;
	padding: 5% 0 5% 0 ; !important;
	text-decoration:none;
}

.button_offer_green_01{
	font-size: 16px;
	background: url(../img/button_offer_green_animation_01.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}
.button_offer_green_01:hover{
	background: url(../img/button_offer_green_animation_01_over.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}


.button_offer_green_02{
	font-size: 13px;
	background: url(../img/button_offer_green_animation_01.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
	line-height: 180%;
}
.button_offer_green_02:hover{
	background: url(../img/button_offer_green_animation_01_over.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}

.button_offer_green_03{
	letter-spacing: -0.05em;
	text-indent: -0.5em;
	font-size: 150%;
	background: url(../img/button_offer_green_animation_01.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
	line-height: 80%;
}
.button_offer_green_03:hover{
	background: url(../img/button_offer_green_animation_01_over.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}

.button_offer_green_04{
	letter-spacing: -0.05em;
	text-indent: -0.5em;
	font-size: 18px;
	background: url(../img/button_offer_green_01.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}
.button_offer_green_04:hover{
	background: url(../img/button_offer_green_animation_01_over.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}

.button_offer_green_05{
	letter-spacing: -0.05em;
	font-size: 18px;
	width: 94%;
	background: #7ac318;
	border-radius :4px !important;
	padding: 4% 0 4% 0 ; !important;
}
.button_offer_green_05:hover{
	background: #00B200;
}


.button_offer_blue_01{
	font-size: 16px;
	background: url(../img/button_offer_blue_animation_01.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}
.button_offer_blue_01:hover{
	background: url(../img/button_offer_blue_animation_01_over.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}


.button_offer_blue_02{
	font-size: 13px;
	background: url(../img/button_offer_blue_animation_01.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
	line-height: 180%;
}
.button_offer_blue_02:hover{
	background: url(../img/button_offer_blue_animation_01_over.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}


.button_offer_blue_03{
	letter-spacing: -0.05em;
	text-indent: -0.5em;
	font-size: 18px;
	background: url(../img/button_offer_blue_animation_01.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
	line-height: 140%;
}
.button_offer_blue_03:hover{
	background: url(../img/button_offer_blue_animation_01_over.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}


.button_offer_blue_04{
	letter-spacing: -0.05em;
	text-indent: -0.5em;
	font-size: 18px;
	background: url(../img/button_offer_blue_01.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}
.button_offer_blue_04:hover{
	background: url(../img/button_offer_blue_animation_01_over.gif) left top no-repeat;
	-moz-background-size: 100% auto;
	background-size: 100% auto; 
}

.button_offer_blue_05{
	letter-spacing: -0.05em;
	font-size: 200%;
	width: 94%;
	background: #0067F1;
	border-radius :4px !important;
	padding: 4% 0 4% 0 ; !important;
}
.button_offer_blue_05:hover{
	background: #0055C8;
}



.offer .offer_btn_off{
	width: 750px;
	margin: 0 auto 0 auto;
}
.offer .offer03{
	width: 790px;
	margin: 0 auto 0 auto;
}
.offer .offer04{
	width: 790px;
	margin: 0 auto 5px auto;
}






.mt10 {
	margin-top: 1.5% !important;
}
.pt10 {
	padding-top: 1.5% !important;
}
.mt20 {
	margin-top: 2.5% !important;
}
.pt20 {
	padding-top: 2.5% !important;
}
.mt30 {
	margin-top: 3.5% !important;
}
.pt30 {
	padding-top: 3.5% !important;
}
.mt40 {
	margin-top: 4.5% !important;
}
.pt40 {
	padding-top: 4.5% !important;
}
.pb20 {
	padding-bottom: 2.5%;
}
.mb20 {
	margin-bottom: 2.5% !important;
}
.mb30 {
	margin-bottom: 3.5% !important;
}
.mb40 {
	margin-bottom: 4.5% !important;
}


.view_voice {
	width: 98%;  
	margin: 2% 0 0 1%;
}


.voice {
	clear: both;
	width: 94%;
	margin: 5% 0 7% 2%;
	clear: both;
	text-align :center;
	padding: 2% 1%;
	position: relative;
	-moz-box-shadow: 1px 1px 4px #666; /* FireFox */
	-webkit-box-shadow: 1px 1px 4px #666; /* webkit */
	box-shadow:1px 1px 4px #666;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=135,strength=4,enabled=true); /* IE5.5+ */
	background:#fff; /* IE Hack */
}
.voice .voice_mark {
	position: absolute;
	top: -2%;
	left: -1%;
	width: 10%;
}


/* accordion_voice
===========================================================*/
dl.accordion_voice {   width: 98%;  margin: 2% 0 0 1%; }
dl.accordion_voice dt {
	margin: 0 auto;
	width: 98%; 
	cursor: pointer;
	background:url(../img/view_voice_off.png) left top no-repeat ;
	-moz-background-size: 100% auto ;
	background-size: 100% auto; 
}
dl.accordion_voice dt.open {
	margin: 0 auto;
	width: 98%; 
	background:url(../img/view_voice_off.png) left top no-repeat ;
	-moz-background-size: 100% auto ;
	background-size: 100% auto; 
}
dl.accordion_voice dt:hover{
	margin: 0 auto;
	width: 98%; 
	background:url(../img/view_voice_off.png) left top no-repeat ;
	-moz-background-size: 100% auto ;
	background-size: 100% auto; 
}
dl.accordion_voice dd {  
	display:none; padding: 0 0 2% 1%; width:98%;  margin: 0 0 0 0 ;
}

dl.accordion_voice dd p {  
	margin: 1% 0 0 0;
	text-align :center;
}





.faq {
	width: 100%;
	margin: 5% auto 0 auto;
}

/* accordion
===========================================================*/
dl.accordion {  width: 96%;  margin: 2% auto 0 auto; }
dl.accordion dt {
	margin: 0 auto;
	width: 96%; 
	cursor: pointer;
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	-moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
	behavior: url(border-radius.htc);   /* for IE */
	background: #fae47b; /* Old browsers */
	border:solid 3px #f7b97c;

}

dl.accordion dt.open {
	margin: 0 auto;
	width: 96%; 
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	-moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
	behavior: url(border-radius.htc);   /* for IE */
	background: #fae47b; /* Old browsers */
	border:solid 3px #f7b97c;
}
dl.accordion dt:hover{
	margin: 0 auto;
	width: 96%; 
	-webkit-border-radius: 10px;     /* for Safari and Chrome */
	-moz-border-radius: 10px;    /* for Firefox */
	-o-border-radius: 10px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:10px;   /* Linux browsers */
	border-radius: 10px;     /* CSS3 */
	behavior: url(border-radius.htc);   /* for IE */
	background: #fae47b; /* Old browsers */
	border:solid 3px #f7b97c;
}
dl.accordion dd {  
	display:none; padding: 2% 0 0 0; width: 96%; margin: 0 0 0 0 ;
}
div.question_box {  
	margin:  0 0 2% 2%;
}
div.q  {  
	padding: 2%;
	background: #e8f5ec;
}
div.q_space  {  
	font-weight: bold;
	padding-left: 8%;
	background: url(../img/faq_q.png) left top no-repeat;
	-moz-background-size: 6% auto;
	background-size: 6% auto; 
}
div.a  {  
	margin: 2%;
	background: url(../img/faq_a.png) left top no-repeat;
	padding-left: 8%;
	padding-bottom: 2%;
	-moz-background-size: 6% auto;
	background-size: 6% auto; 
}
















footer {
	margin-top: 4%;
	width: 100%;
	padding: 3% 0 2% 0;
	background: #095b3a;
}
footer #footer_cont01 {
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	text-align :center;
	background: #ffffff;
}

footer #footer_cont01 p.footer01  {
	font-size: 1.4rem;
	line-height: 130%;
	margin: 0 0 5px 0 !important;
	padding: 0 0 0 0 !important;
	text-align :center;
}

footer #footer_cont01 p.footer02  {
	font-size: 2.9rem;
	line-height: 130%;
	margin: 0 0 0 0 ;
	padding: 0 0 0 0 ;
}
footer #footer_cont01 .smalltxt {
	font-size: 15px;
	margin: 5px 0 0 0 ;
	padding: 0 0 0 0 ;
}
footer #footer_cont01 p.footer02 img {
	width: 10%;
}
footer #footer_cont02 {
	width: 96%;
	margin: 0 auto;
	padding: 2%;
	text-align :center;
}

footer #footer_cont02 .moushikomi {
	text-align :center;
	padding: 2%;
	margin: 0 auto;
	width:86%;
	display: block;
	border:solid 3px #fff;
	font-size: 1.5rem;
	text-decoration:none;
	background: #ffdf88; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZmRmODgiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MyUiIHN0b3AtY29sb3I9IiNmYmQ0NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffdf88 51%, #fbd46a 53%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(51%,#ffdf88), color-stop(53%,#fbd46a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffdf88 51%,#fbd46a 53%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffdf88 51%,#fbd46a 53%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffdf88 51%,#fbd46a 53%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffdf88 51%,#fbd46a 53%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf88', endColorstr='#fbd46a',GradientType=0 ); /* IE6-8 */

	-webkit-border-radius: 5px;     /* for Safari and Chrome */
	-moz-border-radius: 5px;    /* for Firefox */
	-o-border-radius: 5px;  /* when Opera Presto 2.3 or later is released */
	-khtml-border-radius:5px;   /* Linux browsers */
	border-radius: 5px;     /* CSS3 */
	behavior: url(border-radius.htc);   /* for IE */

}
footer #footer_cont02  a .moushikomi {
	display: block;
	color:#000;
	text-decoration:none;
}



footer #footer_cont02 .text_link{
	margin: 2% 0 1% 0;
	text-align :center;
	font-size: 1.3rem;
	line-height: 120%;
	color:#fff;
	font-weight: normal;
}

footer #footer_cont02 .text_link a{
	color:#fff;
}
footer #footer_cont02  address {
	color:#ffffff;
	font-size: 1.3rem;
	line-height: 130%;
	font-style: normal;
	padding-top: 1%;
}





#page_content {

}


/*  torihikihou  */

table.shou caption{
	margin-top: 4%;
	font-size: 1.8rem;
	margin-bottom: 3%;
	background:#B1C798;
	padding: 1%;
	text-align: left;
}
table.shou tr th{
	background: #095b3a;
	color:#ffffff;
	font-size: 1.4rem;
	padding:1%;
	border:solid 1px #095b3a;
	text-align: left;
	width:40%;
}

table.shou tr td{
	font-size: 1.4rem;
	padding:1%;
	border:solid 1px #fff;
}


/*  privacy  */
.privacy h3{
	font-size: 1.8rem;
	margin-bottom: 1%;
	margin-top: 3%;
	background:#B1C798;
	padding: 1%;
	text-align: left;
}

.privacy h4{
	font-size: 1.6rem;
	margin-top: 2%;
	margin-bottom: 5px;
	border-left: 5px solid #095b3a;
	padding: 0px 1% 0px 1%;
	text-align: left;
	color:#095b3a;
	font-weight: bold;
}

.privacy p{
	font-size: 1.4rem;
	line-height: 130%;
	padding: 1% 3%;
}



.page_content .page_title{
	font-size: 1.8rem;
	margin-top: 4%;
	margin-bottom: 3%;
	background:#B1C798;
	padding: 1%;
	text-align: left;
}



/* accordion_voice_page
===========================================================*/
dl.accordion_voice_page {   width: 98%;  margin: 2% 0 0 1%; }
dl.accordion_voice_page dt {
	margin: 0 auto;
	width: 98%; 
	cursor: pointer;
	background:url(../img/view_voice_off.png) left top no-repeat ;
	-moz-background-size: 100% auto ;
	background-size: 100% auto; 
}

dl.accordion_voice_page dd {  
	padding: 0 0 2% 1%; width:98%;  margin: 0 0 0 0 ;
}

dl.accordion_voice_page dd p {  
	margin: 1% 0 0 0;
	text-align :center;
}



/* accordion_page
===========================================================*/
dl.accordion_page {  width:796px;  margin: 2% auto 0 auto; }
dl.accordion_page dt {
	margin: 0 auto;
	padding: 0;
	width: 796px; 
	height: 66px; 
	background:url(../img/off_bg.png) left center no-repeat;
	background:url(../img/off_bg.png) left center no-repeat; 
	text-indent: -9999px;
	position: relative;
}
dl.accordion_page dt img{
	position: absolute;
	top: 0px;
	left: 0px;
}
dl.accordion_page dd {  
	 padding: 2% 0 0 0; width: 796px; margin: 0 0 0 0 ;
}
dl.accordion_page div.question_box {  
	margin:  0 0 2% 2%;
}
dl.accordion_page div.q  {  
	padding: 5px 15px;
	background: #e8f5ec;
}
dl.accordion_page div.q_space  {  
	font-weight: bold;
	padding-left: 45px;
	background: url(../img/faq_q.png) left top no-repeat
}
dl.accordion_page div.a  {  
	margin: 15px;
	background: url(../img/faq_a.png) left top no-repeat;
	padding-left: 45px;
	padding-bottom: 2%;
}


.tsurai02 {
	padding: 4% 0 0px 0;
	margin-bottom: 4%;
}
.tsurai02 p {
	padding: 2% 2%  2% 2%;
	background: url(../img/bg_woman_img.jpg) bottom right no-repeat;
-moz-background-size:auto 80%;
background-size:auto 80%; 
}













.btn_dummy {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	cursor: default;
	font-size: 30px !important;
	width: 300px;
	height: 86px;
	color:#fff;
	text-align:center;
	font-weight: bold !important;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	border: 0px !important;
	width: 300px;
	height: 86px;
	font-size: 20px;
	border-radius :0 !important;
	text-shadow:0 !important;
	padding: 0 !important;
}
.button02 {
	background: url(../img/button02_animation.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
button.button02 span{
	font-size: 12px;
	display: block;
}
..button02:hover{
	background: url(../img/button02_animation_over.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}


.button03 {
	background: url(../img/button03_animation.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
.button03:hover{
	background: url(../img/button03_animation_over.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
.button03 span{
	font-size: 16px;
	display: block;
	border:0;
}




button.button04 {
	background: url(../img/button04_off.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
button.button04:hover{
	background: url(../img/button04_over.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
button.button04 span{
	font-size: 16px;
	display: block;
	border:0;
}



button.button05 {
	background: url(../img/button05_off.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
button.button05:hover{
	background: url(../img/button05_over.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
button.button05 span{
	font-size: 16px;
	display: block;
	border:0;
}






.button03_blue_text_animation {
	font-size: 0;
	text-indent:-9999999px;
	background: url(../img/button03_blue_text_animation.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
.button03_blue_text_animation:hover{
	background: url(../img/button03_blue_text_animation_over.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
.button03_blue_text_animation span{
	font-size: 16px;
	display: block;
	border:0;
}


.button03_green_text_animation {
	font-size: 0;
	text-indent:-9999999px;
	background: url(../img/button03_green_text_animation.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
.button03_green_text_animation:hover{
	background: url(../img/button03_green_text_animation_over.gif) left top no-repeat;
	-moz-background-size:100% auto;
	background-size:100% auto; 
}
.button03_green_text_animation span{
	font-size: 16px;
	display: block;
	border:0;
}



#form_box {
	padding-top: 30px;
	width: 100%;
	margin: 0 auto;
}


.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.fix_menu_smartphone{
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}
.fix_menu_smartphone img{
  width:100%;
}