@charset "utf-8";



/* ===============================

	BASE

=============================== */

html{
	width: 100%;
	height: 100%;
}

*{
	box-sizing: border-box;
}

body {
	width: 100%;
	height: 100%;
	font-family: sans-serif;
	text-align: left;
	background: #ffffff;
	color: #2f2f2f;
	font-size: 13px;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


.inner {
	width: 100%;
	height: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	text-align: left;
}

@media only screen and (min-width: 769px) {
	body {
		min-width: 1040px;
	}

	.inner {
		width: 100%;
		max-width: 1200px;
		padding-left: 20px;
		padding-right: 20px;
	}
}


.red {
	color: #ff0000;
}

.iq-blue {
	color: #456bac;
	font-weight: bold;
}

/* ===============================

	COMMON

=============================== */

/* Width */ 
.w100 { width: 100% !important;}
.w90 { width: 90% !important;}
.w80 { width: 80% !important;}
.w75 { width: 75% !important;}
.w70 { width: 70% !important;}
.w65 { width: 65% !important;}
.w60 { width: 60% !important;}
.w50 { width: 50% !important;}
.w40 { width: 40% !important;}
.w30 { width: 30% !important;}
.w25 { width: 25% !important;}
.w20 { width: 20% !important;}
.w15 { width: 15% !important;}
.w10 { width: 10% !important;}

/* Margin & Padding */
.mt0   { margin-top	: 0 !important;}
.mt5   { margin-top	: 5px !important;}
.mt10  { margin-top	: 10px !important;}
.mt15  { margin-top	: 15px !important;}
.mt20  { margin-top	: 20px !important;}
.mt25  { margin-top	: 25px !important;}
.mt30  { margin-top	: 30px !important;}
.mt35  { margin-top	: 35px !important;}
.mt40  { margin-top	: 40px !important;}
.mt45  { margin-top	: 45px !important;}
.mt50  { margin-top	: 50px !important;}
.mt55  { margin-top : 55px !important;}
.mt80  { margin-top	: 80px !important;}

.mr0   { margin-right: 0 !important;}
.mr5   { margin-right: 5px !important;}
.mr10  { margin-right: 10px !important;}
.mr15  { margin-right: 15px !important;}
.mr20  { margin-right: 20px !important;}
.mr25  { margin-right: 25px !important;}
.mr30  { margin-right: 30px !important;}
.mr35  { margin-right: 35px !important;}

.mb0   { margin-bottom: 0 !important;}
.mb5   { margin-bottom: 5px !important;}
.mb10  { margin-bottom: 10px !important;}
.mb15  { margin-bottom: 15px !important;}
.mb20  { margin-bottom: 20px !important;}
.mb25  { margin-bottom: 25px !important;}
.mb30  { margin-bottom: 30px !important;}
.mb35  { margin-bottom: 35px !important;}
.mb40  { margin-bottom: 40px !important;}
.mb50  { margin-bottom: 50px !important;}
.mb80  { margin-bottom: 80px !important;}

.ml0   { margin-left: 0 !important;}
.ml5   { margin-left: 5px !important;}
.ml10  { margin-left: 10px !important;}
.ml15  { margin-left: 15px !important;}
.ml20  { margin-left: 20px !important;}
.ml25  { margin-left: 25px !important;}
.ml30  { margin-left: 30px !important;}
.ml35  { margin-left: 35px !important;}
.ml40  { margin-left: 40px !important;}
.ml45  { margin-left: 45px !important;}

.m0  { margin: 0px !important;}
.m5  { margin: 5px !important;}
.m10  { margin: 10px !important;}
.m15  { margin: 15px !important;}
.m20  { margin: 20px !important;}
.m25  { margin: 25px !important;}
.m30  { margin: 30px !important;}
.m35  { margin: 35px !important;}
.m40  { margin: 40px !important;}
.m80  { margin: 80px !important;}

.pt0  { padding-top: 0 !important;}
.pt5  { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}

.pt0  { padding-top: 0 !important;}
.pt5  { padding-top: 5px !important;}
.pt10 { padding-top: 10px !important;}
.pt15 { padding-top: 15px !important;}
.pt20 { padding-top: 20px !important;}

.pr0  { padding-right: 0 !important;}
.pr5  { padding-right: 5px !important;}
.pr10 { padding-right: 10px !important;}
.pr15 { padding-right: 15px !important;}
.pr20 { padding-right: 20px !important;}

.pl0  { padding-left: 0 !important;}
.pl5  { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl15 { padding-left: 15px !important;}
.pl20 { padding-left: 20px !important;}
.pl40 { padding-left: 40px !important;}

.pb0  { padding-bottom: 0 !important;}
.pb5  { padding-bottom: 5px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}

.p0  { padding: 0px !important;}
.p5  { padding: 5px !important;}
.p10 { padding: 10px !important;}
.p15 { padding: 15px !important;}
.p20 { padding: 20px !important;}
.p30 { padding: 30px !important;}
.p40 { padding: 40px !important;}

/*#sp-gnav {
	>display:none;
}*/

/* ===============================

	TEXT/LINK

=============================== */


a, a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

a:hover, a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

a:link    { color:#456bac; text-decoration: underline;}
a:visited { color: #66666; }
a:hover   { color: #cccccc; text-decoration: none; }
a:active  { color: #eeeeee; }

sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
    font-size: x-small;
     
}
 
sup {
    bottom: 1ex;
}
 
sub {
    top: .5ex;
}

iframe {
	display: none;
}

/* ===============================

	HEADER

=============================== */

#header {
	width: 100%;
	height: 90px;
}

#header .inner {
	position: relative;
	display: flex;
	justify-content: center;
	-webkit-align-items: center;
	padding-top: 1em;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

#header .topline {
	background-color: #0071bc;
	width: 100%;
	height: 5px;
	border: none;
	margin: 0; padding: 0 ; line-height: 0;
	position: absolute;
	left: 0; top: 0;
}

#header h1.page_title{
	top: 10px;
	font-weight: normal;
	font-size: 9px;
	position: absolute;
	left: 0;
}

#header h1.logo{
	position: absolute;
	left: 10px;
}

#header h1.logo,
#header p.logo {
	width: 202px;
	height: auto;
	margin-right: auto;
}

