/***** base CSS *****/

/*==========================================================

  reset.style
  body.style
  header.style
  common.style
  sidemenu.style
  login.style
  index.style
  order/index.style
  customer/index.style
  search.style
  popup.style
  acordion.style
  color.style
  footer.style

   
===========================================================*/


/* -------------------------------------------------------
  reset.style
------------------------------------------------------- */

/* 初期設定 START */
*{
	margin:0;
	padding:0;
	line-height : 1.4em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
th,
td,
dt,
dd
{
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:normal;
	line-height : 1.6em;
	list-style : none;
	text-decoration : none;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333333;
}

table,th,td{
	box-sizing:border-box;
}


/* タグ設定 START */
img{
	border:0px;
	vertical-align:text-bottom;
}

p{
	margin-bottom:7px ;
}

em{
	font-weight:bold;
	font-style:normal;
	color:red;
}

bold{
	font-weight:bold;
	font-style:normal;
}

a{
/* 	text-decoration:underline; */
}


/* 部品設定 START */
.only_img{
	margin:0px;
	padding:0px;
}

.only_img_r{
	margin:0px;
	padding:0px;
	text-align:right;
}

.only_img_l{
	margin:0px;
	padding:0px;
	text-align:left;
}

.only_img_c{
	margin:0 auto;
	padding:0px;
	text-align:center;
}

.clear{
	margin:0px;
	padding:0px;
	clear:both;
}

.hr_clear{
	clear:both;
	height:1px;
	width:1px;
	margin /*forWinIE6*/ :0px 0 15px 0;
	padding:0px;
	border:0;
	visibility:hidden;
}

.clearfix {
	display: block; /* for IE8 */
}
.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: ".";
}

.float_l,
.res_float_l{
	margin:0px;
	padding:0px;
	float:left;
	display:inline;/*forWinIE6*/
}

.float_r,
.res_float_r{
	margin:0px;
	padding:0px;
	float:right;
	display:inline;/*forWinIE6*/
}

.textright{
	text-align:right;
}

.textcenter{
	text-align:center;
}

.color_red,
.color_red a{
	color:red;
}

.bold{
	font-weight:600;
}

.bs_m_text,.bs_m_text p,.bs_m_text a{font-size:13px;}
.bs_s_text,.bs_s_text p,.bs_s_text a{font-size:12px;}
.bs_ss_text,.bs_ss_text p,.bs_ss_text a{font-size:11px;}

.res_br_block{display:none;}
.res_block{display:none;}

/* テキストリンク */
.bs_textlink a{
	text-decoration:underline;
}

/* 改行しても見栄えがいいインデント */
.bs_indent01 p,
p.bs_indent01 {
	margin-left: 1em; /* ブロック全体を 1em 右に */
	text-indent: -1em; /* 先頭の1文字のみ 1em 左に */
}

/* -------------------------------------------------------
  body.style
------------------------------------------------------- */

/* ボディ START */
body{
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}


/* 外枠 START */
#rap{
	width:100%;
	margin:0px auto;
	padding:0px 0px;
	text-align: center;
/*	padding:0px 12px;  外枠にグローをつけるときにセットグロー分だけ  */
/*	background:url("../pic/bg01.png") repeat-y ;  外枠にグローをつけるときセット  */
}



/* -------------------------------------------------------
  header.style
------------------------------------------------------- */
#header{
	width:100%;
	position: fixed;
	top: 0px;
	z-index:999;
}

#header_in{
	width:100%;
	max-width:1044px;
	margin:0 auto;
	padding:5px 12px;
	box-sizing:border-box;
	display:table;
	position:relative;
}

#header h1,
ul#bs_header_menu{
	display:table-cell;
	vertical-align:middle;
	text-align:left;
}

#header h1 span{
	display:block;
	width:70px;
	line-height:0.5em;
}

#header h1 span img{
	width:100%;
}

.bs_header_btn a{
	background-color:#FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display:table;
	height:34px;
	padding:0 8px;
}

.bs_header_btn a i,
.bs_header_btn a span{
	display:table-cell;
	vertical-align:middle;
}

.bs_header_call{
	position:absolute;
	top:10px;
	right:10px;
}

.bs_header_call i{
	font-size:20px;
	padding-right:5px;
}

.bs_header_img01{
	position:absolute;
	bottom:0px;
	right:30px;
}
.bs_header_img01 img{
	max-height:38px;
}

