@charset "utf-8";


/* clearfix
   ========================================================================== */

.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

/* IE6 */
* html .clearfix {
	zoom: 1;
}

/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}


/* common
   ========================================================================== */

ul, ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	vertical-align: bottom;
	-webkit-user-select: none;
	-webkit-touch-callout: none;
}

.bold {
	font-weight:bold;
}

.ro:hover,
.ro.touch {
	filter:alpha(opacity=70) !important;
	-moz-opacity:0.7 !important;
	-khtml-opacity:0.7 !important;
	opacity:0.70 !important;
}

.anchor {
	position: absolute;
	top: -170px;
}

body.SP .anchor {
	top: 0;
}


/* body
   ========================================================================== */

body {
	background-color: #fff;
	color:#333;
	font-family:"メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:0.9em;
	line-height:1.6;
	-webkit-text-size-adjust : none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	/* -webkit-transform: translate3d(0,0,0); */
}


/* wrapper
   ========================================================================== */

#wrapper {
	position: relative;
	width: 100%;
	min-width: 1050px;
	z-index: 10;
	/*-webkit-transform: translate3d(0,0,0);*/
}


/* header
   ========================================================================== */

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background:url('../images/header_bg.png') repeat-x left top;
	/*-webkit-transform: translate3d(0,0,0);*/
	-webkit-user-select: none;
}

body.SP #header {
	position: relative !important;
}

#header_inner {
	position: relative;
	margin: auto;
	width: 1050px;
	height: 170px;
}

#header .description {
	position: absolute;
	top: 3px;
	left: 2px;
	margin: 0;
	font-size: .6em;
	color:#999;
}

#header .sitename {
	position: absolute;
	top: 27px;
	left: 0;
	margin: 0;
	text-indent:-9999px;
	background:url(../images/header_logo.png) no-repeat left top;
	width:388px;
	height:66px;
}

#header .sitename a {
	display: block;
	height: 100%;
}

/* header_navi */
#header .header_navi {
	position: absolute;
	top: 0px;
	right: 0;
	margin: 0;
}

#header .header_navi li {
	float: left;
	margin-left: 18px;
	text-indent:-9999px;
}

#header .header_navi li.tel {
	background:url(../images/header_tel.png) no-repeat left top;
	width:258px;
	height:44px;
	margin:49px 5px 0 0;
}

#header .header_navi li.snav01 {
	background:url(../images/btn_allergy.png) no-repeat left top;
	width:109px;
	height:104px;
}

#header .header_navi li.snav02 {
	background:url(../images/btn_practice.png) no-repeat left top;
	width:109px;
	height:104px;
}

#header .header_navi li.snav03 {
	background:url(../images/btn_reservation.png) no-repeat left top;
	width:109px;
	height:104px;
}

#header .header_navi li.snav04 {
	background:url(http://miyaharajibika.com/images/btn_online.png) no-repeat left top;
	width:109px;
	height:104px;
}


#header .header_navi li a {
	display:block;
	height:104px;
}

/* header_sns */
#header .header_sns {
	position: absolute;
	top: 11px;
	left: 465px;
	margin: 0;
	z-index:1200;
}

#header .header_sns li {
	float:left;
	margin-right:3px;
}

#header .header_sns li a {
	display:block;
	height:23px;
}


/* global_navi */
#header .global_navi {
	position: absolute;
	top: 112px;
	left: 0;
	margin: 0;
}

#header .global_navi li {
	position: relative;
	float: left;
	margin-left: 33px;
	height:58px;
}

#header .global_navi li:first-child {
	margin-left: 0px;
}

#header .global_navi li > ol {
	position: relative;
	display: none;
	z-index: 1000;
}

#header .global_navi li > ol li {
	clear: left;
	margin: 0;
	padding: 0;
	height: auto !important;
}

#header .global_navi li:hover > ol {
	position: absolute;
	top: 100%;
	left: 0;
	display: inline-block;
}

#header .global_navi li.nav01 {
	width: 122px;
	background: url(../images/gnav.png) no-repeat;
	background-position: 0 0;
}

#header .global_navi li.nav01:hover {
	background-position: 0 -58px;
}

#header .global_navi li.nav02 {
	width:92px;
	background: url(../images/gnav.png) no-repeat;
	background-position: -168px 0;
}