#header h1.logo img,
#header p.logo img{
	width: 100%;
}

#header a.btn-trial{
	text-align: center;
}

#header .info-box a.btn-request,
#header .info-box a.btn-inquiry{
	font-size: 1em;
	flex: 1;
	border-bottom: none;
	padding: 0.5em 0.6em;
}

#header .info-box a.btn-inquiry{
	margin-right: 0;
}

#header .info-box{
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	width: 27em;
}

#header .top-info{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 0.5em;
}

#header .top-info p{
	font-size: 85%;
	display: block;
	text-align: center;
	padding-left: 1em;
}

a.btn-trial,
a.btn-request,
a.btn-inquiry {
	text-decoration: none;
	display: inline-block;
	color: #ffffff;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-radius: 3px;
	padding: 0.75em 1em 0.65em;
	font-size: 1.4em;
	margin-right: 1em;
}

.btn-trial u{
	text-decoration: none;
}
@media only screen and (min-width: 769px){

	.btn-trial u{
	padding-top: .2em;
	background-position: top left;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	background-image: radial-gradient(.15em .15em at center center,#FFFFFF,#FFFFFF 100%,transparent);
}

}


.btn-trial {
	background: rgb(255,123,53);
	background: linear-gradient(180deg, rgba(255,123,53,1) 0%, rgba(242,101,34,1) 100%);
	border-bottom-color: #d7591e;
}

.btn-request {
	background-color: #0071bc;
	border-bottom-color: #0065a9;
}

.btn-inquiry {
	background-color: #66aad7;
	border-bottom-color: #5b99c1;
}

.btn-trial i,
.btn-request i,
.btn-inquiry i {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	width: 1.1em;
	height: 1.1em;
	margin-right: 0.25em;
	display: inline-block;
	vertical-align: bottom;
}

.btn-trial i{
	background-image: url(../images/common/btn-trial.png);
}

.btn-request i{
	background-image: url(../images/common/btn-request.png);
}

.btn-inquiry i{
	background-image: url(../images/common/btn-inquiry.png);
}

/* ===============================

	NAVIGATION

=============================== */

#gnav {
	width: 100%;
	height: 54px;
	background: url(../images/common/nav_bg.jpg) repeat-x #2f2f2f;
	z-index: 9;
}

