@charset "utf-8";
/* CSS Document */

@media screen and (max-width: 641px) {
	
/*---スマホナビ---*/

.head_inner {
	display: none;
}
/*.head_inner_sp .a_point {
	float: left;
}*/
/*.head_inner_sp {
    background-color: #00aeef;
    display: table;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
}*/
.head_inner_sp {
    background-color: #00aeef;
    display: table;
    overflow: hidden;
    padding: 5px 0;
    width: 100%;
}
.head_inner_sp .rogo {
    display: table-cell;
    padding-left: 2%;
    vertical-align: middle;
    width: 72%;
}
.head_inner_sp img {
    width: 100%;
}
.head_inner_sp #nav_open {
    background-color: #00a4ef;
    border-radius: 6px;
    float: right;
    font-weight: bold;
    line-height: 57px;
    margin: 0 5px;
    z-index: 200;
}
.head_inner_sp #nav_open a {
    background-color: #fff;
    border-radius: 6px;
    color: #00a4ef;
    display: block;
    font-size: 12px;
	font-size: 1.2rem;
    line-height: 1.5;
    margin: 3px;
    padding: 12px 5px;
    text-align: center;
}
.head_inner_sp #nav_open span {
	font-size: 12px;
	font-size: 1.2rem;
}
.head_inner_sp .a_point {
    background-color: #00a4ef;
    border-radius: 6px;
    float: left;
    margin: 0 5px;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.head_inner_sp .a_point a {
    background: url(../images/access_logo.png) no-repeat center bottom / 80% auto;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    display: block;
    font-size: 12px;
	font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 3px;
    padding: 3px 5px 35px;
    text-align: center;
}
#gNav {
    background: #f6f6f6 none repeat 0 0;
    left: 0;
    position: absolute;
    text-align: center;
    top: -810px;
    transition: top 1s ease 0s;
    width: 100%;
    z-index: 100;
}
#gNav:target {
  top: 0;
  left: 0;
  z-index: 9999;
}
.nav-close {
    background-color: #333;
    border-bottom: 1px solid #fff;
	padding: 5px;
}
#gNav .nav-close a {
	color: #fff;
	font-weight: bold;
}
#gNav a {
    color: #333;
    display: block;
    line-height: 1;
    padding: 15px 0;
}
#gNav ul {
	overflow: hidden;
	z-index: 999;
}
#gNav li {
    border-bottom: 1px dashed #ccc;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    color: #555;
    float: left;
    font-size: 14px;
    list-style: outside none none;
    width: 50%;
}
#gNav li.w_max {
    background-color: #00aeef;
    color: #fff;
    font-weight: bold;
    padding: 14px 0;
    width: 100%;
}
#gNav li.w_max a {
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
#gNav li.single_l {
    background-color: #f6f6f6;
    color: #333;
    font-weight: bold;
    padding: 0;
    width: 100%;
}
.single {
	padding: 5px 0;
}

/*---ヘッダー---*/	

