/* ----------------------------------------------------------------------

 smart phone setting

---------------------------------------------------------------------- */

body {
  -webkit-text-size-adjust:100%; margin:0; padding:0;
  font-family:"Century Gothic",Arial,sans-serif;
  width:100%; position:relative;
  color:#333; background:#fff;
}
* {-webkit-appearance: none;}
/* layout */
#contents { width:100%; }
#mainColumn{ width: 96%; margin: 0 auto;}
#sideColumn{ width: 96%; margin: 30px auto; border-top:1px solid #aaa; padding:30px 2% 0; }

#side_col { border-top:1px dotted #aaa; padding:15px 15px 0; margin:0; background:#fff; }
.no_side #main_col { }

/* headline */
.headline1 {margin:0 0 10px;padding:0 15px;height:36px;line-height:36px;/* border:1px solid #ccc; */border-left:5px solid #adb8bf;font-size:15px;/* background:url(images/common/headline1.gif) repeat-x left bottom; */background-color: #ff8040;color: #fff;}
.headline1 h2{
	float: left;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.archive_btn{
	float: right;
	font-size: 11px;
}
.archive_btn a{
	color: #fff;
	text-decoration: none;
	background: none;
}
.archive_btn a:hover{
	background: none;
}
.archive_headline { margin:0 0 20px 0; padding:0 15px; height:36px; line-height:36px; background:#aaa; color:#fff; font-size:14px; }
.headline2 {margin:0 0 10px;padding:0 15px;height: 42px;line-height: 42px;border: none!important;font-size:15px;/* background:url(images/common/headline1.gif) repeat-x left bottom; */background-color: #ff6000;color: #fff;font-size: 16px;font-weight: bold;}

/* mobile banner */
#mobile_banner_top { padding:15px; text-align:center; background:#fff; }
#mobile_banner_top img { display:block; height:auto; max-width:100%; width:auto; margin:0 auto; }
#mobile_banner_bottom { padding:0 0 15px; text-align:center; }
#mobile_banner_bottom img { display:block; height:auto; max-width:100%; width:auto; margin:0 auto; }



/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
#slider-wrapper{ margin: 0 0 15px; width:100%; height:auto; overflow:hidden; }
#slider-shadow{ display:none; }
.flexslider .slides img{ width: 100%;}
.slider-bg_0 .flexslider .slides img{ width: auto;}

.top_list li{
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.top_list li span{
	width: 80px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
}

.top_banner{
	margin: 0 0 30px;
}
.top_banner img{
	width: 100%;
	height: auto;
}

#top_widget_area .top_widget ul li{
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#top_widget_area .top_widget ul li:last-child{
	background-image: none;
	padding-bottom: 0;
}
#top_widget_area .top_widget ul li .sub-menu{
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 1px;
	margin: 0;
}
#top_widget_area .top_widget ul li .sub-menu li a{
	padding-left: 20px;
}

.top_widget .news_widget_list{
	margin: -10px 0 15px;
}
.top_widget .news_widget_list_link{
	display: none;
}



/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */
#header-wrapper { width:100%; margin-bottom: 15px; }
#header {background: #ff6000;width:100%;min-height: 42px;padding:7px 0;position:relative;box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);}

#header-right{ display:none; }
#description { display:none; }
#header_menu { display:none; }
.search_area { display:none; }

/* logo */
#header-left {margin:5px 0 0 15px;line-height:120%;float:left;font-size:18px;font-weight:normal;width: 78%;overflow:hidden;}
#logo_text, #logo_image { }
#logo{ line-height:120%; float:left; font-size:18px; font-weight:normal; margin:0; }
#logo_text a, #logo a { color:#333; text-decoration:none; display:block; }
#logo_text a:hover, #logo a:hover { text-decoration:underline; }
#logo img { display:none; }
#logo a:before { content:attr(data-label); }

/* social link */
#header_menu_area { margin:0; position:absolute; right:80px; top:12px; }
.footer_social { width:100%; padding-bottom:1px; background-image:url(images/footer_bg.jpg); background-repeat:repeat-x; background-position:left top;}
.social_link#footer_social_link { width:143px; height:45px; padding-right:1px; background-image:url(images/dot_01.png); background-repeat:repeat-y; background-position:right top; margin:0 auto; }
.social_link li { float:right; margin:0; }
.social_link li a { display:block; width:47px; height:45px; text-decoration:none; text-indent:-9999px; }
.social_link li.rss a { background:url(images/rss.jpg) no-repeat left top; }
.social_link li.twitter a { background:url(images/twitter.jpg) no-repeat left top; }
.social_link li.facebook a { background:url(images/fb.jpg) no-repeat left top; }
.social_link li a:hover { background-position:left bottom; }

/* news ticker */
#news_ticker { display:none; }

/* global menu */
#global_menu_home{ display:none; }
#header a.menu_button {
   position:absolute;
   right:15px;
   margin: 5px 0 0 0;
   display:inline-block;
   font-size:11px;
   color: #fff;
   padding:0 10px;
   line-height:30px;
   text-decoration:none;
   -moz-border-radius:4px;
   -khtml-border-radius:4px;
   -webkit-border-radius:4px;
   border-radius:4px;
   border:1px solid #ccc;
   background-color: #404040;
}
#header a.menu_button:hover { background:#222; border:1px solid #222; color:#fff; }
#header a.active { color:#000; background:#aaa; box-shadow:1px 1px 2px rgba(0,0,0,0.2) inset; }

#global_menu { display:none; clear:both; width:100%; margin:0; top:0px; position:relative; box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 1px 2px 1.5px rgba(0, 0, 0, 0.1); }
#global_menu ul { margin:0; }
#global_menu a {
	display:block;
	border:1px solid #ccc;
	border-left:none;
	margin:0 0 -1px 0;
	padding:0 10px 0 32px;
	line-height:40px;
	text-decoration:none;
	background:#fff url(images/common/arrow4.png) no-repeat 20px !important;
}
#global_menu a:hover { background-color:#eee !important; color:#333; }
#global_menu .sub-menu a{
	padding-left: 42px;
	background:#fff url(images/common/arrow4.png) no-repeat 30px !important;
}
#global_menu .sub-menu a:hover { background-color:#eee !important; color:#333; }