.bs_trigger{
	display:none;
}

ul#bs_header_menu{
	max-width:550px;
	height:82px;
}

ul#bs_header_menu li{
	float:left;
	display:inline;
}

ul#bs_header_menu li a{
	display:block;
	font-size:15px;
	color:#FFFFFF;
}

ul#bs_header_menu li:nth-child(odd) a{
	background:url(../pic/00_icon_flower01.png) no-repeat 5px center;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	padding:7px 12px 7px 23px;
}
ul#bs_header_menu li:nth-child(even) a{
	background:url(../pic/00_icon_choucho01.png) no-repeat 5px center;
	background-size: 14px 14px;
	-webkit-background-size: 14px 14px;
	padding:7px 12px 7px 23px;
}



/* -------------------------------------------------------
  common.style
------------------------------------------------------- */
#contents{
	clear:both;
	width:100%;
	margin:0;
	padding-top:92px;
	text-align: left;
}

/* ブロック
--------------------------- */

/* フルスクリーン */
.bs_section01{
	padding:65px 0;
}

.bs_section01 p:last-child{
	margin-bottom:0;
}

.bs_coming_section01{
	padding:250px 0;
}

.bs_section02{margin-bottom:40px;}

.bs_section01_top{
	padding-top:50px;
}

.j_single-item-s{
	max-width:1020px;
	margin:0 auto;
}

/* コンテンツ幅 max1020px */
.bs_section01_in{
	max-width:1044px;
	padding:0px 12px;
	margin:0 auto;
	box-sizing:border-box;
}

/* 2カラム メイン */
.bs_2col_main01 {
	width:75%;
}

/* 2カラム　サイド */
.side_menu{
	width:22.55%;
}

ul.bs_side_menu01 li{
	border-bottom:1px solid #E0E0E0;
}

ul.bs_side_menu01 li a{
	display:block;
	padding:10px 0;
}

.bs_2col .bs_box{
	width:49.02%;
}

.bs_3col .bs_box,
.bs_res_3col .bs_box{
	width:31.75%;
	max-width:324px;
	margin-right:2.375%;
}

.bs_4col .bs_box,
.bs_res_4col .bs_box{
	width:23.25%;
	margin-right:2.33%;
}

.bs_5col .bs_box,
.bs_res_5col .bs_box{
	width:18.43%;
	margin-right:1.96%;
}

.bs_3col .bs_box:nth-child(3n),
.bs_res_3col .bs_box:nth-child(3n),
.bs_4col .bs_box:nth-child(4n),
.bs_res_4col .bs_box:nth-child(4n),
.bs_5col .bs_box:nth-child(5n),
.bs_res_5col .bs_box:nth-child(5n){
	margin-right:0;
}

.bs_bd_box{
	border:1px solid #E0E0E0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding:15px;
	box-sizing:border-box;
	margin-bottom:20px;
}

.bs_tbl_box{
	display:table;
}

.bs_tbl_box_in,
.bs_tbl_box_img,
.bs_tbl_box_text{
	display:table-cell;
	vertical-align:middle;
}

.bs_tbl_box_img{
	width:24.6%;
	padding-right:15px;
}

.bs_img01 img{
	width:100%;
}

/* その他
--------------------------- */
.bs_mb10{margin-bottom:10px;}
.bs_mb20{margin-bottom:20px;}
.bs_mb30{margin-bottom:30px;}
.bs_mb40{margin-bottom:40px;}
.bs_mb60{margin-bottom:60px;}

/* キャプション
--------------------------- */
.bs_title{
	font-size:42px;
	margin-bottom:40px;
}

.bs_title_m,
.bs_title_m01,
.bs_title_m02{
	font-size:24px;
	font-weight:600;
	margin-bottom:15px;
}

.bs_title_s,
.bs_title_s01,
.bs_title_s02{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}

.bs_title_ss{
	font-weight:600;
	margin-bottom:5px;
}

.bs_bd_title{
	padding-bottom:5px;
	border-bottom:1px solid #E0E0E0;
}

.bs_copy01{
	font-size:110%;
	line-height:2em;
	margin-bottom:60px;
}

.bs_sub_caption{
	padding:40px 0;
	border-bottom:1px solid #E0E0E0;
	margin-bottom:50px;
}

.bs_sub_caption h2{
	font-size:24px;
	text-align:center;
}

