@media screen and (min-width:641px) and (max-width:768px) {
	/*
	 *     トップウィンドウ
	 */
	#top_box {
		z-index: 999;
	}
	
	#top_box .inq {
		position: absolute;
		top: 20px;
		right: 180px;
		width: 160px;
		height: 80px;
		border-radius: 6px;
		border: 1px solid transparent;
		background: #000080;
	}
	#top_box .inq:hover {
		background: rgba(0,0,128,0.5);
	}
	#top_box .inq a {
		display: block;
		width: 160px;
		height: 80px;
		font-size: 18px;
		font-weight: bold;
		color: #FFF;
		text-decoration: none;
		text-align: center;
	}
	#top_box .inq .mail {
		width: 120px;
		margin: 4px auto;
		border-radius: 6px;
		border: 1px solid #FFF;
		color: #FFF;
	}
	#top_box .inq .tel {
		font-size: 90%;
	}
	#top_box .inq .tel2 {
		font-size: 60%;
	}
	
	#top_box .demo {
		position: absolute;
		top: 20px;
		right: 0;
		width: 160px;
		height: 80px;
		border-radius: 6px;
		border: 1px solid transparent;
		background: #ff6c00;
	}
	#top_box .demo:hover {
		background: rgba(255,108,0,0.50);;
	}
	#top_box .demo a{
		display: block;
		position: absolute;
		margin: auto;
		top : 0;
		bottom: 0;
		width: 100%;
		height: 55px;
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #FFF;
	}

/**
 *   header部
 *
 */

#sitecopy {
	font-size: 14px;
}

.header_top {
	position: relative;
	width: 100%;
	height: 105px;
	overflow: hidden;
	background: #FFF;
}

.header_logo {
	width: 224px;
	background: url(../images/header/header_logo.svg) no-repeat;
}

.header_logo a{
	display: block;
	width: 214px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.header_inq {
	position: absolute;
	top: 0;
	right: 190px;
	width: 160px ;
	height: 50px;
	border-radius: 6px;
	border: 1px solid #69F;
	background: #6CF;
	text-align: center;
}

.header_demo {
	position: absolute;
	top: 0;
	right: 0px;
	width: 160px ;
	height: 50px;
	border-radius: 6px;
	border: 1px solid #F3C;
	background: #F9C;
	text-align: center;
}



/***** ナビメニュー *****/
#toggle {
	display: none;
}

#top_menuNavi ul {
	margin: 0 auto;
	width: 100%;
	height: 51px;
	overflow: hidden;
	zoom: 100%;
	background-color: #e60012;
}

#top_menuNavi li {
	float: left;
	list-style: none;
	width: 20%;
}

#top_menuNavi li a {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 51px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

#top_menuNavi li a::after {
	content:"";
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-transform: scaleX(0);
	background-color: #FFF;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease
}

#top_menuNavi li a:hover::after {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}


#top_menuNavi ul li a.home        { background: url(../images/header/menuNavi01.png) no-repeat center; }
#top_menuNavi ul li a.function    { background: url(../images/header/menuNavi02.png) no-repeat center; }
#top_menuNavi ul li a.achievement { background: url(../images/header/menuNavi03.png) no-repeat center; }
#top_menuNavi ul li a.faq         { background: url(../images/header/menuNavi04.png) no-repeat center; }
#top_menuNavi ul li a.interview   { background: url(../images/header/menuNavi05.png) no-repeat center; }
#top_menuNavi ul li a.company     { background: url(../images/header/menuNavi06.png) no-repeat center; }


/**
 *   footer部
 *
 */