/* banner */
#header_banner { display:none; }

/* bread crumb */
#bread_crumb_wrapper{
	/* background-image: url(images/common/bread_bg.png); */
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fff!important;
	margin: 0px auto 15px;
	width: 96%;
	padding: 0 2%;
}

#bread_crumb {
	margin:0 auto;
	padding: 15px 0 0px 0;
}

#bread_crumb li { float:left; font-size:12px; color: #fff;}
#bread_crumb li a { text-decoration:none; color:#fff; text-decoration:none; padding-right:20px; margin-right:20px; display:inline-block; }
#bread_crumb li a:hover{ color: #333;}
#bread_crumb li.home span { display:block; text-indent:-9999px; width:15px; }
#bread_crumb li.home a:hover span { background-position:left bottom; }


#bread_crumb li.home a:before {
  font-family:'design_plus';
}
#bread_crumb li.home:after { display:none; }
#bread_crumb li.home a:before {content:'\e90c';color: #666;}
#bread_crumb li {color: #666666;display:inline;line-height:0.9;position:relative;margin-bottom:7px;}
#bread_crumb li:after {
  font-family:'design_plus';
  content:'\e910';
  color: #666;
  font-size:9px;
  display:block;
  position:absolute;
  left:-25px;
  top:0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
#single_title { margin:0; }

#post_meta{
	margin-bottom: 20px;
}
#single_meta { margin:0; padding:3px 15px; font-size:10px; overflow:hidden; background:#eee; list-style: none; }
#single_meta li { float:left; padding:8px 0; margin:0 15px 0 0; line-height:100%; }
#single_meta li.post_category { background:url(images/common/icon_category.png) no-repeat left 7px; padding-left:16px; }
#single_meta li.post_tag { background:url(images/common/icon_tag.png) no-repeat left 7px;  padding-left:16px; }
#single_meta li.post_comment { background:url(images/common/icon_comment.png) no-repeat left 7px;  padding-left:18px; }
#single_meta li.post_author { background:url(images/common/icon_author.png) no-repeat left 7px;  padding-left:18px; }

.post .bookmark{
	list-style: none;
	margin: 10px 0 0;
}
.post .bookmark li{
	float: left;
}
.post .bookmark li.social1{
	margin: 0 -190px 0 0;
}
.post .bookmark li.social2{
	margin: 0 -30px 0 0;
}

#news_title { border:1px solid #ccc; overflow:hidden; }
#news_title h2 { margin:0; font-size:16px; background:#ccc; color:#fff; padding:10px 15px; line-height:180%; }
#news_title p { margin:0 15px; font-size:12px; overflow:hidden; }