#header .global_navi li.nav02:hover {
	background-position: -168px -58px;
}

#header .global_navi li.nav03 {
	width: 91px;
	background: url(../images/gnav.png) no-repeat;
	background-position: -293px 0;
}

#header .global_navi li.nav03:hover {
	background-position: -293px -58px;
}

#header .global_navi li.nav04 {
	width: 104px;
	background: url(../images/gnav.png) no-repeat;
	background-position: -418px 0;
}

#header .global_navi li.nav04:hover {
	background-position: -418px -58px;
}

#header .global_navi li.nav05 {
	width: 77px;
	background: url(../images/gnav.png) no-repeat;
	background-position: -554px 0;
}

#header .global_navi li.nav05:hover {
	background-position: -554px -58px;
}

#header .global_navi li.nav06 {
	width: 77px;
	background: url(../images/gnav.png) no-repeat;
	background-position: -664px 0;
}

#header .global_navi li.nav06:hover {
	background-position: -664px -58px;
}

#header .global_navi li.nav07 {
	width: 125px;
	background: url(../images/gnav.png) no-repeat;
	background-position: -925px 0;
}

#header .global_navi li.nav07:hover {
	background-position: -925px -58px;
}

#header .global_navi li.nav08 {
	width: 125px;
	background: url(../images/gnav.png) no-repeat;
	background-position: -780px 0;
}

#header .global_navi li.nav08:hover {
	background-position: -780px -58px;
}

#header .global_navi li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

#header .global_navi li a:focus {
	outline:none;
}

/* content_bg
   ========================================================================== */
#content_bg_1 {
	position: fixed;
	top: -150px;
	left: 50%;
	margin-left: -800px;
	width: 1600px;
	height: 1200px;
	background-image: url('../images/worry_bg.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
	z-index: 2;
	/*-webkit-transform: translate3d(0,0,0);*/

	left: 0;
	margin-left: 0;
	width: 100%;
	background-size: cover;
}

body.SP #content_bg_1 {
	display: none;
}

#content_bg_2 {
	position: fixed;
	top: 0px;
	left: 50%;
	margin-left: -800px;
	width: 1600px;
	height: 100%;
	background-image: url('../images/greetings_bg.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom;
	z-index: 1;
	/*-webkit-transform: translate3d(0,0,0);*/

	left: 0;
	margin-left: 0;
	width: 100%;
	background-size: cover;
}

body.SP #content_bg_2 {
	display: none;
}


/* content
   ========================================================================== */

#content {
	width: 100%;
	min-width: 1050px;
	/*-webkit-transform: translate3d(0,0,0);*/
}

body.SP #content {
	background-image: url('../images/worry_bg.jpg');
	background-position-x: center;
	background-position-y: -320px;
}

#content_inner {
}


/* main_content_1 */
#main_content_1 {
	position: relative;
	width: 100%;
	height: 700px;
	padding-top: 170px;
	overflow: hidden;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

body.SP #main_content_1 {
	padding-top: 0;
}

#main_content_1_inner {
	position: relative;
	width: 1050px;
	height: 100%;
	margin: auto;
}

#main_content_1_bg_box {
	position: absolute;
	top: 66px;
	left: 0;
	width: 1050px;
	height: 570px;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.80;
}

#main_content_1_image_1 {
	position: absolute;
	top: 80px;
	right: 50px;
}

#main_content_1_image_2 {
	position: absolute;
	bottom: 0;
	right: -50px;
}

#main_content_1_text_box {
	position: absolute;
	top: 106px;
	left: 40px;
	width: 55%;
}

#main_content_1_text_box h1 {
	background:url(../images/worry_title.png) no-repeat left top;
	width: 568px;
	height:30px;
	text-indent:-9999px;
}

#main_content_1_text_box p {
	font-size:1.1em;
	line-height:1.7
}

#main_content_1_text_box p span.txt-orange {
	font-size:1.1em;
	font-weight:bold;
	color:#ff982d;
}

#main_content_1_text_box p span.txt-blue {
	font-size:1.1em;
	font-weight:bold;
	color:#26b5ec;
}

/* main_content_9 */
#main_content_9 {
	position: relative;
	width: 100%;
	height: 569px;
	background-color: #68cff7;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#main_content_9_inner {
	position: relative;
	width: 1050px;
	height: 569px;
	margin: auto;
}