#gnav .inner{
	position: relative;
}

#gnav ul li.dropmenu > a{
	position: relative;
}

#gnav ul li.dropmenu > a:after{
	content: "";
	margin-left: 0.5em;
	width: 0;
	height: 0;
	border-width: 0.3em;
	border-top-width: 0.4em;
	border-style: solid;
	border-color: transparent;
	border-top-color: #ffffff;
	border-bottom: none;
}

#gnav ul li a{
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
}

#gnav ul li a:hover{
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
	background-color: #0060a2;
}

/* １階層 */
ul.main-nav {
     position: relative; height: 100%; z-index: 99;
		 display: -webkit-flex;
		 display: flex;
		 -webkit-justify-content: flex-start;
		 justify-content: flex-start;
		 border-left: 1px solid #656565;
}
ul.main-nav > li{
			flex: 1;
			border-right: 1px solid #656565;
		 }
ul.main-nav > li > a{
			display: block; width: 100%; height: 100%; color: #ffffff;font-size: 1.25em;text-decoration: none;
			display: -webkit-flex;
			display: flex;
			-webkit-justify-content: center;
			justify-content: center;
			-webkit-align-items: center;
			align-items: center;
}
ul.main-nav > li.hover,
ul.main-nav > li:hover
     { background: #2f2f2f; color: #fff; position: relative; }

/* ２階層 */
ul.main-nav ul
     { width: 100%; visibility: hidden; background: #2f2f2f; z-index: 999; }
ul.main-nav ul > li
     { width: 100%; height: 54px; float: none; }/* IE 6 & 7 Needs Inline Block */
ul.main-nav ul > li > a{
		border-right: none;
		width: 100%;
		height: 100%;
		font-size: 1.25em;
		padding: 0 1em;
		box-sizing: border-box;
		line-height: 1.25;
		border-bottom: 1px solid #444444;
		color: #ffffff;
		text-decoration: none;
		text-align: center;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
}
ul.main-nav ul li:last-child a { border-bottom: none; }

/* ３階層(未使用) */
ul.main-nav ul ul
     { left: 100%; top: 0; }
ul.main-nav li:hover > ul
     { visibility: visible; }

/* ===============================

	CONTENTS

=============================== */

.contents img {
	margin: 0; padding: 0;
	vertical-align: top; border: none;
}

.cnts {
	margin-bottom: 40px;
}

.cnts h2, .cnts h3 {
	margin-bottom: 20px;
}

.cnts img-box {
	position: relative;
}

.contents-wide {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.contents-two-colomn {
		display: flex;
	}
}

.contents-two-colomn {
	width: 100%;
	max-width: 1200px;
	padding: 20px 20px 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.contents-two-colomn .main {}

.contents-two-colomn .side {
	width: 300px;
	margin-left: 20px;
}

.contents-two-colomn .side ul li {
	width: 300px; height: 60px;
	margin-bottom: 1px;
}

/* ===============================

	BREADCRUMB

=============================== */

.breadcrumb {
	margin-bottom: 20px;
	padding-top: 4px;
	font-size: 11px;
}

.breadcrumb li {
	background: url(../images/common/arrow_breadcrumb.gif) right top no-repeat;
	padding-right: 26px;
	height: 16px;
	padding-top: 3px;
	float: left;
}

.breadcrumb li a { color: #456cac; text-decoration: none; }

.breadcrumb li.active {
	background: none;
	padding-right: 0;
	font-weight: bold;
	color: #456cac;
}

/* ===============================

	HEADLINE / PARGRAPH

=============================== */

.contents h2 {
	margin-bottom: 20px;
}

.contents p {
	margin-bottom: 1em;
	line-height: 1.75em;
}

/* ===============================

	INFORMATION

=============================== */

#info {
	text-align: center;
	width: 100%;
	padding: 4.5em 1em 2.5em;
	background-color: #eff8ff;
	box-sizing: border-box;
	margin: 3em 0 0;
}

#info .title01{
	margin-bottom: 2.5em;
}

#info .btn-trial{
	position: relative;
	font-size: 2em;
	padding: 1.25em 1em 1.0em 2.5em;
	box-sizing: border-box;
	margin-bottom: 0.5em;
	margin-right: 0;
	text-align: center;
}

#info .btn-trial span{
  font-size: 70%;
  position: absolute;
  top: -1.5em;
  left: 0;
  right: 0;
	font-weight: bold;
  margin: auto;
	display: block;
	width: fit-content;
  padding: 0.5em 1em;
  letter-spacing: 0;
  color: #000000;
  border: 2px solid #d7591e;
  border-radius: 1.5em;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

#info .btn-trial span:before,
#info .btn-trial span:after{
	position: absolute;
	left: calc(50% - 10px);
	content: "";
}