.post { padding:15px 0 10px; }

.post_image { text-align:center; margin:0 0 15px 0; }

.post img, .page img{
	width: 100%;
	height: auto;
}

/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { background:#333; color:#fff; }

/* bookmark */
.post .bookmark2 { clear:both; float:right; margin:5px 0 0 0; padding:0; list-style-type:none; }
.post .bookmark2 li { background:none; padding:0; float:left; margin:0 0 0 10px; }

/* banner */
#single_banner1 { text-align:center; margin:-5px 0 15px 0; }
#single_banner2 { clear:both; text-align:center; padding:10px 0 10px 0; }

/* author information */
#single_author { margin:0 0 20px; border:1px solid #ccc; padding:15px 15px 2px; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; position:relative; }
#single_author_avatar {  }
#single_author_avatar img { width:70px; height:70px; display:block; border:none; padding:0 0 15px 0; margin:0 auto; float:none; }
#single_author_meta { width:100%; text-align:center; }
#single_author_name { margin:0 0 10px 0; font-size:14px; line-height:160%; }
#single_author_name2 { margin:0; font-size:10px; display:block; }
#single_author_link { color:#333; text-decoration:none; font-size:12px; background:#e8e8e8; padding:5px 25px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; margin:0 auto 15px; display:inline-block; }
#single_author_link:hover { color:#fff; }
#single_author_desc { padding:15px 0 0 0; margin:0; font-size:12px; border-top:1px dotted #ccc; text-align:left; }
#single_author_desc p { margin:0 0 10px 0; }

/* author post */
#single_author_post { margin:0 0 20px 0; }
#single_author_post ul { margin:0; padding:0; background:#f9f9f9; }
#single_author_post li { border:1px solid #ccc; border-top:none; padding:15px; }
#single_author_post ul li li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
#single_author_post ul li li.date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }
#single_author_post .image { float:left; width:30%; margin:0 5% 0 0; }
#single_author_post .image img { width:100%; height:auto; display:block; }
#single_author_post .image:hover img { opacity:0.5; }
#single_author_post .info { float:left; width:65%; margin:0; }
#single_author_post .title { margin:0; padding:0; font-size:13px; line-height:160%; }
#single_author_post .title a { text-decoration:none; display:block; }
#single_author_post .title a:hover { text-decoration:underline; }


/* related post */
#related_post { margin:0 0 20px 0; }
#related_post ul { margin:0; padding:0; }
#related_post li {
	padding: 5px 0;
	background-image: url(images/dot_02.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#related_post .image { float:left; width:30%; margin:0 5% 0 0; }
#related_post .image img { width:100%; height:auto; display:block; }
#related_post .image:hover img { opacity:0.5; }
#related_post .title { float:left; width:65%; margin:0; font-size:13px; line-height:160%; }
#related_post .title a { text-decoration:none; display:block; }
#related_post .title a:hover { text-decoration:underline; }

/* next prev post link */
#previous_next_post { margin:0 0 20px; padding:0; }
#previous_next_post p { margin:0 0 2px 0; }
#previous_next_post a { color:#333; text-decoration:none; line-height:140%; font-size:11px; padding:12px 0; display:block; }
#previous_post a { margin:0; padding-left:7%; padding-right:5%; background:#eee url(images/common/arrow_left.png) no-repeat 3% 13px; }
#next_post a { margin:0; text-align:right; padding-left:5%; padding-right:7%; background:#eee url(images/common/arrow_right.png) no-repeat right 3% top 16px; }
#previous_next_post a:hover { color:#333; }

/* comment box-sizing: content-box;　*/
#comment_header_right { float:none; position:relative; margin:0; }
#comment_header_right li { float:none; }
#comment_header_right li a, #comment_header_right li p { width:50%; margin:0 -2px -1px 0; float:right; }
.comment-meta { margin:0 0 10px 0; }
.comment-meta-left { float:left; width:auto; min-width:150px; }
.comment-content { padding:0; margin:0; }
#submit_comment { width:100%; }
#trackback_url_area input { padding:5px 2%; width:96%; border:none; background:#eee; }



/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
.post_list { background:#fff; border:1px solid #ccc; overflow:hidden; margin:0; }
.post_list li { border-bottom:1px dotted #ccc; padding:15px 15px 0; margin-bottom:-1px; }
.post_list ul { overflow:hidden; margin:0 0 5px 0; }
.post_list ul li { border:none; padding:0; margin:0 0 7px 0; float:left; font-size:11px; line-height:110%; }
.post_list ul li.post_date { display:block; margin:0 10px 0 0; padding:0 10px 0 0; border-right:1px solid #ccc; }

.post_list .info { }
.post_list .title { font-size:14px; margin:0 0 10px 0; font-weight:normal; }
.post_list .title a { display:block; }
.post_list .excerpt { font-size:13px; line-height:170%; margin:0 0 18px 0; }
.post_list .link { font-size:12px; display:block; background:url(img/common/arrow1.gif) no-repeat left top; padding:0 0 0 30px; height:13px; line-height:13px; margin:0 0 20px 0; }

.post_list .image img { display:block; margin:0 auto 15px; height:auto; max-width:100%; width:auto; }

.post_list .bookmark { margin:0 0 -10px 0; }
.post_list .bookmark li { border:none; padding:0; margin:0 5px 0 0; height:30px; }
.post_list .bookmark li.social1 { width:140px; }

.date_headline{
	font-size: 16px;
	margin: 20px 0 5px;
}
/* Author page */
#author_post_list #post_list { border-top:none; }
#author_profile_area { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
#author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
#author_avatar img { width:100%; height:100%; display:block; border:none; padding:0; }
#author_meta { }
#author_name { float:left; position:relative; width:75%; margin:0; font-size:18px; line-height:160%; }
#author_name2 { margin:0 0 0 15px; font-size:12px; }
#author_desc { clear:both; border-top:1px dotted #aaa; padding:10px 0 0 0; font-size:12px; }

/* Author list page */
#profile_author_list { margin:0; padding:0; }
#profile_author_list li { border:1px solid #ccc; margin:20px 0; padding:15px 15px 0; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; background:#f9f9f9; }
.profile_author_avatar { float:left; width:15%; margin:0 5% 20px 0; }
.profile_author_avatar img { width:100%; height:auto; display:block; border:none; padding:0; }
.profile_author_meta_top { float:left; position:relative; width:75%; margin:-2px 0 15px 0; }
.profile_author_name { margin:0 0 6px 0; font-size:16px; line-height:130%; }
.profile_author_name2 { margin:0; font-size:10px; display:block; }
.profile_author_link { color:#333; text-decoration:none; font-size:11px; background:#e8e8e8 url(img/common/arrow_right.png) no-repeat 16px 9px; padding:5px 20px 5px 30px; -moz-border-radius:20px; -khtml-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; }
.profile_author_link:hover { color:#fff; }
.profile_author_desc { clear:both; border-top:1px dotted #aaa; padding:5px 0 0 0; font-size:12px; }
.profile_author_desc p { margin:0 0 10px 0; }

/* page nav */
.page_navi { margin:20px 0; }
.page_navi h4 { font-size:10px; font-weight:normal; margin:0 0 10px 0; color:#888; }
.page_navi ul { margin:0; }
.page_navi li { float:left; }
.page_navi a, .page_navi a:hover, .page_navi span
 { text-decoration:none; color:#fff; font-size:11px; padding:13px 15px; line-height:100%; margin:0 4px 4px 0; background:#999; display:block; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; }
.page_navi a:hover { color:#fff; background:#3F7985; text-decoration:none; }
.page_navi span.dots { background:none; }
.page_navi span.current { color:#fff; background:#333; }
.page_navi p.back { margin:0; }
.page_navi p.back a, .page_navi p.back a:hover { display:inline-block; padding: 10px 15px; }

/* 404 not found */
#not_found .search_area { margin:0 0 20px 0; }
#not_found #search_input { float:left; margin:0 5px 0 0; border:1px solid #ccc; background:#f2f2f2; width:260px; height:33px; position:relative; padding:0 10px; box-shadow:2px 2px 3px 0px #ddd inset; }
#not_found .back { margin:0; line-height:100%; }
#not_found .back a { background:url(img/common/arrow1.gif) no-repeat left; padding:0 0 0 28px; }



/* ----------------------------------------------------------------------
 side
---------------------------------------------------------------------- */
/* search */
.widget_search #search-box, .widget_search #s { width:65%; margin:0 0px 5px 0; }
.widget_search #search-btn input, .widget_search #searchsubmit { width:25%; }



/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
/* footer logo */
#footer_logo { display:none; }
#footer_logo_text { display:none; }
#footer_description { display:none; }

/* widget area */
#footer_widget_wrap {padding: 20px 4px;background: #ff6000;}
#footer_widget { margin:0; }
.footer_widget { margin:0 0 30px 0; font-size:11px; }
.footer_widget:last-child { margin:0; }
.footer_headline { font-size:14px; border-bottom:1px solid #aaa; padding:0 0 7px 0; margin:0 0 12px 0; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li {line-height:170%;margin:0 0 10px 0;padding: 0 0 6px 16px;/* background:url(images/common/bullet1.gif) no-repeat left 8px; */border-bottom: 1px solid #fea068;}
.footer_widget a {text-decoration: none;color: #fff;font-size: 15px;}
.footer_widget img { height:auto; max-width:100%; width:100%; }
.footer_widget a:hover{color:#d8d5d4}

.footer_widget .news_widget_list{
	margin: 0;
}
.footer_widget a.news_widget_list_link{
	display: none;
}


/* footer menu */
#footer_menu_area { background:#f2f2f2; border-top:4px solid #222; }
#footer_menu { }
#footer_menu ul { margin:0; padding:0; font-size:12px; overflow:hidden; }
#footer_menu li { margin:0; padding:0; }
#footer_menu li a { text-decoration:none; display:block; border-bottom:1px dotted #bbb; padding:12px 15px; margin:0 0 -1px 0; }
#footer_menu li a:hover { background:#ddd; color:#333; }

/* social link */
#footer_social_link { padding:1px 0 0; }

/* copyright */
#copyright { width:94%; color:#ccc; font-size:11px; background:#000; margin:0; line-height:100%; padding:25px 3%; }
#copyright a { text-decoration:none; color:#ccc; }
#copyright a:hover { text-decoration:underline; }

#return_top { position:absolute; bottom:8px; right:10px; display:block; text-indent:100%; overflow:hidden; white-space:nowrap; width:44px; height:44px; margin:0; padding:0; background:#666 url(images/common/pagetop.png) no-repeat center; -moz-border-radius:4px; -khtml-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; }
#return_top:hover { background-color:#333d53; }


div#custmWrapper {
    width: 99%;
    margin: 0 auto;
}
h2#contents-h2 {
    width: 100%;
    margin: 10px auto 20px;
    text-align: left;
    border-bottom: none;
}
h2#contents-h2 em {
    padding: 10px 0 10px 40px;
    background-image: url(/wp/wp-content/uploads/2017/09/icon01.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 20px;
}

/*------ utiltity classes -----*/
.fl{ float:left; }
.fr{ float: right; }
/*its also known as clearfix*/
.group:before,
.group:after {
   .contentChart: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1;  /*For IE 6/7 (trigger hasLayout) */
}


.pricing-table {
    width: 98%;
    margin: 0 auto;
    text-align: center;
    padding: 0 1%;
    overflow: hidden;
}
.pricing-table .heading{
    color: #9C9E9F;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}
.block{
    width: 48%;
    margin: 0 1% 10px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*    border: 1px solid red;*/
}
/*Shared properties*/
.title,.pt-footer{
    color: #FEFEFE;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}
.contentChart{
    position: relative;
    color: #FEFEFE;
    padding: 10px 0 3px 0;
}
/*arrow creation*/
.contentChart:after, .contentChart:before,.pt-footer:before,.pt-footer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
.contentChart: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.pt-footer:after,.pt-footer:before{
    top:0;
}
.contentChart:after,.pt-footer:after {
	border-color: rgba(136, 183, 213, 0);	
	border-width: 5px;
	margin-left: -5px;
}
/*/arrow creation*/
.price{
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
}
.price span{
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 2rem;
    color: #ff6161;
}

.price sub{
    font-size: 1.8rem;
    color: #ff6161;
}
.hint{
    font-style: italic;
    font-size: 0.9rem;
}
.features{
    list-style-type: none;    
    background: #FFFFFF;
    text-align: left;
    color: #9C9C9C;
    padding:30px 22%;
    font-size: 0.9rem;
}
.features li{
    padding:15px 0;
    width: 100%;
}
.features li span{
   padding-right: 0.4rem; 
}
.pt-footer{
    font-size: 0.95rem;
    text-transform: capitalize;
}
div#gif-chartArea .title {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.5em;
    min-height: 36px;
    padding: 7px 8px;
    text-align: left;
}
div#pc-mainV {display:none;}


/* ----------------------------------------------------------------------
 購入フォーム
---------------------------------------------------------------------- */

select {}

#chartForm .money_ttl{
    display:inline-block;
    width:16em;
    margin:0 auto 40px auto;
    padding:5px;
    background:none;border:0;
    border-bottom:#008799 solid 2px;
    font-size:23px;
    font-weight:bold;
}
#chartForm .money_sub{
    line-height:18px;
    padding-left:10px;
    margin-bottom:7px !important;
    font-size:16px;
    font-weight:bold;
}
#chartForm .money_sub:before{
    content:url(/images/money_icon.png);
    position:relative;
    top:2px;
    color:#f7c10e;
    font-size:25px;
}
#chartForm .money_btn{
    display:block;
    border:0;
    background-color: #ff4949;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    -webkit-border-radius:3px;
    border-radius: 8px;
    cursor:pointer;
    text-align:center;
    color:#FFF;
    font-size:18px;
    font-weight:bold;
    position: relative;
    top: 42px;
}
#chartForm .money_select{
    position:relative;
    display:block;
    width:100%;
    line-height:58px;
    text-align:center;
    background:#ccc;
    border:0;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-size:18px;
    color:#FFF;
    font-weight:bold;
    cursor:pointer;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
#chartForm .money_select input{
    position:absolute;
    opacity:0;
}
#chartForm .money_select-on{
    color:#333;
    background:#ffea00;
}

#chartForm .ticket input[type="text"]{
    width: 90%;
    border:1px solid #ccc;
    background:#FFF;
    text-indent:1em;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#chartForm #ticketP_total{
    -webkit-border-radius:3px;
    border-radius:3px;
    background:#e7deda;
    border-color:#d8d5d4;
    color:#ff8040;
    font-weight:bold;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
@media all and (min-width:641px){
    #chartForm .money{
        margin-bottom:40px;
        padding:35px 40px
        }
    #chartForm .money_btn{
        width: 311px;
        margin:auto;
        padding:20px 30px;
        }
    #chartForm .money_unit{
        margin-bottom:30px
        }
    #chartForm .ticket input[type="text"],
    #chartForm .ticket select{height:58px;}
    #chartForm .ticket_price{height:58px;padding:10px;font-size:28px}
    #chartForm .ticket_price span{font-size:18px}
    #chartForm .money_notice{margin-top:5px;font-size:12px}}
    
div#sp-headLogo img{
    width:100%;
    max-width:200px
}
.pcItems {
    display: none;
}
.spItems{
    display:block;
}
img.spItems{
    width:90%;
    margin:15px auto;

}


/* ----------------------------------------------------------------------
 購入フォーム
---------------------------------------------------------------------- */

img.ajax-loader{
    width:16px;
    height:16px;
}
select {}

#chartForm .money_ttl{
    display:inline-block;
    width:16em;
    margin:0 auto 40px auto;
    padding:5px;
    background:none;border:0;
    border-bottom:#008799 solid 2px;
    font-size:23px;
    font-weight:bold;
}
#chartForm .money_sub{
    line-height:18px;
    padding-left:10px;
    margin-bottom:7px !important;
    font-size:16px;
    font-weight:bold;
}
#chartForm .money_sub:before{
    content:url(/images/money_icon.png);
    position:relative;
    top:2px;
    color:#f7c10e;
    font-size:25px;
}
#chartForm .money_btn{width: 86%;margin: auto;padding: 20px 30px;min-width: 280px;position: static;}
#chartForm .money_select{
    position:relative;
    display:block;
    width:100%;
    line-height:58px;
    text-align:center;
    background:#ccc;
    border:0;
    -webkit-border-radius:3px;
    border-radius:3px;
    font-size:18px;
    color:#FFF;
    font-weight:bold;
    cursor:pointer;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box
}
#chartForm .money_select input{
    position:absolute;
    opacity:0;
}
#chartForm .money_select-on{
    color:#333;
    background:#ffea00;
}
#chartForm .ticket select{
    width: 90%;
    height:58px;
    border:1px solid #ccc;
    text-indent:1em;
    -webkit-border-radius:3px;
    border-radius:3px;
    background:#fff url(/wp/wp-content/uploads/2017/09/arrow01.png) no-repeat 98% center;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    margin: 0 auto;
    font-size:18px;
    display: block;
}
#chartForm .ticket input[type="text"]{
    width: 90%;
    border:1px solid #ccc;
    background:#FFF;
    text-indent:1em;
    -webkit-border-radius:3px;
    border-radius:3px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