header {
    background-color: #00aeef;
    border-bottom: 1px solid #ccc;
    height: auto;
    margin: 0;
    padding: 0;
	position: relative;
}
h1 {
    background-color: #fff;
    color: #333;
    font-size: 60%;
    font-weight: normal;
    padding: 0.5%;
}
.head_box {
    width: 100%;
	padding-bottom: 5px;
	text-align: center;
}
.head_box h1 {
	
	font-weight: normal;
	font-size: 60%;
}
.head_box .fb-like {
	
}
span.sp_none {
	display: none;
}
.head_a {
	float:right;
	font-size: 1.6rem;
	font-size: 16px;
	text-align: right;
}
/*.head_c {
	background-color: #000000;
}*/
.head_btm {
    margin: 0;
    width: 100%;
}
/*.head_info {
    padding: 5px 0 10px;
    text-align: center;
}*/
.lil {
	display: none;
}
.lil_color {
    color: #3f3f3f;
    font-size: 1.2rem;
    line-height: 1.7;
}
.lil_color_s{
	color: #3f3f3f;
    font-size: 1.2rem;
    line-height: 1.7;
	margin: 20px 0 0 0;
}
.lil_color_r {
	font-size: 1.3rem;
	color: #ec2a3e;
}
#menu li, #menu_sp li {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    list-style-type: none;
    text-align: center;
    width: 20%;
	margin: 0;
}
#menu li a, #menu_sp li a {
    border: medium none;
    color: #fff;
    display: block;
    font-size: 10px;
    line-height: 1;
    padding: 20px 0;
    width: auto;
}
#menu li a:hover, #menu_sp li a:hover{
	text-decoration: underline;
}
#menu li.nav01 a, #menu_sp li.nav01 a {
    border-left: none;
    padding: 20px 0;
    width: auto;
}
#menu li.nav05 a, #menu_sp li.nav05 a {
	border-right: none;
}
h2 {
    border-bottom: 1px dashed #f77a1e;
    border-left: 5px solid #f77a1e;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin: 20px 0 0;
    padding: 10px 0 10px 5px;
}
h2.midashi {
    margin: 20px 0;
    padding: 10px 0 10px 5px;
}
h3.midashi, #page h3.midashi {
    border-bottom: 1px dashed #f77a1e;
    border-left: 5px solid #f77a1e;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    margin: 30px 0 20px;
    padding: 10px 0 10px 5px;
}
.top h2 img, .contents h2 img, .division h2 img {
	display: none;
}
.division ul li img {
	margin: 8px 0 0;
}
/*.btm_left {
    display: none;
}*/
.btm_left {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
}
/*.btm_left img {
	width: 70%;
}
*/
.btm_left img {
    width: 100%;
}
.btm_right {
	display: none;	
}
.works_list {
    margin: 0 0 0 -5%;
    overflow: hidden;
}
.works_list div {
    float: left;
    font-size: 12px;
	font-size: 1.2rem;
    line-height: 1.2;
    list-style-type: none;
    margin: 0 0 5% 5%;
    width: 45%;
}
.works_list .pc {
    display: none;
}
.works_list p {
	font-size: 14px;
    font-size: 1.4rem;
    margin: 10px 0 0;
    text-align: center;
    text-decoration: underline;
}
.works_list .sp_style {
	margin: 0 0 0 5%;
}
.top .contents_list ul li {
	background-image: url(../images/sp_list_mark.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    border: 1px solid #707070;
    box-sizing: border-box;
    float: left;
    list-style-type: none;
    margin: 0 0 15px;
    padding: 10px;
    width: 100%;
}
.top .contents_list ul .sp_style, #page .sp_style {
	margin: 0;
}
.top .contents_list dd.gazou_chuuou {
	float: left;
}
.top .contents_list dt {
    background-color: #00aeef;
    border-left: 5px solid #0076a3;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
}
.top .contents_list dd {
	text-align: left;
	line-height: 1.2;
	margin: 0 10px 0 2px;
	font-size: 18px;
	font-size: 1.8rem;
}
.top .contents_list dd.chuou {
    font-weight: bold;
	color: #07539f;
	margin:0 0 5px;
}
.top .services_list ul {
	margin: 0;
}
.top .services_list ul li.top_line {
	border-top: solid 1px #333;
}
.top .services_list ul li {
    background-image: url(../images/sp_list_mark.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 5% auto;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}
.top .services_list dt {
    float: left;
    padding: 0;
}
.top .services_list dt + dd {
	font-weight: bold;
	font-size: 1.8rem;
	font-size: 18px;
	margin: 0;
	color: #07539f;
}
.top .services_list dd {
	margin: 0;
	line-height: 1.3;
}
.contents_list dt img ,.services dt img {
	width: 80%;
	height: auto;
}
.contents_list, .services_list {
    margin: 0 auto;
    width: 96%;
}
.google-maps {
	display: none;
}
#sidenav {
	display: none;
}
.bana_chuuou {
    margin: 40px 0 20px !important;
}
.t_red_sp {
	color: #f00;
	display: block;
}
	
#top_page .banner .bana_info ul li {
    margin: 0 20px 20px;
}

/*------------------------------------------------------------
	アコーディオンメニュー
------------------------------------------------------------*/