#info .btn-trial span:before {
	display: block;
  bottom: -10px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d7591e transparent transparent transparent;
}

#info .btn-trial span:after {
  bottom: -7px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

#info .btn-inquiry,
#info .btn-request{
	font-size: 1.5em;
}

@media only screen and (max-width: 768px){
	#info {
    padding: 3.25em 1em 2em;
    margin: 2em 0 0;
	}
	#info .btn-trial{
		font-size: 1.5em;
	}

	#info .btn-trial span{
		top:-1.75em;
	}

	#info .menu-info{
		-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	}

	#info .btn-inquiry,
	#info .btn-request{
		margin: 0;
		font-size: 1.25em;
		-webkit-flex-grow: 1;
		flex-grow: 1;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		white-space: nowrap;
	}

	#info .btn-request{
    width: 55%;
    margin-right: 2%;
		max-width: 12em;
	}

	#info .btn-inquiry{
		width: 43%;
		max-width: 10em;
	}

	#info .menu-info p {
		margin: 0.5em 1em 0;
	}
}


#info .menu-info {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

#info .menu-info p{
	font-size: 90%;
	text-align: center;
}

#info .menu-info p img{
	height: 3.5em;
}


/* ===============================

	FOOTER

=============================== */
.btn-pagetop {
	position: relative;
}

.btn-pagetop p {
	position: absolute;
	right: 20px; top: 0;
	margin-top: -22px;
}

.footer-01,
.footer-01 a,
.footer-02 {
	color: #fff;
	line-height: 1.4;
}

.footer-01 { background: #8c8c8c;}
.footer-02 { background: #2f2f2f;}

.footer-01 dl dt {
	font-weight: bold;
}

.footer-01 li:after {
	content: url(../images/common/link_out.png);
	margin-left: 4px;
}

.footer-01 li.icon-none:after {
	content: "";
}

.footer-02 dl dt {
	font-size: 12px;
	font-weight: bold;
}

.footer-02 dl dd {
	margin-bottom: 15px;
}

.footer-02 div div ul li:first-child {
	background: rgba(255, 255, 255, .3);
	padding: 5px;
}

/* --- SP ---------- */
@media screen and (max-width: 768px) {
	
	.footer-01,
	.footer-02 {
		padding: 10px;
	}
	
	.footer-01 dl dd {
		margin-bottom: 10px;
	}
	
	.footer-02 div div p + p {
		margin-top: 10px;
		border-top: 1px solid #666;
		padding-top: 10px;
		text-align: center;
	}
	
	.footer-02 div div ul {
		margin-top: 15px;
		text-align: center;
	}

	.footer-02 div div ul li:last-child {
		margin-top: 10px;
	}
	
}

/* --- PC ---------- */
@media screen and (min-width: 769px) {

	.footer-01 > div,
	.footer-02 > div {
		width: 100%;
		box-sizing: border-box;
		margin: 0 auto;
		padding-top: 30px;
		padding-bottom: 30px;
    box-sizing: border-box;
		display: flex;
	}

	.footer-01 div:after {
		content: "";
		clear: both;
		display: block;
	}

	.footer-01 div > dl {
		flex: 1;
	}

	.footer-02 div dl,
	.footer-02 div div {
		flex: 1;
	}

	.footer-01 div > dl dd + dt {
		margin-top: 20px;
	}

	.footer-02 div div ul {
		display: table;
		margin-top: 20px;
		width: 100%;
	}
	
	.footer-02 div div ul li {
		display: table-cell;
		vertical-align: top;
	}
	
	.footer-02 div div ul li:first-child {
		width: 22%;
	}
	
	.footer-02 div div ul li:last-child {
		text-align: right;
	}
	
}


/* ===============================

	Clear Fix

=============================== */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}


/* ===

TOP PAGE STYLE

Last Updated: 2014/08/01 (WATANABE)
======================================= */

/* ===============================

	COMMON

=============================== */

.cnts1,#cnts2,#cnts3,#cnts4 {
	width: 100%;
	text-align: center;
}