#main_content_9_text_box {
	position: absolute;
	top: 40px;
	right: 25px;
	width: 625px;
	color: #fff;
}

#main_content_9_text_box h1 {
	background:url(../images/secret_title.png) no-repeat left top;
	width: 184px;
	height:30px;
	text-indent:-9999px;
}

#main_content_9_text_box p {
	font-size:1.1em;
	font-weight: bold;
}

#main_content_9_image_1 {
	position: absolute;
	top: 80px;
	left: 0px;
}


/* main_content_2 */
#main_content_2 {
	position: relative;
	width: 100%;
	height: 770px;
	background-color: #ebfafe;
/*
	background: url('../images/whats_bg.png') repeat-x left bottom;
*/
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#main_content_2_wrapper {
	position: absolute;
	width: 100%;
	overflow: hidden;
}

#main_content_2_bg_1 {
	position: absolute;
	top: 34px;
	left: 0;
	width: 100%;
	height: 732px;
}

#main_content_2_bg_2 {
	position: absolute;
	top: 516px;
	left: 0;
	width: 100%;
	height: 53px;
	background-image: url('../images/japan_btm_bg.gif');
}

#main_content_2_inner {
	position: relative;
	width: 1050px;
	height: 770px;
	margin: auto;
}

#main_content_2_image_1 {
	position: absolute;
	top: 45px;
	right: 0px;
	z-index: 100;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#main_content_2_image_2 {
	position: absolute;
	bottom: 0;
	left: 70px;
	z-index: 101;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#main_content_2_image_3 {
	position: absolute;
	bottom: 0;
	right: 0px;
	z-index: 102;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#main_content_2_image_4 {
	position: absolute;
	left: 550px;
	top: 370px;
	z-index: 103;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#main_content_2_text_box {
	position: absolute;
	top: 50px;
	left: 25px;
	width: 550px;
}

	#main_content_2_text_box h1 {
		width: 523px;
		height: 30px;
		background-image: url('../images/whats_title.png');
		text-indent: -9999px;
	}

	#main_content_2_text_box p {
		font-size:14px;
		font-weight:bold;
	}

#main_content_2_text_box2 {
	position: absolute;
	top: 370px;
	left: 25px;
	width: 500px;
}

	#main_content_2_text_box2 h1 {
		font-size:18px;
		font-weight:bold;
	}

	#main_content_2_text_box2 p {
		font-size:13px;
		font-weight: normal;
	}

/* main_content_3 */
#main_content_3 {
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#main_content_3_inner {
	position: relative;
	width: 1050px;
	margin: auto;
	line-height:1.8;
	padding:0 0 60px 0;
}

#main_content_3_inner h1 {
	width: 319px;
	height: 291px;
	margin: 0;
	background-image: url('../images/treatment_title.png');
	text-indent: -9999px;
}

#main_content_3_inner h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#26b5ec;
	padding-bottom:3px;
}

.treatment_left {
	float:left;
	width:505px;
}
	
.treatment_right {
	float:right;
	width:505px;
}

.treatment_stitle01 {
	margin-top: 100px;
}

.treatment_img01 {
	float: right;
	margin: 0 8px 8px;
}

.treatment_stitle02 {
	margin-top: 50px;
}

.treatment_img02 {
	float:right;
	margin-left:20px;
}

.treatment_lead {
	margin-top: 70px;
	font-size: 1.6em;
	line-height: 1.2;
	font-weight:bold;
}


/* main_content_4 */
#main_content_4 {
	position: relative;
	width: 100%;
	background-color: #ebfafe;
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

#main_content_4_inner {
	background:url(../images/procedure_img01.png) no-repeat right center;
	position: relative;
	width: 1050px;
	margin: auto;
	padding:60px 0 45px;
}


#main_content_4_title h1 {
	float: left;
	background:url(../images/procedure_title.png) no-repeat left top;
	width: 159px;
	height:31px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#main_content_4_title p {
	float: right;
	width: 850px;
	margin: 0;
	padding: 5px 0 0;
}

#main_content_4_inner .dashed {
	width: 950px;
	margin: 0 auto;
	height: 1px;
	border: none;
	border-top: dashed 2px #26b5ec;
}