/* パンくず  ***/
.bs_pankuzu {text-align:left;clear:both; font-size:12px; margin:30px 0 50px;}
.bs_pankuzu span{font-weight:600;}
.bs_pankuzu a{font-size:12px;}
#bs_pankuzu_bt{margin-top:50px;}


/* table
---------------- ----------------- */
table{
	clear:both;
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.bs_tbl01 th,
table.bs_tbl01 td{
	padding:10px 20px;
}

/* form
---------------- ----------------- */
.bs_form_check00{
	font-size:14px;
	color:#CC0000;
	padding-left:10px;
}

input,
textarea,
select,
label{
	border:1px solid #E0E0E0;
	padding:9px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-sizing:border-box;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
}

input::-webkit-input-placeholder {color: #888888;}
input:-ms-input-placeholder {color: #888888;}
input::-moz-placeholder {color: #888888;}

/* dl */
dl,
dt,
dd{
	box-sizing:border-box;
}

.bs_form_dl01 dt{
	padding:8px 15px;
	background-color:#F2F3F7;
	font-size:15px;
	font-weight:600;
}
.bs_form_dl01 dt .bs_form_check00{
	font-weight:500;
}

.bs_form_dl01 dd{
	padding:15px 0 25px;
	margin-bottom:20px;
}

.bs_form_dl01 input[type="text"],
.bs_form_dl01 textarea{
	width:100%;
}

/* ボタン
--------------------------- */
.bs_btn,
.bs_btn_s{
	width:100%;
	max-width:390px;
}

.bs_btn a,
.bs_btn input,
.bs_btn_s a,
.bs_btn_s input{
	display:inline-block;
	width:100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	font-size :15px;
	text-align:center;
	margin:0 auto;
	box-sizing:border-box;
	cursor:pointer;
	-webkit-appearance: none; /* iPhoneでのオリジナルフォームボタン再現 */
}

.bs_btn a,
.bs_btn input{
	padding:13px;
}

.bs_btn_s a,
.bs_btn_s input{
	padding:4px 10px;
}

.bs_btn:hover,
.bs_btn_s:hover{
	opacity:0.8;
	filter: alpha(opacity=80); /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* ie 8 */
	-moz-opacity:0.8; /* FF lt 1.5, Netscape */
}

ul.bs_btn_2col{
	display:table;
	table-layout: fixed; /* テーブルの列幅を均等に */
	width:100%;
	max-width:500px;
	margin:0 auto;
}

ul.bs_btn_2col li{
	width:50%;
	display:table-cell;
	vertical-align:middle;
	padding:0 6px;
}

ul.bs_btn_2col li a,
ul.bs_btn_2col li input{
	padding:13px 0;
}

ul.bs_btn_2col_s{
	display:table;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 10px 0;  /* 左右 上下で記述 */
}
ul.bs_btn_2col_s li{
	display:table-cell;
	vertical-align:middle;
}

.bs_bg_cover_img01{
	width: 100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-attachment: fixed; /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
	background-size: cover;
}

.me_top_bs_bg_cover_img01{background-image:url(../pic/bg_img02.jpg);}




.effect div{ 
  transition: .8s;
  transition-delay: .8s;
}



/* -------------------------------------------------------
  index.style
------------------------------------------------------- */

/* news */
.j_ticker {
	position: relative;
	overflow: hidden;
}
 
.j_ticker ul {
	width:100%;
	position: relative;
}
 
.j_ticker ul li {
	display: none;
	width:100%;
}
.j_ticker ul li a {display: block;}

ul#me_index_news_ul li a{
	display:block;
	font-size:13px;
	padding:12px 0;
}

ul#me_index_news_ul li a span{
	display:inline-block;
	padding-right:15px;
}

#me_index_release ul{
	width:100%;
	display:table;
	table-layout: fixed; /* テーブルの列幅を均等に */
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 15px 0;  /* 左右 上下で記述 */
	margin-bottom:20px;
}

#me_index_release ul li{
	display:table-cell;
	text-align:center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:15px;
	box-sizing:border-box;
	background-color:#FFFFFF;
}

#me_index_release ul li img{
	margin-bottom:10px;
}

#me_index_release h4{
	font-size:19px;
	font-weight:600;
}
#me_index_release h4 span{
	margin:0 0 0 20px;
}

.me_top_image{margin:0 auto 15px;}
.me_top_image_w01{max-width:140px;}
.me_top_image_w02{max-width:152px;}
.me_top_image_w03{max-width:170px;}