.cnts1 h3,#cnts2 h3,#cnts3 h3 {
	text-align: center;
	margin-bottom: 25px;
}

#cnts4 h3 {
	text-align: center;
	margin-bottom: 0;
}

/* ===============================

	CONTENTS1 (casestudy)

=============================== */

.cnts1 {
	margin-bottom: 10px;
}

.cnts1 .inner {
	padding: 0 20px 23px;
}

/* タイトル */
.cnts1 h4 {
	width: 100%;
	height: 39px;
	margin-bottom: 20px;
	text-align: center;
}

.cnts1 h4.ttl-agenda {
	background: #ecf8fb;
}

.cnts1 h4.ttl-use {
	background: #fceeee;
}

/* メニュー */
.cnts1 ul li {
	float: left;
}

.cnts1 ul li.last {
	margin: 0;
}

.cnts1 .menu-agenda li {
	width: 173px;
	height: 194px;
	margin-right: 13px;
	margin-bottom: 13px;
}

.cnts1 .menu-agenda li.menu6 {
	margin-left: 95px;
}

.cnts1 .menu-use li {
	width: 204px;
	height: 194px;
	margin-right: 33px;
	margin-bottom: 13px;
}

/* ===============================

	CONTENTS2 (SUPPORT)

=============================== */

#cnts2 {
	background: url(../images/top/cnts2_bg.jpg) center top no-repeat #4469af;
	height: 511px;
	padding-top: 40px;
}

#cnts2 .inner {
	padding: 0 20px 20px;
}

#cnts2 .menu-support li {
	width: 260px;
	height: 170px;
	float: left;
	margin-right: 70px;
	margin-bottom: 20px;
}

#cnts2 .menu-support li.last {
	margin-right: 0;
}

#cnts2 .menu-support li dl dt {
	margin-bottom: 10px;
}

#cnts2 .menu-support li dl dd {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
}

#cnts2 .menu-support li dl dd a { color: #ffffff; text-decoration: none; }


/* ===============================

	CONTENTS3 (PARTNER)

=============================== */

#cnts3 {
	background: #ffffff;
	padding: 40px 0 0;
}

#cnts3 ul li.last {
	margin-right: 0;
}

#cnts3 .menu-partner1 li,
#cnts3 .menu-partner2 li,
#cnts3 .menu-partner3 li,
#cnts3 .menu-partner4 li
 {
	float: left;
}

#cnts3 .menu-partner1,
#cnts3 .menu-partner2,
#cnts3 .menu-partner3,
#cnts3 .menu-partner4 {
	margin-bottom: 30px; 
}

#cnts3 .menu-partner1 li {
	margin-right: 45px;
	height: 50px;

}

#cnts3 .menu-partner2 li {
	margin-right: 50px;
	height: 50px;
}

#cnts3 .menu-partner3 li {
	margin-right: 20px;
	height: 45px;
}

#cnts3 .menu-partner4 li {
	margin-right: 45px;
	height: 81px;
	line-height: 81px;
}
#cnts3 .menu-partner4 li p{
	line-height: 20px;
}
#cnts3 .menu-partner4 li img {
	vertical-align: middle;
}

#cnts3 .menu-partner5 li {
	margin-right: 20px;
	height: 70px;
}

/* ===============================

	CONTENTS4 (NEWS)

=============================== */

#cnts4 {
	background: #eeeeee;
	padding: 40px 0;
}

#cnts4 .more {
	width: 60px;
	padding: 5px;
	background: #999999;
	float: right;
	margin: 0 18px 5px 0;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px; 
}