.top .features_list h3 {
    background-image: url(../images/features_icon.png);
    background-position: left 3px;
    background-repeat: no-repeat;
    padding: 0 0 0 35px;
	margin: 0 0 10px 0;
}
.st-accordion {
    width:100%;
    min-width:270px;
    margin: 0 auto;
}
.st-accordion ul li {
    border-bottom: 1px solid #c7deef;
    border-top:1px solid #fff;
    overflow: hidden;
}
.st-accordion ul li:first-child {
    border-top:none;
}
.st-accordion ul li > a {
    font-size: 18px;
    display: block;
	position: relative;
    line-height: 50px;
	outline:none;
    -webkit-transition:  color 0.2s ease-in-out;
	-moz-transition:  color 0.2s ease-in-out;
	-o-transition:  color 0.2s ease-in-out;
	-ms-transition:  color 0.2s ease-in-out;
	transition:  color 0.2s ease-in-out;
	background: url(../images/features_icon.png) no-repeat 10px center;
	padding: 0 0 0 45px;
	color: #333;
}
.st-accordion ul li > a span {
	background: transparent url(../images/down.png) no-repeat center center;
	text-indent:-9000px;
	width: 26px;
	height: 14px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover {
    color: #1693eb;
}
.st-accordion ul li > a:hover span {
	opacity:1;
	right: 10px;
}
.st-accordion ul li.st-open > a {
    color: #1693eb;
	background: url(../images/features_icon.png) no-repeat left center;
	padding: 0 0 0 45px;
}
.st-accordion ul li.st-open > a span {
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:10px;
	opacity:1;
}
.st-content {
    padding: 5px 0px 30px 0px;
}
.st-content p {
    font-size:  16px;
    line-height:  28px;
    padding: 0px 4px 15px 4px; 
}
.st-content img {
    width:125px;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}

/*------------------------------------------------------------
	アコーディオンメニュー
------------------------------------------------------------*/

.acd-menu dt {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
	box-sizing: border-box;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    height: 55px;
    line-height: 55px;
    padding: 0 30px 0 40px;
    position: relative;
}
.acd-menu dt + dd {
	margin: 10px 0 0;
}
.footer_sp .acd-menu dd ul li {
	list-style: none;
	padding: 5px;
}
.footer_sp .acd-menu dd ul li a {
    background-color: #f4f4f4;
    border-bottom: 2px solid #999;
	box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px 0 5px;
    position: relative;
}
.acd-menu dt span {
	display: none;
}





.acd-menu02 dt {
    background-color: #fff;
	box-sizing: border-box;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    padding: 0 30px 0 10px;
    position: relative;
	border-left: 5px solid #00aeef;
}
.acd-menu02 dt + dd {
	margin: 0;
}
.footer_sp02 .acd-menu dd ul li {
	list-style: none;
	padding: 5px;
}
.footer_sp02 .acd-menu dd ul li a {
    background-color: #f4f4f4;
    border-bottom: 2px solid #999;
	box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 12px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px 0 5px;
    position: relative;
}
.acd-menu02 dt span {
	display: none;
}

.acd-menu03 dt {
    background-color: #F3F3F3 !important;
    border-left: 5px solid #00aeef;
	border-bottom: none;
}

/*------------------------------------------------------------
	タブ切り替え
------------------------------------------------------------*/

#tabwrap { 
    overflow: hidden; 
    min-height: 300px;
    margin: 20px auto 0;
  
}
#tabs_s li a {
    box-sizing: border-box;
    color: #333;
    display: block;
    float: left;
    font-size: 1.4rem;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    width: 50%;
}
.tabs_pc {
	display: none;
}

/*------------------------------------------------------------
	ご利用案内
------------------------------------------------------------*/

.goriyouannai_pc {
	display: none;
}

/*------------------------------------------------------------
	インフォメーション
------------------------------------------------------------*/