#main_content_4_inner h2 {
	font-size:1.6em;
	font-weight:bold;
	color:#26b5ec;
	margin-left: 20px;
}

#main_content_4_inner .procedure01 {
	background:url(../images/procedure_img01.gif) no-repeat left top;
	padding: 0 0 10px 350px;
}

#main_content_4_inner .procedure02 {
	background:url(../images/procedure_img02.gif) no-repeat left top;
	padding: 0 0 40px 430px;
}

#main_content_4_inner .procedure03 {
	background:url(../images/procedure_img03.gif) no-repeat left top;
	padding: 0 0 40px 510px;
}

#main_content_4_inner .procedure04 {
	background:url(../images/procedure_img04.gif) no-repeat left top;
	padding: 0 0 40px 350px;
}

#main_content_4_inner .procedure05 {
	background:url(../images/procedure_img05.gif) no-repeat left top;
	padding: 0 0 60px 350px;
}

#main_content_4_inner .procedure06 {
	background:url(../images/procedure_img06.gif) no-repeat left top;
	padding: 0 0 60px 430px;
}

#main_content_4_inner .procedure07 {
	background:url(../images/procedure_img07.gif) no-repeat left top;
	padding: 0 0 10px 430px;
}

#main_content_4_inner .procedure08 {
	background:url(../images/procedure_img08.gif) no-repeat left top;
	padding: 0 0 40px 430px;
}

#main_content_4_inner .procedure09 {
	background:url(../images/procedure_img09.gif) no-repeat left top;
	padding: 0 0 10px 510px;
}

#main_content_4_inner .procedure10 {
	background:url(../images/procedure_img10.gif) no-repeat left top;
	padding: 0 0 10px 510px;
}












/* main_content_6 */
#main_content_6 {
	position: relative;
	width: 100%;
	background-color: #fff;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#main_content_6_inner {
	position: relative;
	width: 1050px;
	margin: auto;
}

#main_content_6_inner h1 {
	background:url(../images/faq_title.png) no-repeat left top;
	width:304px;
	height:88px;
	text-indent:-9999px;
	position:absolute;
	top:57px;
	left:223px;
	margin:0;
}

#faq_top_box {
	height:280px;
	padding:0;
	position:relative;
}

#faq_top_box .faq_dr {
	position:absolute;
	bottom:0px;
	left:56px;
}

#faq_top_box p {
	width:810px;
	width: 830px;
	position:absolute;
	top:160px;
	left:240px;
	left: 220px;
}

#faq_box {
	padding-bottom:70px;
}

#faq_box dl {
	width:445px;/*515*/
	height: 450px;
	height:326px;/*380*/
	height: 360px;
	float:left;
	border:solid 5px #f0f0f0;
	padding:22px 35px 22px 25px;
	padding: 22px 25px;
	margin:0 0 20px 20px;
}

#faq_box dl.odd {
	margin:0 0 0 0px;
}

#faq_box dt {
	font-size:1.2em;
	font-weight:bold;
	min-height:50px;
	padding:0px 0 15px 75px;
	background:url(../images/faq_icon_q.png) no-repeat 0 0;
}

#faq_box dd {
	background:url(../images/faq_icon_a.png) no-repeat 0 0;
	margin:0;
	padding:15px 0 0 75px;
	padding: 0 0 0 75px;
	line-height:1.7;
}


/* main_content_7 */
#main_content_7 {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
	background-color: #68cff7;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	display:none;
}

#main_content_7_inner {
	position: relative;
	width: 1050px;
	margin: auto;
}

#main_content_7_text_box {
	float: right;
	margin-top: 20px;
	color: #fff;
	width: 80%;
}

#main_content_7_voice_title h1 {
	width: 189px;
	height: 30px;
	background-image: url('../images/voice_title.png');
	text-indent: -9999px;
}

#main_content_7_voice_title dt {
	float: left;
	position: relative;
	margin-top: 20px;
	width: 220px;
	height: 202px;
	/*background-color: #fff9e7;*/
	overflow: hidden;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#frame_child {
	position: absolute;
	top: -4px;
	left: -4px;
	z-index: 102;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#before_child {
	position: absolute;
	top: 20px;
	left: 202px;
	z-index: 100;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#after_child {
	position: absolute;
	top: 20px;
	left: 28px;
	z-index: 101;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#main_content_7_voice_title dd {
	float: right;
	margin-top: 40px;
	color: #fff;
	width: 75%;
}