#cnts4 .more a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	display: block;
}

#pmark_area{
	width: 100%;
	padding: 1em;
	border-top:solid 1px #ddd;
	box-sizing: border-box;
}

#pmark_area *{
	box-sizing: border-box;
}

#pmark_area div{
	display:table;
	margin: 0 auto;
}

#pmark_area figure{
	display:table-cell;
	padding-right:20px;
	vertical-align:middle;
}

#pmark_area figure img{
	height: 70px;
	width: auto;
}

#pmark_area p{
	display:table-cell;
	padding-right:20px;
	vertical-align:middle;
}
#pmark_area p.add_border{
border-right:dashed 1px #fff;
}
/* ===============================

	SP

=============================== */
#sp-gnav .drawer-default ul{}

@media only screen and (min-width: 769px) {
#sp-gnav {
	display: none;
    }
}

@media only screen and (max-width: 768px) {
/* common */
img{
	max-width: 100%;
	height: auto;
	width: auto;
}

#header,
#header .inner {
	width: 100%;
	height: 50px;
}

#header h1.logo, #header p.logo {
    position: absolute;
    top: 15px;
    left: 15px;
	width: 10em;
	height: auto;
}

#gnav,
#header .btn-trial,
#header .btn-request,
#header .btn-inquiry,
#header .top-info {
	display: none!important;
}

.drawer-hamburger {
    position: absolute!important;
    top: 0!important;
    padding: 0 15px 0 0!important;
    width: 50px!important;
    height: 45px!important;

}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
    background-color: #9C9C9C;
}

.drawer-main{
	overflow: auto;
}

.drawer-main a {
	text-decoration: none!important;
}

.drawer-default .drawer-submenu-item {
	padding: 0 10px;
	overflow: hidden;
}

.drawer-menu .drawer-menu-item p {
	background: #000;
	color: #FFF;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
}

.drawer-default .drawer-menu-item a {
	color: #efefef;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	padding: 0 10px 0 0;
}

.drawer-default .drawer-menu-item a:after {
	content: ">";
	position: absolute;
	right: 0;
}

#footer .inner {
	height: auto;
	box-sizing: border-box;
}

#footer .company h5 {
    font-size: 14px;
    width: auto; 
    float: none;
    padding-left: 0;
    margin-bottom: 10px;
}

#footer .company .profile {
	width: auto;
	float: none;
	margin-bottom: 10px;
}

/*price*/

h1.page_title {
	display: none;
}

.contents-two-colomn .side {
	display: none;
}

#pmark_area{
	text-align: center;
}

#pmark_area div{
	display: block;
}

#pmark_area div > *{
	display: block;
	padding-right: 0;
	margin-bottom: 1em;
}

#pmark_area figure{
	display: block;
}


}

/*title02*/
.title02 span{
	font-weight: normal;
	font-size: 280%;
	line-height: 125%;
	margin-bottom: 1em;
	position: relative;
	display: block;
}

@media only screen and (max-width: 768px){
	.title02 span{
		font-size: 180%;
	}
	.title02 span br{
		display: none;
	}
}

.title02 a{
	color: inherit;
}

.title02.white{
	color: #ffffff;
}

.title02 span:after{
	content: "";
	left: 0;
	right: 0;
	bottom: -0.15em;
	margin: auto;
	position: absolute;
	width: 100%;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	background: linear-gradient(to right, #0071bc 0%,#0071bc 2em,#66aad7 2em, #66aad7 100% );
}

/*title03*/
.title03 span{
	font-weight: normal;
	font-size: 220%;
	line-height: 125%;
	margin-bottom: 1em;
	position: relative;
	display: block;
}

@media only screen and (max-width: 768px){
	.title03 span{
		font-size: 150%;
	}
	.title03 span br{
		display: none;
	}
}

.title03 a{
	color: inherit;
}

.title03.white{
	color: #ffffff;
}

.title03 span:after{
	content: "";
	left: 0;
	right: 0;
	bottom: -0.15em;
	margin: auto;
	position: absolute;
	width: 100%;
	height: 2px;
	display: inline-block;
	vertical-align: middle;
	background: #333;
}