.info_list {
	width: 96%;
	margin: 0 auto!important;
}
.info_list dl dt {
	margin: 10px 0;
}
.info_list dl dd {
	 margin: 5px 0;
}
.title_word {
    margin: 0 auto 20px;
}
.title_word dt {
    font-size: 1.6rem;
	font-weight: bold;
    margin: 0 0 10px;
}
.jyouhou {
	width: auto;
	height: 300px;
	overflow: auto;
	font-size: 14px;
	font-size: 1.4rem;
}
.news_info h3, .toiawase_info h3 {
    background-color: #333;
    border-bottom: 5px solid #F60;
    margin: 0 0 10px;
    /*padding: 0 0 0 10px;*/
	color: #fff;
	text-align: center;
}
.news_info li {
	margin: 0 0 3px 0;
}
.bana_info ul {
	margin: 20px 0 0;
}
.three_column {
	margin: 40px 0 0;
}
.toiawase_info {
    width: auto;
}
/*------------------------------------------------------------
	会社概要
------------------------------------------------------------*/

.company {
	padding: 0 6px;
}
.company a {
	color: #F33;
	text-decoration: underline;
}
.kaisha_gaiyou {
    background-color: #00aeef;
    margin: 0;
    padding: 1px 0 20px;
	color: #fff;
}
.kaisha_gaiyou dl dt {
	margin: 0;
}
.kaisha_gaiyou dl dt + dd {
	font-weight: bold;
}
.kaisha_gaiyou dl dd {
	margin: 10px 0;
	font-size: 14px;
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/

.footer_pc  {
	display: none;
}
.footer_btm {
    background-color: #000;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}
.footer_btm p {
	color: #fff;
}
.footer_btm p a {
	color: #fff;
}

/*------------------------------------------------------------
	モバイル向け開閉ボタン
------------------------------------------------------------*/

.button {
    position: absolute;
    right: 3px;
    top: 15px;
}
.slidemenu {
	background-color: #f4f4f4;
	top: 0;
	width: 240px;
	position: fixed;
	visibility: hidden;
	z-index: -2;
}
.slidemenu li {
	list-style: none;
	border-top: 1px solid #4D4D4D;
	border-bottom: 1px solid #000;
	font-size: 14px;
	line-height: 1.8;
	z-index: -1;
}
.slidemenu li a {
	padding: 10px 0 10px 20px;
	display: block;
	text-decoration: none;
	color: #333;
}
.slidemenu li:first-child {
	border-top: none;
}
.slidemenu li:last-child {
	border-bottom: none;
}
.slidemenu .slidemenu-header {
	height: 49px;
	border-bottom: 1px solid #000;
	box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
	background-color: #333;
	position: relative;
}
.slidemenu .slidemenu-header div {
	padding: 0 0 0 20px;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
}
.slidemenu .slidemenu-body {
	height: 100%;
	overflow: hidden;
	position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
	position: relative;
}
.slidemenu-left {
	left: 0;
}
.slidemenu-right {
	right: 0;
}

/*------------------------------------------------------------
	下層ページタブ切り替え
------------------------------------------------------------*/

ul#tab li a img {
	display: none;
}
#page .product ul#tab {
	margin: 0;
}
#page .product ul#tab li a {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    display: block;
    float: left;
	font-size: 1.6rem;
    font-size: 16px;
    font-weight: normal;
    height: 48px;
    line-height: 2.1;
    margin: 0 0 1px 1px;
    padding: 8px 0 0;
    text-align: center;
    text-decoration: none;
    width: 49.65%;
}
#page .product ul#tab li a span {
	display: none;
}
#page .product ul#tab li a:hover {
    text-decoration: underline;
}

/*------------------------------------------------------------
	下層ページ
------------------------------------------------------------*/

