@charset "Shift_JIS";

/*=====================================================
 * Style Name: Base Reset
 * Style URL: /mobile/css/css_smart/screen_v2.css
 * Version: 1.0
 * Last Up Date: 2015/00/00
 * Author: neos
 * Author URL: http://www.neoscorp.jp/
 *
 * Markup Reference:
 *
=====================================================*/



/*----- contents -------

	1: Main Interface setting
		: container
		: header
		: footer
		: wrapper
		: main_contents
	2: Module
	3: Common
	4: clearfix	
	
----------------------*/



/*
===== 1: Main Interface setting ===========================*/

/* container
--------------------*/
#container {
	width: 100%;
	height: 100%;
}

/* header
--------------------*/
/* .sec_head */
header .sec_head {
	position: relative;
	height: 52px;
	background: #5e504b;
	border-bottom: 1px solid #1a1513;
}

header .sec_head .logo {
	position: absolute;
	top: 0;
	left: 0;
}

header .sec_head .nav_menu {
	position: absolute;
	top: 0;
	right: 0;
	border-left: 1px solid #7e736f;
}

header .sec_head .nav_menu a {
	display: block;
}

header .sec_head .nav_menu a.open {
	background: url(/mobile/img/img_320/hdr_nav_close.png) no-repeat 0 0;
		-webkit-background-size: auto 52px;
		-moz-background-size: auto 52px;
}

header .sec_head .nav_menu a.open img {
	visibility: hidden;
}

/* .sec_contact */
header .sec_contact {
	width: 100%;
	height: 60px;
	background: #5e504b;
	z-index: 100;
}

header .sec_contact_inner {
	padding: 9px 7.5px;
}

header .sec_contact ul {
	display: table;
	width: 100%;
}

header .sec_contact ul li {
	display: table-cell;
	padding: 0 2.5px;
}

header .sec_contact ul li a {
	display: block;
	height: 42px;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}