#main_content_7_voice dl {
	background-color: #fff;
	margin-top: 20px;
	display: inline-block;
}

#main_content_7_voice dt {
	float: left;
	margin: 20px;
}

#main_content_7_voice dd {
	float: left;
	margin: 20px;
	width: 75%;
}

#main_content_7_voice dd h3 {
	font-size:1.1em;
	font-weight:normal;
	margin:0;
	padding:0 0 5px 0;
}

#main_content_7_voice dd p {
	margin:0;
	padding:0;
}


/* main_content_8 */
#main_content_8 {
	position: relative;
	width: 100%;
	height: 1180px;
	overflow: hidden;
	/*-webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

body.SP #main_content_8 {
	background-image: url('../images/greetings_bg.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: -200px;
}

#main_content_8_inner {
	position: relative;
	width: 1050px;
	height: 926px;
	margin: 0 auto;
	padding-top: 154px;
}

#main_content_8_bg_box {
	/*position: absolute;
	top: 102px;
	left: 0;*/
	width: 1050px;
	height: 926px;
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.80;
}

#main_content_8_image_1 {
	position: absolute;
	bottom: 344px;
	left: 20px;
}

#main_content_8_text_box {
	position: absolute;
	top: 182px;
	left: 40%;
	width: 55%;
}

#main_content_8_text_box h1 {
	background:url(../images/greetings_title.png) no-repeat left top;
	width:219px;
	height:30px;
	text-indent:-9999px;
}

.btn_blog {
	text-align:right;
	padding-top:20px;
}

.note {
	font-size:10px;
}


/* footer
   ========================================================================== */

#footer {
	position: relative;
	padding-top: 35px;
	background-color: #fff;
	/*-webkit-transform: translate3d(0,0,0);*/
}

#footer_inner {
	margin: auto;
	width: 1050px;
}

#footer_inner h1 {
	margin: 0;
}

.footer-clinic {
	margin:35px 0;
}

.footer-clinic dl {
	width:330px;
	float:left;
	margin-left:30px;
}

.footer-clinic dl:first-child {
	margin-left:0px;
}

.footer-clinic dt {
	font-size:1.3em;
	font-weight:bold;
	color:#55c0ef;
	padding-bottom:3px;
}

.footer-clinic dd {
	margin-left:0px;
}

.footer-info {
	margin-bottom:20px;
}

.footer-info-left {
	float:left;
	width:360px;
}

.footer-info-left dt {
	font-size:26px;
	font-weight:bold;
	color:#26b5ec;
}

.footer-info-left dd {
	margin-left:0px;
}

.time_table {
	font-size:12px;
	margin-bottom:5px;
}

.time_table th {
	background:#26a6ff;
	color:#fff;
	border:solid 1px #fff;
	padding:10px;
}
	
.time_table td {
	border:solid 1px #ccc;
	padding: 12px 10px;
	line-height:18px;
}
	
.time_table td.maru {
	color:#999;
	font-size:16px;
	line-height:18px;
}

.footer-info-left li {
	text-indent:-9999px;
	float:left;
	margin-left:10px;
}

.footer-info-left li:first-child {
	margin-left:0px;
}

.footer-info-left li.fsnav01 {
	background:url(../images/btn_allergy.png) no-repeat left top;
	width:109px;
	height:104px;
}

.footer-info-left li.fsnav02 {
	background:url(../images/btn_practice.png) no-repeat left top;
	width:109px;
	height:104px;
}

.footer-info-left li.fsnav03 {
	background:url(../images/btn_reservation.png) no-repeat left top;
	width:109px;
	height:104px;
}

.footer-info-left li a {
	display:block;
	height:104px;
}

.gmap {
	float:right;
}

#footer .footer_navi {
	width:1050px;
	margin:0 auto 30px;
	text-align: center;
}

#footer .footer_navi li:first-child {
	border-left:solid 1px #333;
}

#footer .footer_navi li {
	padding: 0 0.5em;
	border-right:solid 1px #333;
	display:inline;
}