#chartForm #ticketP_total{
    -webkit-border-radius:3px;
    border-radius:3px;
    background:#e7deda;
    border-color:#d8d5d4;
    color:#ff8040;
    font-weight:bold;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size: 20px;
    padding: 18px 0;
    display: block;
    margin: 0 auto;
}
@media all and (min-width:641px){
    #chartForm .money{
        margin-bottom:40px;
        padding:35px 40px
        }
    #chartForm .money_btn{
        width: 311px;
        margin:auto;
        padding:20px 30px;
        }
    #chartForm .money_unit{
        margin-bottom:30px
        }
    #chartForm .ticket input[type="text"],
    #chartForm .ticket select{height:58px;}
    #chartForm .ticket_price{height:58px;padding:10px;font-size:28px}
    #chartForm .ticket_price span{font-size:18px}
    #chartForm .money_notice{margin-top:5px;font-size:12px}}
    
    
.column_type2 {
    float: none;
    width: 100%;
    display: block;
    height: auto;
    margin: 29px 0 0 0;
}
.column_type2 p.subTitle {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px dotted #d8d5d4;
    line-height: 1.2em;
    padding: 0 0 5px 0;
}
.ticket {
    width: 95%;
    margin: 6px auto 0;
}
.form_unit {
    overflow: visible;
}
form.wpcf7-form {
    margin: 0;
}