#page h2.first, #top_page h2.first {
    margin: 10px 0 20px;
}
.breadcrumb {
    color: #666;
    font-size: 77%;
    list-style-type: none;
     padding: 5px 0 0 5px;
    text-align: left;
}
#page .mark {
    background-image: url(../images/mark_01.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 45px auto;
    color: #f77a1e;
    font-weight: bold;
    margin: 0 8px 20px;
    padding: 5px 0 5px 55px;
}
#page.maker p {
	margin: 8px 8px 0;
}
#page .maker_acer {
	background-image: url(../images/acer01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 45px auto;
	color: #f77a1e;
	padding: 0 0 0 55px;
	margin: 0 8px 20px;
	font-weight: bold;
}
#page .naiyou h4 {
    color: #fbfdfe;
    font-size: 1.8rem;
	font-size: 18px;
    margin: 15px 0;
}
#page section.field {
	margin: 20px 0 0;
}
#page section.field h4 {
	margin: 0 0 20px;
	background-color: #f3f4f6;
	background-image: none;
    font-size: 1.8rem !important;
    font-weight: normal;
    line-height: 1.5;
    padding: 8px;
    text-decoration: none;
    color: #333 !important;
	border-left: solid 5px #ff6c00;
}
#page div.product + section.field h4 {
	margin: 0 0 20px;
}
.wakusen {
    margin: 0 auto;
    width: 96%;
}
.wakusen ul li {
	list-style: inside disc !important;
	margin: 5px 0 5px 0;
}
.wakusen dl dt {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: left;
}
.wakusen dl dd {
	font-size: 1.4rem;
	font-size: 14px;
}
.case_space {
	margin: 0 8px;
}
#page h3 {
    background-color: #f77a1e;
    background-image: none;
    color: #fff;
    font-size: 1.8rem;
	font-size: 18px;
    font-weight: normal;
    margin: 40px 0 20px;
    padding: 8px;
	border-left: 5px solid #333;
}
#page h3.otoiawase_jirei {
	background-color: #333;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0;
    padding: 10px 0 10px 20px;
	border-left: 5px solid #ff6c00;
	text-align: left;
}
#page .p_rede {
    list-style-position: inside;
    margin: 0 8px;
}
#page .koshou ul {
    display: none;
}
#page .koshou p {
    margin: 20px 8px 0;
}
#page .koshou + p {
	margin: 20px 8px 0;
}
#page .gazou_chuuou {
	text-align: center;
}
.naiyou p + .gazou_chuuou {
    margin: 20px 0 0;
}
.mitumori {
	margin: 0 auto;
	color: #f00;
	width: 96%;
}
.mitumori dt {
    background-color: #feeac5;
    border-left: 5px solid #f77a1e;
    color: #333;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
    /*text-align: center;*/
}
.mitumori ul {
	margin: 20px 0 0 0;
}
.mitumori li {
	list-style: inside disc;
}
.before_after {
    border-bottom: 1px solid #333;
    margin: 20px 0;
    padding: 0 0 30px;
	text-align: center;
}
.before_after dl {
	margin: 15px 0 0 0;
}
.maker_setumei dd {
    margin: 0 auto 10px;
    width: 96%;
}
.maker_setumei a {
    text-align: center;
}
.truck {
	background-image: url(../images/icon_touchaku.png);
    background-position: right bottom;
    background-repeat: no-repeat;
	background-size: 70px auto;
}
.jirei {
    height: 300px;
    margin: 0 auto;
    overflow: auto;
    width: 92%;
}
.maker_setumei dt span.inner_box {
    font-size: 18px;
    padding: 3px 0 3px 10px;
}
#page .inner_case, #page .inner_list {
    margin: 0 auto 16px;
    width: 96%;
}
#page .inner_case p {
    line-height: 1.5;
}
#page .inner_case dt {
	display: none;
}
#page .inner_case dt img {
	width: 35%;
}
#page .inner_case dd {
	color: #f77a1e;
	padding: 0;
	margin: 0 0 2px 0;
	font-weight: bold;
}

/*------------------------------------------------------------
	下層ページアコーディオン
------------------------------------------------------------*/

#page .performance {
	margin: 0 0 20px;
}
#page .performance .shousai li {
	float: left;
}

/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/

caption {
	font-size: 1.2rem;
	font-size: 12px;
	text-align: left;
}
.maker_price_01 {
    border-collapse: collapse;
    margin: 20px auto 5px;
    width: 96%;
}
.maker_price_01 + p {
	font-size: 12px;
	font-size: 1.2rem;
	margin: 4px 8px 20px !important;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 2px;
    padding: 2px;
}
.maker_price_01 th {
    background-color: #eee;
    border: 1px solid #b9b9b9;
    color: #333;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    width: 25%;
	font-size: 1.4rem;
    font-size: 14px;
}
.maker_price_01 td {
    background-color: #fff;
    border: 1px solid #b9b9b9;
	font-size: 1.2rem;
    font-size: 12px;
    padding: 12px;
}
.cont_serve .maker_price_01 td {
	text-align: center;
}
.cont_serve .maker_price_01 td a {
	text-decoration: underline;
}
.voice .maker_price_01 th {
	background-color: #ff6c00;
	color: #fff;
}
.voice .maker_price_01 th {
    background-color: #ff6c00;
    border: 1px solid #000;
    width: 8%;
}
.voice .maker_price_01 th:first-child {
	width: 25%;
}
.voice .maker_price_01 td {
	border: 1px solid #000;
}