.footer_menu {
	margin: 0 auto;
	padding-top: 15px;
	text-align: center;
}
.footer_menu li {
	display: inline;
	margin: 0 12px;
}
.footer_menu li a {
	color: #1d3994;
}
.site-info p {
	margin: 5px auto;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.site-info p.copyright {
	margin: 5px auto 15px;
}

/*
 *     pankuzu
 *
 */

ul.pankuzu {
	margin: 0;
	padding: 4px;
	line-height: 1.2;
	background: #FFF;
	font-size: 14px;
}

ul.pankuzu li {
	display: inline-block;
	overflow: hidden;
}

ul.pankuzu li:after {
	content: "＞";
	padding: 0 12px;
}

ul.pankuzu li.last:after {
	content: "";
	padding: 0 12px;
}

/*
 *     index
 *
 */
 
.top_img {
	margin-top: 25px;
}

.label_box {
	margin: 15px 0 0 15px;
	padding: 4px;
	width: 100px;
	border-radius: 6px;
	font-weight: bold;
	background: #39F;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.label_box:hover {
	background: #AACDEC;
}

.top_note {
	display: none;
}

.table_box {
	padding: 0 0 10px;
}

.table_box h3 {
	margin: 0 auto 15px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
}

table.price_box {
	border-collapse: collapse;
	width: 100%;
	margin: auto;
	font-size: 16px;
	border: 1px solid #ccc;
}

table.price_box strong {
	color: #F00;
	font-size:150%;
}

table.price_box th, table.price_box td {
	border: none; width: 210px;
}
table.price_box tr {
	line-height: 50px;
}
table.price_box th.jm_plan {
	line-height: 25px !important; padding: 0 0 5px;
}
table.price_box th.jm_plan span{
	font-size: 60%;
}

table.price_box thead tr { border-bottom: 2px solid #231816; color: #0D6EBB; }
table.price_box thead tr th { text-align: center; vertical-align: middle; }
table.price_box thead tr th:nth-child(1) { background: #FFFFFF; }
table.price_box thead tr th:nth-child(2) { background: #C9C9C9; font-size: 125%; }
table.price_box thead tr th:nth-child(3) { background: #B2E0F8; font-size: 125%; }
table.price_box thead tr th:nth-child(4) { background: #C3D600; font-size: 125%; }

table.price_box tbody tr { border-bottom: 1px solid #231816; }
table.price_box tbody tr td { background: #FFFFFF; color: #261B17; text-align: center; }
table.price_box tbody tr td:nth-child(1) { background: #FFFFFF; color: #0D6EBB; text-align: left; padding-left: 1em; }
table.price_box tbody tr td:nth-child(2) { background: #EFEFEF; }
table.price_box tbody tr td:nth-child(3) { background: #E9F6FE; }
table.price_box tbody tr td:nth-child(4) { background: #EBF4D9; }
table.price_box tbody tr:last-child { border: none; }

.jm_caution {
	font-size: 8px; font-weight: normal; color: #D75C2F;
}
.note {
	margin: 0 20px;
	font-size: 60%;
}


/*     特長項目     */
.feature_box {
	margin: 10px auto;
	width: 600px;
}

.feature_box li {
	float: left;
	width: 300px;
}

.feature_list {
	position: relative;
	margin: 12px auto;
	padding: 10px;
    width: 280px;
    min-height: 260px;
    max-height: 280px;
	border: 1px solid transparent;
	border-radius: 12px;
	text-align: justify;
	box-sizing: border-box;
}
.feature_box li:nth-child(1) .feature_list { background: rgba(145, 195,   0, 0.5); }
.feature_box li:nth-child(2) .feature_list { background: rgba(234, 132,   0, 0.5); }
.feature_box li:nth-child(3) .feature_list { background: rgba(255,  18,  18, 0.5); }
.feature_box li:nth-child(4) .feature_list { background: rgba(207, 203,   4, 0.5); }
.feature_box li:nth-child(5) .feature_list { background: rgba(  0, 119, 191, 0.5); }
.feature_box li:nth-child(6) .feature_list { background: rgba(115, 115, 115, 0.5); }

.feature_title {
	margin: 5px 0 15px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}

.feature_title span{
	font-size: 36px;
	font-weight: bold;
	font-style: normal;
	color: #000;
}

.cost    { font-size:25px; color:#78A11B; }
.speedy  { font-size:25px; color:#C26F09; }
.eazy    { font-size:25px; color:#C81E19; }
.support { font-size:25px; color:#ABA915; }
.smart   { font-size:26px; color:#08619B; }
.package { font-size:25px; color:#636363; }

.feature_content {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.feature_content p{
	margin: 0;
}

.feature_subtitle {
	font-size: 14px;
	font-weight: bold;
	color: #540202;
	letter-spacing: 2px;
}
.feature_subtitle:before {
	content: "☆";
}

.feature_cost {
	margin: 20px 0;
	text-align: right;
	font-size: 16px;
	font-weight: normal;
	color: #000;
}

.feature_cost p{
	margin: 0;
}

.feature_cost span{
	margin-left: .5em;
	font-size: 24px;
	font-weight: bold;
	color: #E42C2C;
}

.clr {
	clear: both;
}

.cost_link {
	position: absolute;
	margin: 0;
	right: 15px;
	bottom: 15px;
}

.icon01, .icon02, .icon03, .icon04, .icon05, .icon06 {
	position: absolute;
	margin: 0 auto;
	bottom: 6px;
	left: 0px;
	right: 0;
	width: 80px;
}

.box {
	margin: 10px auto 25px;
	padding: 0;
	border: 1px solid #ccc;
	border-radius: 12px;
}

.intro {
	margin: 16px auto;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 12px;
}

.contents_title {
	position: relative;
	margin: 15px 10px;
	padding-left: 1em;
	font-size: 20px;
	font-weight: bold;
	color: #0e9fd0;
}

.contents_title:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.5em;
	height: 1.5em;
	background-color: #0e9fd0;
}

.contents_box {
	margin: 0 auto;
}

.jirei_contents {
	overflow: hidden;
}
.jirei_contents li {
	float: left;
	width: 25%;
	text-align: center;
}
.jirei_contents li img{
	width: 160px;
}
.jirei_detail {
	text-align: right;
	padding-right: 25px;
}

.news_contents {
	width: 100%;
	overflow: hidden;
}

.news_contents ul {
	padding: 5px 0px;
}

.news_contents li {
	padding: 10px 0;
	margin-right: 10px;
	height: 15px;
	line-height: 1.2em;
	font-size: 12px;
	border-bottom: #999 1px dotted;
}

.news_contents li div.news_date {
	display: inline-block;
	margin: 0 8px;
	width: 100px;
}

.fb_contents {
}


/*
 * 各ページ共通
 *
 */

#container {
	margin: 0 10px;
}

.contents {
	margin: 25px auto;
	padding: 0 20px;
}

.center {
	text-align: center;
}

h1.title {
	position: relative;
	margin: 0 0 1em 1em;
	background: none;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.2;
	color: #26a1dc;
}

h1.title:before {
	content: "";
	position: absolute;
	background-color: #26a1dc;
	width: 0.5em;
	height: 1.2em;
	left: -1em;
	top: 0;
}

p.top_text {
	margin: 20px 24px;
	padding: 0;
}
h2.title {
	position: relative;
	margin: 0 0 1em 1em;
	background: none;
	font-size: 20px;
	font-weight: bold;
}

h2.title:before {
	content: "";
	position: absolute;
	background-color: #26a1dc;
	width: 0.5em;
	height: 1.2em;
	left: -1em;
	top: 0;
}

h2.title p {
	line-height: 1.2;
	color: #26a1dc;
}

/*
 * 機能一覧
 *
 */
 
.func_target {
	text-align: center;
	margin: 1em auto;
	font-size: 16px;
}
.func_box {
	margin: 20px auto;
}

.func_table {
}

.func_table th {
	padding: 0 0 0 1em;
	width: 210px;
	background: #646464;
	color: #FFF;
	border-bottom: 1px solid #CCC;
}
.func_table td {
	padding: 0.5em;
	background: #eaeaea;
	border: 1px dotted #e5e5e5;
	border-bottom: 1px solid #000;
}

/*
 * 制作実績
 *
 */
 
ul.archievement_box {
	display: table;
	margin: 0 auto;
	width: 580px;
}

ul.archievement_box li {
	display: inline-block;
	margin: 0 0 50px;
	width: 290px;
	text-align: center;
}

ul.archievement_box img {
	width: 200px;
	height: 240px;
}

.jirei_ribon {
	position: relative;
	background: goldenrod;
	width: 240px;
	margin: 0 auto 8px;
	box-shadow: 0 10px 12px -8px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 10px 11px -8px rgba(0,0,0,0.5);
	
	background-color: #eab92d;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eab92d), to(#c79810));
	background-image: -webkit-linear-gradient(top, #eab92d, #c79810);
	background-image: -moz-linear-gradient(top, #eab92d, #c79810);
	background-image: -ms-linear-gradient(top, #eab92d, #c79810);
	background-image: -o-linear-gradient(top, #eab92d, #c79810);
	background-image: linear-gradient(to bottom, #eab92d, #c79810);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#eab92d, endColorstr=#c79810);
}
.jirei_ribon:before {
	content: "";
	position: absolute;
	top: 0;
    left: -20px;
    border-top: 40px solid #FFF;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
.jirei_ribon:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid #fff;
	border-bottom: 20px solid transparent;
}

.jirei_ribon p {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	color: #FFF;
}

/*
 * よくある質問
 *
 */

.faq_target {
	text-align: center;
	margin: 1em auto;
	font-size: 16px;
}
.faq_box {
	margin: 20px auto;
	width: 100%;
}
.faq_str {
	padding: 24px 0 0 0;
	font-size: 16px;
}
.faq_str dt {
	position: relative;
	margin: 0 0 15px 2.5em;
	padding-left: 2.5em;
	line-height: 26px;
	font-weight: bold;
}
.faq_str dt:before {
	content: "";
	position: absolute;
	background: url(../images/contents/qa_q.png) no-repeat;
	left: 0;
	width: 26px;
	height: 26px;
}
.faq_str dd {
	position: relative;
	margin: 0 0 30px 2.5em;
	padding: 0 0 15px 2.5em;
	border-bottom: solid 1px #e5e5e5;
	line-height: 1.5;
}
.faq_str dd:before {
	content: "";
	position: absolute;
	background: url(../images/contents/qa_a.png) no-repeat;
	left: 0;
	width: 26px;
	height: 26px;
}

/*
 * 会社概要
 *
 */

.corp_outline {
	margin: 0 auto;
	width: 100%;
}
.corp_table {
	border-collapse: collapse;
	border-left: 1px solid #66a4dd;
	border-top: 1px solid #66a4dd;
	margin-bottom: 30px;
	font-size: 14px;
}
.corp_table th {
	width:150px;
	padding: 14px;
	background: #e9f5f9;
	border-right: 1px solid #66a4dd !important;
	border-bottom: 1px solid #66a4dd !important;
}
.corp_table td {
	padding: 14px;
	border-right: 1px solid #66a4dd !important;
	border-bottom: 1px solid #66a4dd !important;
}
.corp_table ol {
	margin: 0;
	padding: 0;
	list-style: none;
}


/*
 * page top
 *
 */

#pagetop {
	text-align: right;
}

#pagetop a{
	display: inline-block;
	margin: 0 25px;
	padding: 2px;
	font-size: 14px;
	border: 1px solid #a3a3a3;
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

#pagetop a:hover {
	background: #ccc;
}


/*
 * お問い合わせ
 *
 */
.inq_text {
	margin: 24px 6px;
}

span.hissu {
	color: #F00;
}

.inq_table {
	margin: 0 auto;
	width: 700px;
	border: 1px solid #ccc;
}

.inq_table th {
	width: 200px;
	border-bottom: 1px dotted #ccc;
}

.inq_table td {
	border-bottom: 1px dotted #ccc;
}
.inq_table td.address p {
	margin: 10px 0;
}

.inq_table input,
.inq_table textarea {
	width: 500px;
}
#zip1 {
	width: 80px;
	height: 24px;
}
#zip2 {
	width: 100px;
	height: 24px;
}

.inq_accept_box {
    margin: 0 auto;
    padding: 5px;
}

p.inq_accept {
	margin: 10px auto;
	text-align: center;
}

p.inq_submit {
	margin: 10px auto;
	text-align: center;
	font-size: 16px;
	border-radius: 8px;
}

p.inq_submit input{
    background-color: #000080;
    color: #FFF;
}
p.inq_submit input:hover{
    background-color: rgba(0, 0, 128, 0.5);
    color: #FFF;
}

p.email_box {
	margin: 6px 0;
}
p.email_box input {
	width: 360px;
}
a.inq_accept_link {
	font-size: 80%;
}
.inq_note {
	margin: 0 10px;
	font-size: 80%;
}

/*
 * 過去のおしらせ一覧
 *
 */
.news_box {
	margin: 0 auto;
	width: 750px;
}

.news_box ul {
	margin: 0 20px;
}

.news_box li {
	padding: 10px 0;
	margin-right: 10px;
	height: 15px;
	line-height: 1.2em;
	font-size: 12px;
	border-bottom: #999 1px dotted;
}

div.news_date {
    display: inline-block;
    margin: 0 15px;
    width: 120px;
}


/**
 *  デモサイト
 *
 */

.demo_top {
	text-align: center;
}

.demo_cont {
}

.demo_cont p {
	margin: 12px 0;
	font-size: 15px;
}

.demo_cont small {
	font-size: 65%;
}

.demo_user_scr, .demo_manage_scr {
	margin: 25px auto 40px;
	text-align: center;
	
}

.demo_user_scr, .demo_manage_scr  a {
	display: block;
}

.demo_writing {
	margin: 60px auto;
}

}