.table-contactform7 th {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    text-align: left;
}
.table-contactform7 tbody, .table-contactform7 tr {
    display: block;
    width: 100%;
    margin: 15px 0;
    padding: 2px 0;
}
.table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    border-top: none !important;
}
h3#contents-h3 {
    font-size: 14px;
    color: #ff6000;
    padding: 0 7px;
}
.FC-left {
    text-align: center;
    margin: 20px 0;
}
.float-columnInner {
    margin-bottom: 50px;
}
p.h-sp-telnumber {
    margin: 0;
    line-height: 2em;
    text-align: center;
}

p.h-sp-teltext {
    margin: 0;
    text-align: center;
}

p.h-sp-telnumber a {
    text-decoration: none;
    color: #3f9edc;
    font-size: 2rem;
}
p.h-sp-inqBtn {
    text-align: center;
    margin: 0;
}

p.h-sp-inqBtn a {
    text-decoration: none;
    background-color: #423b37;
    color: #fff;
    display: block;
    width: 250px;
    margin: 0 auto;
    border-radius: 15px;
}

/*****ギフトカード一覧ページ***/

.pItem-left {
    float: none;
    width: 100%;
}

.pItem-right {
    float: none;
    width: 100%;
}


.pItem-left h3 {
    margin:0;
}