/*------------------------------------------------------------
	テーブル
------------------------------------------------------------*/

table.maker_price_01 .kaigyou span, table.maker_price_02 .kaigyou span, table.maker_price_03 .kaigyou span {
	display: inline-block;
}
table.maker_price_02 {
    border: 3px solid #00aeef;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
	font-size: 1.2rem;
    margin: 20px auto 0;
    width: 96%;
	line-height: 1.5;
}
.maker_price_02 td {
    background-color: #fff;
    padding: 2px;
}
.maker_price_02 td.bg_orenge {
	background-color: #f77a1e;
	border-bottom: solid 3px #00aeef;
	border-right: solid 3px #00aeef;
	color: #fff;
	padding: 3%;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.maker_price_02 td.bg_red {
	background-color: #f00;
	border-top: 3px solid #00aeef;
	color: #fff;
	width: 52%;
	padding: 3%;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.maker_price_02 td.line {
	padding: 0;
	border-bottom: solid 3px #00aeef;
}
.maker_price_02 td.line_n {
	padding: 0;
	border-right: solid 3px #00aeef;
}
.maker_price_02 td.line_b {
	border-right: solid 3px #00aeef;
}
.maker_price_03 {
    border-collapse: collapse;
    box-sizing: border-box;
    margin: 20px auto;
    width: 96%;
}
.maker_price_03 td:first-child {
    text-align: center;
	white-space: nowrap;
}
.maker_price_03 td {
    background-color: #e5eaff;
    border: 1px solid #fff;
    color: #333;
    font-size: 15px;
    padding: 12px;
    text-align: center;
}
.maker_price_03 td a {
	color: #F30;
	text-decoration: underline;
}
.maker_price_03 th {
    background-color: #36f;
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    vertical-align: top;
    /*border-box: 25%;*/
	white-space: nowrap;
	font-weight: normal;
}

/*------------------------------------------------------------
	修理依頼の流れ
------------------------------------------------------------*/

.flow .wakusen dt {
    background: #09f none repeat scroll 0 0;
    border-color: #999;
    border-radius: 6px;
    color: #ffffff;
    font-size: 18px;
	font-size: 1.8rem;
    font-weight: bold;
    height: auto;
    line-height: 1.8;
    margin: 8px;
    opacity: 0.9;
    padding: 4px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	text-align: center;
}
.flow .wakusen dd {
	margin: 8px;
}
.text_wakusen {
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, 1px 1px 0 #fff, -1px 1px 0 #fff;
}
.text_wakusen_bk {
    text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, 1px 1px 0 #333, -1px 1px 0 #333;
	display: block;
}
.flow .wakusen .flush img {
    float: right;
    margin: 19px 10px 0;
}
.flow .wakusen ol {
    margin-top: 19px;
	font-size: 16px;
	font-size: 1.6rem;
}
.flow .fork_r, .flow .fork_l {
    float: none;
	margin: 20px 0 0
}
.flow .fork_l .wakusen dt {
	background: #8cc11a none repeat scroll 0 0;
}
.flow .fork_r .wakusen dt {
    background: #ffc01a none repeat scroll 0 0;
}
.flow .center {
    display: none;
}
.flow .fork_r .wakusen, .flow .fork_l .wakusen {
    margin: 0 auto 10px;
    width: 92%;
}
.flow .product ol li {
	list-style: outside none none;
	margin: 3px 0 0 0;
}
.flow .product {
	margin: 0 0 20px 0;
}
.flow ol li span {
	display: block;
}
.shuuri_houhou .product .naiyou ul li {
    list-style: inside none circle;
    margin: 15px 0 15px 15px;
}
.shuuri_houhou .product .naiyou ul li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #f77a1e;
    float: none;
    margin: 15px 0 15px 8px;
    padding: 0;
    text-decoration: underline;
}

/*------------------------------------------------------------
	よくある質問/キャンペーンページ
------------------------------------------------------------*/

.faq h3 {
    background-color: #f77a1e;
	background-image: none;
    border-left: 3px solid #f3f4f6;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 10px;
    padding: 8px;
}
.wall_paper span {
    font-size: 24px;
	font-size: 2.4rem;
    font-weight: bold;
    margin: 0 10px 0 0;
}
#page .wall_paper.q_a div {
    box-sizing: border-box;
    margin: 0 auto;
    width: 96%;
}
.q_a div {
	margin: 0 0 20px 0;
}