#footer .copyright {
	line-height: 116px;
	background-color: #68cff7;
	text-align: center;
	color: #fff;
}

.footer_navi a {
	color:#333;
	text-decoration:none;
}

.footer_navi a:hover,
.footer_navi li:hover {
	color:#333;
	text-decoration:underline;
}

/* footer_bnr */

.footer_bnr {
	margin:0 auto 60px;
}

.footer_bnr_title {
	margin:0 0 25px 0;
}

.footer_bnr ul {
	margin-bottom:10px;
}

.footer_bnr li {
	float:left;
	margin-left:10px;
}

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

/* footer_sns */
#footer .footer_sns {
	width:152px;
	margin: 0 auto;
	text-align:center;
	height:53px;
}

#footer .footer_sns li {
	float:left;
	margin-right:3px;
}

#footer .footer_sns li a {
	display:block;
	height:23px;
}


/* btn_scroll
   ========================================================================== */

.btn_scroll {
	cursor: pointer;
}


/* btn_scroll_b
   ========================================================================== */

.btn_scroll_b {
	cursor: pointer;
}


/* btn_top
   ========================================================================== */

#btn_top {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	cursor: pointer;
	z-index: 999;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.90;
	/* -webkit-transform: translate3d(0,0,0); */
}



/* add 20150521
   ========================================================================== */

#main_content_2,
#main_content_2_inner {
	height: 1800px;
}

#main_content_2_image_4,
#main_content_2_text_box2 {
	top: 1400px;
}

.qabox {
	position: absolute;
	top: 370px;
	width: 100%;
}


/* add 20150527
   ========================================================================== */

#main_content_2,
#main_content_2_inner {
	height: 420px;
}

#main_content_21 {
	position: relative;
	width: 100%;
	height: 1020px;
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

	#main_content_21_inner {
		position: relative;
		width: 1000px;
		height: 1020px;
		margin: auto;
	}

	.qabox {
		position: absolute;
		top: 0;
		width: 100%;
	}
	
	.nhp {
		padding-top:20px;
		font-size:12px;
	}

	.question {
		font-size: 0.9em;
	}

#main_content_22 {
	position: relative;
	width: 100%;
	height: 670px;
	background-color: #ebfafe;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

	#main_content_22_inner {
		position: relative;
		width: 1050px;
		height: 670px;
		margin: auto;
	}

		#main_content_22_image_1 {
			position: absolute;
			top: -25px;
			left: 0;
			z-index: 101;
			/*-webkit-transform: translate3d(0,0,0);*/
		}

		#main_content_22_image_2 {
			position: absolute;
			bottom: 0;
			left: 70px;
			z-index: 101;
			/*-webkit-transform: translate3d(0,0,0);*/
		}

		#main_content_22_image_3 {
			position: absolute;
			bottom: 0;
			right: 0px;
			z-index: 102;
			/*-webkit-transform: translate3d(0,0,0);*/
		}

		#main_content_22_image_4 {
			position: absolute;
			left: 575px;
			top: 230px;
			z-index: 103;
			/*-webkit-transform: translate3d(0,0,0);*/
		}

		#main_content_22_text_box2 {
			position: absolute;
			top: 300px;
			left: 25px;
			width: 500px;
		}

			#main_content_22_text_box2 h1 {
				display: none;
			}

			#main_content_22_text_box2 p {
				font-size:13px;
				font-weight: normal;
			}


			.mt20 {
				margin-top:20px;
			}
			
			.faqbnr {
				width:365px;
				height:auto;
			}



/* #footer .footer_pickup
   ========================================================================== */
.footer_pickup {
	padding-top: 0px;
}


.footer_pickup .pickupbox {
    /* letter-spacing: -.40em; */
    /* font-size: 12px; */
    /* margin-left: -20px; */
    /* list-style-type: none; */
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 40px;
}

.footer_pickup .pickupbox li {
    /* margin-bottom: 20px; */
    /* display: inline-block; */
    /* width: 220px; */
    /* margin-left: 20px; */
    /* letter-spacing: normal; */
    /* vertical-align: top; */
		width: calc((100% / 4) - 40px);
}

@media screen and (max-width: 640px) {
	.footer_pickup .pickupbox {
		gap: 20px;
	}
	.footer_pickup .pickupbox li {
		width: 45%;
	}
}