.pItem-right img {
    max-width:180px;
}

.pItemInner {
    margin-bottom: 0;
}

/*********ご利用の流れ*********/

#flowGuide .pItem-left {
    /* float: none; */
    width: 22%;
    padding-top: 16px;
}
#flowGuide .pItem-left img {
    width:100%;
    max-width:150px;
    height:auto;
}

#flowGuide .pItem-right {
    /* float: none; */
    width: 74%;
}
#flowGuide .pItem-right h3 {
    font-size: 16px;
    padding: 9px 0 9px 41px;
    width: auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 36px 27px;
    margin: 0;
}
#flowGuide .pItems {
    padding: 0 26px;
    margin: 0px 0;
    padding: 0px 10px 0 10px;
}

#flowGuide .pItemInner {
    overflow: hidden;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #d7d7d7;
}
/******会社ページ*******/

div#companyMap {
    width: 100%;
    margin: 50px 0 0;
}

.post td, .post th {
    line-height: 1.2em;
}

/*************固定ページ用　メインビジュアル設定*****************/
.page-tilteImage{
    height: auto;
    margin: 0 0 10px 0;
    background:none!important;
}
.page-tilteImage img{
	width:100%;
	margin-top:20px;
}

.footer_social {
	display:none;
}


/****************/
.productlink .money_btn {
    width: 255px;
}
@media all and (min-width:270px){
.FC-left img{
    width:100%;
}
}
@media all and (min-width:270px){
#chartForm .money_btn {
    width: 90%;

}
}