/*------------------------------------------------------------
	学割
------------------------------------------------------------*/

.gakuwari .title_word dt {
    line-height: 1.5;
}

/*------------------------------------------------------------
	スライダー
------------------------------------------------------------*/

#interface {
	display: none;
}

/*------------------------------------------------------------
	メールフォーム
------------------------------------------------------------*/

.form table.formTable{
	margin: 20px auto;
	border-collapse: collapse;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.form select.waku {
	/*height: 30px;*/
	border: solid 3px #5fb6e0;
	background-color: #fefefe;
	padding: 5px;
	/*width: 100%;*/
}
.form input.waku {
    background-color: #fefefe;
    border: 3px solid #5fb6e0;
    box-sizing: border-box;
    height: 30px;
    padding: 5px;
    width: 100%;
}
.form textarea.waku {
	border: solid 3px #5fb6e0;
	background-color: #fefefe;
	padding: 5px;
    width: 100%;
	box-sizing: border-box;
}
input#submit_button {
    width: 150px;
    height: 50px;
	font-size: 1.8rem;
	font-size: 18px;
	margin: 20px 10px 0 0;
}

/*------------------------------------------------------------
	メールフォーム・スマホ対応
------------------------------------------------------------*/

.mail_form {
	width: 93%;
	margin:0 auto;
	box-sizing: border-box;
}
.formTable {
	overflow: hidden;
	box-sizing: border-box;
}
.l_table {
    box-sizing: border-box;
    float: none;
    font-weight: bold;
    margin: 0 0 10px;
    width: 100%;
}
.r_table {
    box-sizing: border-box;
    float: none;
    margin: 0 0 20px;
    width: 100%;
}

/*------------------------------------------------------------
	cssボタン
------------------------------------------------------------*/
.style_button {
	margin: 0 0 30px 0;
}

/*------------------------------------------------------------
	スティッキーヘッダー
------------------------------------------------------------*/
.my-sticky-element.stuck {
		position:fixed;
		top:0;
		box-shadow:0 2px 4px rgba(0, 0, 0, .3);
		background-color: #000000;
		width: 100%;
		z-index: 999;
		opacity: 0.8;
}

/*------------------------------------------------------------
	改訂版メニューのアコーディオン
------------------------------------------------------------*/

#top_page p.top_point, #page p.top_point {
    background-color: #00aeef;
    background-image: url(../images/midashi_line01.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    border: medium none;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding: 29px 15px;
}
#page .accordion_ul p, #top_page .accordion_ul p {
    background-color: #333;
    border-bottom: solid 1px #ccc;
    margin: 0 0 1px 0;
    padding: 15px;
    color: #FFF;
    cursor: pointer;
    position: relative;
	font-size: 1.6rem;
	font-size: 16px;
	font-weight: normal;
}
.accordion_ul li {
    background-color: #F2F2F2;
    border-bottom: solid 1px #D6D6D6;
	padding: 0;
}
.accordion_ul li a {
    position: relative;
    display: block;
}
.accordion_ul p:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #FFF;
}
.accordion_ul p:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #333;
}
.accordion_ul p.active:before {
  margin-top: -2px;
}
.accordion_ul p.active:after {
  margin-top: 3px;
}

/*------------------------------------------------------------
	左イメージ右テキスト
------------------------------------------------------------*/

.left_mark {
	display: none;
}
.right_text {
    float: none;
    margin: 0 0 20px;
    padding: 0 8px 0 25px;
}
.right_text li {
	color: #f77a1e;
    font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
	line-height: 1.5;
}
.right_text li br {
	display: none;
}

/*------------------------------------------------------------
	液晶分解ページ
------------------------------------------------------------*/

#page.cont_serve .title_word {
	width: 96%;
	margin: 0 auto 20px !important;
}
#page.bunkai .title_word.info_list dt {
	background: none;
	padding: 0;
	line-height: 1.5;
}
#page.gakuwari .title_word dt {
    background: rgba(0, 0, 0, 0) url(../images/mark_01.png) no-repeat scroll left center;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 20px;
    padding: 0 0 0 88px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

.head_a_btm {
    display: table;
    /*overflow: hidden;*/
    /*position: relative;*/
    vertical-align: middle;
}
#sp_tel_no{
	width: 96%;
	margin: 10px auto 0;
}

/*------------------------------------------------------------
	infomation/sns
------------------------------------------------------------*/

#twitter-widget-0 {
	width: 100%!important;
}
.twitter-timeline {
	width: 100%!important;
	margin: 20px 0!important;
}
.snstw_info {
	margin: 20px 0 20px 0;
}
.bana_info {
	margin: 20px 0 0;
}
.snsfb_pc_info {
	display: none;
}

/*------------------------------------------------------------
	トップページの下部bana
------------------------------------------------------------*/

.bana_info ul li {
    float: none;
}
.bottom_space {
	margin: 0 0 20px 0;
}

.new_info {
	margin: 20px 0 0;
}
.new_info a {
	text-decoration: underline;
	color: #F33;
}

/*------------------------------------------------------------
	お問い合わせボタン
------------------------------------------------------------*/

.toiawase_btn .toiawase_l {
    float: none;
    margin: 0 auto 10px;
    width: 96%;
	text-align: center;
}
.toiawase_btn .toiawase_r {
    float: none;
    margin: 0 auto;
    width: 96%;
	text-align: center;
}

/*------------------------------------------------------------
	店舗
------------------------------------------------------------*/
	h2.store_midashi{
		font-size:3.0rem;
	}
	h2.store_midashi .tel{
		font-size:2.0rem;
		float:right;
		line-height:2;
		text-decoration:none;
		padding:0 10px 0 0;
	}
	h2.store_midashi .tel i{
		margin:0 .5em 0 0;
	}
	.store_map{
		
	}
	.store_map .left_content{
		margin:0 0 20px;
	}
	.store_map .right_content{
	}
	.store_map .gmap{
	}
	.store_map .gmap .more{
		padding:10px 10px 0;
		text-align:right;
	}
	.store_map .gmap .more a{
		display:inline-block;
		padding:10px 20px;
		color:#fff;
		background-color:#00aeef;
	}
	.store_map .gmap .more a:hover{
		opacity:.8;
	}
	.store_map .gmap iframe{
		width:100%;
		height:430px;
	}
	.store_map .content_info{
		margin:0 0 20px;
	}
	.store_info2 .content_info h4{
		background-color:#e6e6e6;
		font-size:1.6rem !important;
		padding:10px 20px;
		color:#000 !important;
	}
	.store_info2 .content_info h4 i{
		margin:0 .5em 0 0;
	}
	.store_info2 .content_info p{
		margin:0 20px 20px;
	}
	.store_info2{
		margin:0 0 60px;
	}
	.store_map .right_content .info{
		background-color:#e6e6e6;
		padding:10px;
	}
	.store_map .right_content .info dl{
		margin:0 0 20px;
	}
	.store_map .right_content .info dl dt{
		background-color:#333;
		color:#fff;
		padding:5px 10px;
		margin:0 0 10px;
	}
	.store_map .right_content .info dl dd{
		margin:0 5px;
		font-size:1.5rem;
	}
	.store_map .right_content .info dl img{
		padding:5px 0 0;
	}
	
	.banner_sp{
	}
	.banner_sp ul li{
		list-style:none;
		margin:0 20px 20px;
	}
}