/* -------------------------------------------------------
  company.html.style
------------------------------------------------------- */
.me_company_bs_tbl01 th{
	text-align:left;
	width:130px;
	font-weight:600;
	vertical-align:top;
}



/* -------------------------------------------------------
  call.html.style
------------------------------------------------------- */
p.me_call_form_flow{
	font-size:16px;
	text-align:center;
	margin:20px auto 30px;
}

p.me_call_form_flow i{
	font-size:20px;
	padding:0 15px;
}

p.me_call_form_flow span{
	border:1px solid #E0E0E0;
	padding:10px 15px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.me_call_btn_back{
	max-width:100px;
	margin:0 auto;
	padding-bottom:10px;
}


/* -------------------------------------------------------
  topics/index.style
------------------------------------------------------- */
.me_topics_dl{
	display:table;
	margin-bottom:30px;
}

.me_topics_dl dt,
.me_topics_dl dd{
	display:table-cell;
	vertical-align:top;
}

p.me_topics_date{
	margin-bottom:10px;
}

.me_topics_dl dt{
	width:110px;
	padding:0 20px 20px 0;
}
.me_topics_dl dt img{width:100%; height:auto;}

h3.me_topics_title01{
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}

p.me_topics_pankuzu{
	text-align:center;
	height:30px;
	margin-bottom:40px;
}

/* detail.html.style */
.me_topics_detail_img{
	text-align:center;
	margin:0 auto 30px;
}

.me_topics_detail_txt{
	width:100%;
	margin:0px auto 30px;
}
.me_topics_detail_txt div{
	font-size:14px;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




/* -------------------------------------------------------
  about/index.html.style
------------------------------------------------------- */
.me_about_tbl_box01{
	max-width:854px;
	margin:0 auto;
	border-collapse: separate;  /* セルの間隔を空ける */
	border-spacing: 30px 0;  /* 左右 上下で記述 */
	background-color:gray;
}

.me_about_sphone01{
	max-width:260px;
}

.me_about_textbox01{
	max-width:470px;
}

.me_about_image_w01{max-width:98px;}




/* -------------------------------------------------------
  about/function.style
------------------------------------------------------- */
.me_about_function_title01{
	font-size:34px;
	font-weight:600;
	margin-bottom:20px;
}

.me_about_function_title01 span{
	display:inline-block;
	width:60px;
	padding:0 12px 0 0;
}
.me_about_function_title01 span img{width:100%;}

p.me_about_function_copy01{
	font-size:16px;
}

ul.me_about_function_checklist li{
	font-size:20px;
	font-weight:600;
	background:url(../pic/00_icon_check01.png) no-repeat 5px center;
	background-size: 40px 34px;
	-webkit-background-size: 40px 34px;
	padding:0px 0px 0px 50px;
}



/* -------------------------------------------------------
  about/price.html.style
------------------------------------------------------- */
.me_about_price_box{
	border:1px solid #E0E0E0;
	box-sizing:border-box;
}

.me_about_price_3col h3{
	text-align:center;
	font-size:15px;
	padding:20px 10px;
	color:#FFFFFF;
}
.me_about_price_3col h3 span{
	display:block;
	font-size:24px;
	font-weight:600;
	padding:0 0 10px 0;
}

.me_about_price_title02{background-color:#B4DB59;}
.me_about_price_title03{background-color:#78DDE8;}

.me_about_price_ul li{
	text-align:center;
	padding:10px 10px;
	border-bottom:1px solid #E0E0E0;
}
.me_about_price_ul li:last-child{border-bottom:none;}

.me_about_price_ul li:nth-child(1),
.me_about_price_ul li:nth-child(2){
	font-size:16px;
}

.me_about_price_ul li:nth-child(1) span,
.me_about_price_ul li:nth-child(2) span{
	font-size:20px;
	font-weight:600;
}

table.me_about_price_option_tbl{
	border-top:1px solid #E0E0E0;
	border-left:1px solid #E0E0E0;
	margin-bottom:10px;
}

table.me_about_price_option_tbl th,
table.me_about_price_option_tbl td{
	border-bottom:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
}

table.me_about_price_option_tbl thead th{
	background-color:#E4F7F4;
}

table.me_about_price_option_tbl tbody th{
	width:200px;
	text-align:left;
}

table.me_about_price_option_tbl tbody td:nth-child(2){
	width:140px;
	text-align:right;
}



/* -------------------------------------------------------
  qa/index.html.style
------------------------------------------------------- */
dl.me_qa_dl01 dt{
	margin-bottom:15px;
}
dl.me_qa_dl01 dt a{
	font-size:18px;
	background:url(../pic/00_icon_q.png) no-repeat 0px center;
	background-size: 38px 38px;
	-webkit-background-size: 38px 33px;
	padding:5px 0px 5px 48px;
}
dl.me_qa_dl01 dd{
	padding:10px;
	margin-bottom:15px;
}
dl.me_qa_dl01 dd p{
	font-size:16px;
}



/* -------------------------------------------------------
  other/index.html.style
------------------------------------------------------- */
.me_other_title01{
	font-size:24px;
	font-weight:600;
}

.me_other_service .bs_box{
	background-color:#FFFFFF;
	text-align:center;
}
.me_other_service .bs_box img{
	width:auto;
	max-height:90px;
}

.me_other_service .bs_box h3{
	font-size:15px;
	font-weight:600;
	margin:0 auto;
}


/* -------------------------------------------------------
  acordion.style
------------------------------------------------------- */
.j_ac01{
	display:none;
}



/* -------------------------------------------------------
  color.style
------------------------------------------------------- */
#header,
.bs_footer_in{
	background-color:#4CC7B7;
}

#footer{
	border-top:1px solid #4CC7B7;
}

.bs_color01,
.bs_header_call a,
.bs_trigger a,
.bs_title_m,
.bs_title_m01,
.bs_title_m02,
.bs_title_s01,
.bs_title_s02,
p.me_topics_date,
p.me_topics_pankuzu a,
.me_about_price_ul li:nth-child(1) span,
.me_about_price_ul li:nth-child(2) span,
.me_other_title01 span{
	color:#4CC7B7;
}

.bs_bg_color01{background-color:#E4F7F4;}

.bs_bg_color02,
.me_about_price_ul li:nth-child(2),
table.me_about_price_option_tbl tbody th{
	background-color:#FFFDE5;
}

.bs_bg_color03{
	background-color:#FDEEF4;
}

.bs_bg_color04,
dl.me_qa_dl01 dd{
	background-color:#F2F3F7;
}

.me_about_price_title01{
	background-color:#4CC7B7;
}

.bs_btn01 a,
.bs_btn01 input,
#me_call_form_naviactive{
	background-color:#4CC7B7;
	color:#FFFFFF;
	border:1px solid #4CC7B7;
}

.bs_btn02 a,
.bs_btn02 input{
	border:1px solid #4CC7B7;
	background-color:#FFFFFF;
	color:#4CC7B7;
}

.bs_title_m01{
	border-bottom:1px solid #4CC7B7;
}

.bs_title_m02,
.bs_title_s02{
	border-bottom:1px solid #E0E0E0;
}

.bs_color_white,
.bs_color_white a{
	color:#FFFFFF;
}

#me_index_release ul li{
	border:8px solid #4CC7B7;
}



/* -------------------------------------------------------
  footer.style
------------------------------------------------------- */
#footer{
	width:100%;
	clear:both;
}

.bs_footer_in{
	padding:15px 10px;
	position:relative;
}

.gotop{
/* 	display: none; */
	position: fixed;
	bottom:1%;
	right:5%;
	opacity:0.9;
	filter: alpha(opacity=90); /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)"; /* ie 8 */
	-moz-opacity:0.9; /* FF lt 1.5, Netscape */
}

.bs_footer_in p,
.bs_footer_in a{
	color:#FFFFFF;
}

.bs_footer_in p{
	margin:0;
	line-height:1.2em;
}

p.bs_center_name{
	height:34px;
	line-height:34px;
	font-size:16px;
	text-align:center;
	background:url("../pic/00_footer01.png") no-repeat center bottom ;
	-webkit-background-size: 290px 30px;
	background-size: 290px 30px;
}

#bs_ft_menu{
	max-width:500px;
	margin:0 auto;
}

#bs_ft_menu ul li{
	width:50%;
	float:left;
	display:inline;
}

#bs_ft_menu ul li a{
	display:block;
	padding:5px 0;
	font-size:13px;
}

p#bs_copyright{
	font-size:7px;
	padding:3px 10px;
	background-color:#EEEEEE;
	margin-bottom:0;
}