header .sec_contact ul li.nav_01 a { background: #f2c0d7; }
header .sec_contact ul li.nav_02 a { background: #c8bdf2; }
header .sec_contact ul li.nav_03 a { background: #b7d6f8; }

/* .sec_menu
--------------------*/
header .sec_menu {
	display: none;
	position: absolute;
	top: 53px;
	right: -253px;
	width: 193px;
	margin-left: -253px;
	padding: 20px 30px;
	background: url(/mobile/img/img_320/bg_sec_menu.png) repeat 0 0;
		-webkit-background-size: 1px auto;
		-moz-background-size: 1px auto;
	z-index: 200;
}

header .sec_menu h3 {
	padding: 0 0 10px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
}

header .sec_menu p.contact {
	margin: 30px -30px 0;
	text-align: center;
}


.sec_search table.gsc-search-box td.gsc-input {
	padding-right: 0;
}

.sec_search input.gsc-input {
	margin: 0;
	padding: 0;
	width: 100%;
	color: #000000;
	background: none;
	border: none;
	line-height: 29px;
	vertical-align: top;
	outline: none;
	font-size: 16px;
}

.sec_search input.gsc-search-button {
	text-indent: -9999px;
	width: 29px;
	height: 29px;
	min-width: inherit;
	padding: 0;
	vertical-align: top;
	background: #ffffff url(/mobile/img/img_320/menu_nav_search.png) left 50% no-repeat;
	background-size: 29px 29px;
		-webkit-background-size: 29px 29px;
		-moz-background-size: 29px 29px;
	border: none;
}

/* .sec_search */
header .sec_menu .sec_search {
	margin-bottom: 40px;
	height: 29px;
	padding: 0 6px;
	background: #ffffff;
	border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
}

header .sec_menu .sec_search input.text_field {
	width: 150px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	line-height: 29px;
	vertical-align: top;
	outline: none;
}

header .sec_menu .sec_search input.search_btn {
	width: 29px;
	height: 29px;
	vertical-align: top;
}

header .sec_menu .sec_search td.gsc-clear-button {
	display: none;
}



/* .sec_nav_01 */
header .sec_menu .sec_nav_01 ul {
	margin: 20px -30px 0;
	border-bottom: 1px solid #655a57;
}

header .sec_menu .sec_nav_01 li {
	height: 52px;
	border-top: 1px solid #655a57;
	overflow: hidden;
}

header .sec_menu .sec_nav_01 li a {
	display: block;
	padding: 0 30px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 54px;
	text-decoration: none;
}

header .sec_menu .sec_nav_01 li a img {
	margin: 0 18px 4px 0;
	vertical-align: middle;
}

/* .sec_nav_02 */
header .sec_menu .sec_nav_02 ul {
	padding: 20px 0 0;
}

header .sec_menu .sec_nav_02 li {
	margin: 10px 0 0;
	height: 39px;
	background: #8b567e;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	overflow: hidden;
}

header .sec_menu .sec_nav_02 li a {
	display: block;
	padding: 0 0 0 13px;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: 41px;
	text-decoration: none;
}

header .sec_menu .sec_nav_02 li a.cancel {
	font-size: 12px;
}

header .sec_menu .sec_nav_02 li a img {
	margin: 0 10px 4px 0;
	vertical-align: middle;
}

/* .sec_toggle */
header .sec_menu .sec_toggle {
	background: #857d7b;
}

header .sec_menu .sec_toggle ul li {
	border-top: 1px solid #685e5b;
}

header .sec_menu .sec_toggle ul li a {
	display: block;
	padding: 0 12px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	line-height: 42px;
	text-decoration: none;
}

/* footer
--------------------*/
footer {
	padding: 30px 0 0;
}

#top footer {
	padding: 25px 0 0;
}

footer div.contact {
	position: relative;
	width: 300px;
	height: 300px;
	margin: 0 auto;
}

footer div.contact .contact_tel {
	position: absolute;
	top: 67px;
	left: 34.5px;
}

footer div.contact .contact_mail {
	position: absolute;
	top: 128px;
	left: 75px;
}

footer div.contact .contact_reserve {
	position: absolute;
	top: 128px;
	left: 152px;
}

footer div.contact .contact_cancel {
	position: absolute;
	top: 193px;
	left: 75px;
}

footer div.contact .contact_aftercare {
	position: absolute;
	top: 193px;
	left: 152px;
}

footer .individual { margin: 20px 20px 0; }

footer .sec_note {
	padding: 13px 20px 0;
}

footer .sec_note li {
	margin: 7px 0 0;
	color: #000000;
	font-size: 10px;
	line-height: 1.6;
}

footer .sec_bg {
	margin: 15px 0 0;
	padding: 15px;
	background: #f7f7f7;
}

footer nav {
	font-size: 12px;
	line-height: 1.8;
	text-align: center;
}

footer .copyright {
	margin: 12px 0 0;
	color: #000000;
	font-size: 10px;
	line-height: 1.6;
	text-align: center;
}

footer .copyright a {
	color: #000000;
	text-decoration: none;
}

footer .pagetop {
	position: fixed;
	right: 12px;
	bottom: 95px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: 100;
}

/* wrapper
--------------------*/
#wrapper {
	width: 100%;
	padding: 0;
	overflow-x: hidden;
}

/* main_contents
--------------------*/
#main_contents {}


/*
===== 2: Module ===========================*/

/* section
--------------------*/
section {
	margin: 0 20px;
}

/* sec_headline
--------------------*/
.sec_headline {
	padding: 0 0 10px;
	background: url(/mobile/img/img_320/bg_sec_headline.png) no-repeat 50% 100%;
		-webkit-background-size: 20px auto;
		-moz-background-size: 20px auto;
}

.sec_headline h1 {
	height: 104px;
	padding: 15px 0 0;
	background: #7d3e6d;
	text-align: center;
}

.sec_headline h1 span {
	display: block;
	padding: 9px 0 0;
	color: #ffffff;
	font-size: 23px;
	font-weight: bold;
}

/* h
--------------------*/
.h_lv_01 {
	background: #ede9d8 url(/mobile/img/img_320/bullet_h_lv_01.png) no-repeat 0 50%;
		-webkit-background-size: 12px auto;
		-moz-background-size: 12px auto;
}

.h_lv_01 span {
	display: block;
	padding: 12px 20px 11px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

.h_lv_02 {
	padding: 0 20px;
	background: url(/mobile/img/img_320/bullet_h_lv_02.png) no-repeat 0 0;
		-webkit-background-size: 12px auto;
		-moz-background-size: 12px auto;
}

.h_lv_02 span.font_srf {
	display: block;
	padding: 0 0 5px;
	border-bottom: 1px solid #7d3e6d;
	color: #7d3e6d;
	/*font-size: 20px;*/
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.h_lv_02_cap {
	padding: 0 20px 2px;
	font-weight: bold;
	line-height: 1.4;
}

.h_lv_03 {
	margin: 0 -10px !important;
	padding: 7px 8px 5px !important;
	background: #4180bb;
	color: #ffffff;
	/*font-size: 17px;*/
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
}

.h_lv_03 span.note {
	font-size: 14px;
}

.h_lv_03_has_num {
	margin-left: 28px;
	color: #7d3e6d;
	/*font-size: 17px;*/
	font-size: 21px;
	font-weight: bold;
	text-indent: -28px;
	line-height: 1.4;
}

.h_lv_03_has_num span {
	display: inline-block;
	width: 21px;
	margin: -4px 7px 0 0;
	background: #7d3e6d;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-align: center;
	text-indent: 0;
	vertical-align: middle;
}

.h_lv_03_has_num span.normal {
	display: inline-block;
	width: auto;
	margin: 0;
	background: none;
	color: #000000;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	text-align: left;
}

.h_lv_04 {
	color: #7d3e6d;
	/*font-size: 17px;*/
	font-size: 21px;
	font-weight: bold;
	line-height: 1.4;
}

.h_lv_05 {
	color: #7d3e6d;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4;
}

.h_point {
	display: inline-block;
	padding: 8px 10px;
	background: #7d3e6d;
	color: #ffffff;
	/*font-size: 14px;*/
	font-size: 18px;
	font-weight: bold;
}

.h_lv_06,
.h_lv_07 {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	background: none;
}
.h_lv_06 .font_srf {
	display: block;
	width: 96%;
	padding: 18% 2% 2%;
	background: url(/mobile/img/img_320/bg_one_point_top.png) left top no-repeat, url(/mobile/img/img_320/bg_one_point_btm.png) left bottom no-repeat, url(/mobile/img/img_320/bg_one_point_body.png) left top repeat-y;
	background-size: contain, contain, 100%;
		-webkit-background-size: contain, contain, 100%;
		-moz-background-size: contain, contain, 100%;
}
.h_lv_07 .font_srf {
	display: block;
	width: 96%;
	padding: 18% 2% 2%;
	background: url(/mobile/img/img_320/bg_mikiya_tech_top.png) left top no-repeat, url(/mobile/img/img_320/bg_one_point_btm.png) left bottom no-repeat, url(/mobile/img/img_320/bg_one_point_body.png) left top repeat-y;
	background-size: contain, contain, 100%;
		-webkit-background-size: contain, contain, 100%;
		-moz-background-size: contain, contain, 100%;
}

.stit_one_point {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
}

.stit_one_point em {
	color: #c51959;
}

.sec_one_point .right {
	text-align: right;
}


/* sec_tab_nav
--------------------*/
.sec_tab_nav {
	margin: 25px 2px 0 0;
}

.sec_tab_nav ul {
	display: table;
	width: 100%;
	border: 1px solid #7d3e6d;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	overflow: hidden;
}

.sec_tab_nav ul li {
	display: table-cell;
	height: 34px;
	background: #ffffff;
	border-left: 1px solid #7d3e6d;
	color: #7d3e6d;
	/*font-size: 12px;*/
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.sec_tab_nav ul li:first-child {
	border-left: none;
}

.sec_tab_nav ul li span {
	/*font-size: 10px;*/
	font-size: 14px;
}

.sec_tab_nav ul li.current {
	background: #7d3e6d;
}

.sec_tab_nav ul li.current {
	color: #ffffff;
}

.sec_tab_content {
	display: none;
}

.sec_tab_content.current {
	display: block;
}

.sec_tab_nav.sec_tab_col2 ul li { width: 50%; }
.sec_tab_nav.sec_tab_col3 ul li { width: 33.33%; }
.sec_tab_nav.sec_tab_col4 ul li { width: 25%; }
.sec_tab_nav.sec_tab_col5 ul li { width: 20%; }

.sec_tab_nav.sec_tab_col3 ul li { height: 38px; }

.sec_tab_nav_bg {
	margin: 0 -20px;
	padding: 25px 20px 15px;
	background: #e6e6e6;
	border-top: 1px solid #cccccc;
}

.sec_tab_nav_bg .sec_tab_nav {
	margin-top: 0;
}

.sec_tab_nav.sec_tab_hr ul {
	display: block;
}

.sec_tab_nav.sec_tab_hr ul li {
	display: block;
	height: auto;
	padding: 10px 10px 9px;
	border-top: 1px solid #7d3e6d;
	border-left: none;
	text-align: left;
}

.sec_tab_nav.sec_tab_hr ul li:first-child {
	border-top: none;
}

/* sec_toggle
--------------------*/
.sec_toggle {
	margin: 10px 0 0;
	background: #f3f3f3;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	overflow: hidden;
}

.sec_toggle dt {
	padding: 0 10px;
	background: #e6e6e6;
}

.sec_toggle dt span {
	display: block;
	background: url(/mobile/img/img_320/icon_toggle_plus.png) no-repeat 100% 50%;
		-webkit-background-size: 22px auto;
		-moz-background-size: 22px auto;
}

.sec_toggle dt.open span {
	background: url(/mobile/img/img_320/icon_toggle_minus.png) no-repeat 100% 50%;
		-webkit-background-size: 22px auto;
		-moz-background-size: 22px auto;
}

.sec_toggle dt span em {
	display: table-cell;
	height: 31px;
	padding: 7px 40px 6px 0;
	line-height: 1.4;
	vertical-align: middle;
}

.sec_toggle dd {
	display: none;
}

.sec_toggle dt span em span.no-display,
.sec_toggle dt span em span.sub-display-inline {
	display: inline;
	background: none;
}

#top .sec_ranking .sec_toggle dd .item h3 span.no-display,
#top .sec_ranking .sec_toggle dd .item h3 span.sub-display-inline {
	font-size: 14px;
}

/* sec_nav_content
--------------------*/
.sec_nav_content {
	position: relative;
	margin: 20px 0 0;
	border: 1px solid #cec2be;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
	overflow: hidden;
	z-index: 2;
}

.sec_nav_content li a {
	display: block;
	padding: 12px 12px 11px 40px;
	border-top: 1px solid #cec2be;
	background: url(/mobile/img/img_320/bullet_arrow_04.png) no-repeat 12px 11px;
		-webkit-background-size: 20px auto;
		-moz-background-size: 20px auto;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.4;
}

.sec_nav_content li:first-child a {
	border-top: none;
}

/* sec_bt_01
--------------------*/
.sec_bt_01 a {
	display: block;
	padding: 8px 10px 7px;
	border: 1px solid #cccccc;
	background: #ffffff;
	color: #000000;
	/*font-size: 12px;*/
	font-size: 16px;
	line-height: 1.4;
	text-decoration: none;
}

.sec_bt_01 a span {
	display: block;
	padding-right: 8px;
	background: url(/mobile/img/img_320/bullet_arrow_01.png) no-repeat 100% 50%;
		-webkit-background-size: 9px auto;
		-moz-background-size: 9px auto;
}

/* sec_bt_02
--------------------*/
.sec_bt_02 {
	text-align: center;
}

.sec_bt_02 a {
	display: inline-block;
	min-width: 11em;
	margin: 0 20px;
	padding: 12px 18px 10px;
	background: #e16392;
	border-radius: 8px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
	box-shadow: 0 3px 0 #bf547b;
		-moz-box-shadow: 0 3px 0 #bf547b;
		-webkit-box-shadow: 0 3px 0 #bf547b;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
}



/*
===== 3: Common ===========================*/

#container .hidetxt { text-indent: -9999px; overflow: hidden; }
#container .ls, #container .lc { float: left; }
#container .rs, #container .rc { float: right; }
#container .tx_l { text-align: left !important; }
#container .tx_c { text-align: center !important; }
#container .tx_r { text-align: right !important; }
#container .va_t { vertical-align: top !important; }
#container .va_m { vertical-align: middle !important; }
#container .va_b { vertical-align: bottom !important; }
#container .img_txt { font-size: 0; line-height: 0; }
#container .img_left { float: left; display: inline-block; margin: 0 15px 10px 0; font-size: 0; line-height: 0; }
#container .img_right { float: right; display: inline-block; margin: 0 0 10px 15px; font-size: 0; line-height: 0; }
#container .font_srf { font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif; }

/*--- margin ---*/
#container .mt0  { margin-top: 0px !important; }
#container .mt5  { margin-top: 5px !important; }
#container .mt10 { margin-top: 10px !important; }
#container .mt12 { margin-top: 12px !important; }
#container .mt15 { margin-top: 15px !important; }
#container .mt20 { margin-top: 20px !important; }
#container .mt25 { margin-top: 25px !important; }
#container .mt30 { margin-top: 30px !important; }
#container .mt35 { margin-top: 35px !important; }
#container .mt40 { margin-top: 40px !important; }
#container .mt45 { margin-top: 45px !important; }
#container .mt50 { margin-top: 50px !important; }

#container .pt0  { padding-top: 0px !important; }
#container .pt5  { padding-top: 5px !important; }
#container .pt10 { padding-top: 10px !important; }
#container .pt15 { padding-top: 15px !important; }
#container .pt20 { padding-top: 20px !important; }
#container .pt25 { padding-top: 25px !important; }
#container .pt30 { padding-top: 30px !important; }
#container .pt35 { padding-top: 35px !important; }
#container .pt40 { padding-top: 40px !important; }
#container .pt45 { padding-top: 45px !important; }
#container .pt50 { padding-top: 50px !important; }

/*--- pagetop ---*/
p.pagetop {}



/*
===== 4: clearfix ===========================*/

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
	line-height: 0;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */