@charset "utf-8";

.pcDisplayBlock {
	display: block;
}

.pcDisplayInline {
	display: inline-block;
}

.pcDisplayInlineL {
	display: inline;
}

.spDisplayBlock {
	display: none;
}

.spDisplayInline {
	display: none;
}

.spDisplayInlineL {
	display: none;
}

@media ( max-width : 768px) {
	.pcDisplayBlock {
		display: none;
	}
	.pcDisplayInline {
		display: none;
	}
	.pcDisplayInlineL {
		display: none;
	}
	.spDisplayBlock {
		display: block;
	}
	.spDisplayInline {
		display: inline-block;
	}
	.spDisplayInlineL {
		display: inline;
	}
	body {
		min-width: 360px;
	}
	.contents {
		padding: 52px 20px 20px 20px;
		width: auto;
		min-width: 320px;
	}
	.middleContents {
		width: auto;
	}
	.contentsInPage {
		padding: 0px 10px 50px 10px;
		width: auto;
	}
	.contentsHasTitle {
		padding: 20px 20px 20px 20px;
	}
	.flexContents {
		display: block;
	}
	.primaryContents {
		width: auto;
		float: none;
	}
	.secondaryContents {
		width: auto;
		float: none;
		margin-top: 30px;
	}
	.spInlineDisplay {
		display: inline;
	}
	.pcInlineDisplay {
		display: none;
	}
	.spBlockDisplay {
		display: block;
	}
	.pcBlockDisplay {
		display: none;
	}
	.paging {
		display: none;
	}
	.spPaging {
		display: block;
		text-align: center;
		font-size: 16px;
	}
	.spPaging .prev {
		float: left;
		font-size: 12px;
		margin-left: 20px;
	}
	.spPaging .next {
		float: right;
		font-size: 12px;
		margin-right: 20px;
	}
	.spCenter {
		text-align: center;
	}
	.contents img {
		max-width: 100%;
	}
	.borderCol {
		padding: 20px 15px;
	}
	table th.pcth {
		width: auto;
		min-width: 80px;
	}
}

@media ( max-width : 768px) {
	h1 {
		font-size: 16px;
		margin-top: 20px;
	}
	h2 {
		font-size: 16px;
	}
	h3.secondaryH3Top {
		text-align: center;
		font-size: 15px;
	}
	.spOpenTitleWrap { //
		padding-top: 52px;
		padding-top: 12px;
	}
	.openTitleWrap {
		padding: 40px 0;
	}
	.openTitleWrap h1 {
		padding: 5px 30px 3px 30px;
		font-size: 14px;
	}
}

/*************************************/
/* HTMLエディタ用 */
/*************************************/
@media ( max-width : 768px) {
	.col2Left {
		width: auto;
		float: none;
	}
	.col2Right {
		width: auto;
		float: none;
	}
	.col2Wrap {
		display: block;
		-webkit-align-items: center;
		align-items: center;
	}
	.col2Block {
		flex: 1 1 auto;
	}
	.col2Block:first-child {
		margin-right: 0px;
	}
	.col2Block:nth-child(2) {
		margin-left: 0px;
	}
	hr {
		margin: 40px 0;
	}
	.narrowCol {
		width: auto;
	}
	.middleCol {
		width: auto
	}
	.col3Wrap {
		display: block;
	}
	.col3Block {
		flex: none;
	}
	.spCol2Wrap {
		overflow: hidden;
	}
	.spCol2BlockL {
		float: left;
		width: 47%;
	}
	.spCol2BlockR {
		float: right;
		width: 45%;
	}
}

/*************************************/
/* ヘッダー */
/*************************************/
@media ( max-width : 768px) {
	.headerWrap {
		position: fixed;
		z-index: 101;
		background: #fff;
		width: 100%;
		top: 0;
		left: 0;
	}
	.headerRight, .headerMenu {
		display: none;
	}
	nav {
		display: block;
		width: 100%;
	}
	.header {
		position: relative;
		padding: 12px 10px 0 10px;
		width: 100%;
		box-sizing: border-box;
		min-width: 340px;
		text-align: center;
	}
	.headerLogoOpen {
		display: inline-block;
	}
	.headerLogoOpen img {
		width: 107px;
	}
	button.spHeaderMenuBtn {
		position: absolute;
		top: 0px;
		right: 10px;
		display: block;
		background-image: url("../img/top_s_1.png");
		background-position: center center;
		background-repeat: no-repeat;
		background-color: #fff;
		width: 31px;
		height: 23px;
		min-width: 31px;
		padding: 3px 0px 2px 0px;
	}
	.spHeaderMenuCover {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: black;
		opacity: 0.60;
		filter: alpha(opacity = 60);
		z-index: 99;
	}
	.spHeaderMenu {
		display: block;
		position: fixed;
		right: -300px;
		top: 0px;
		background: #fff;
		width: 250px;
		height: 100%;
		border-left: 1px solid #808080;
		border-bottom: 1px solid #808080;
		padding: 10px 20px;
		z-index: 101;
		overflow: scroll;
	}
	.spHeaderMenu ul {
		padding: 0;
		list-style: none;
		width: 200px;
		margin-bottom: 50px;
	}
	.spHeaderMenu ul li {
		position: relative;
	}
	.spHeaderMenu ul li a {
		display: block;
		padding: 13px 0 12px 0;
		text-align: left;
		font-size: 14px;
		color: #3d3836;
		border-bottom: 1px solid #808080;
	}
	.spHeaderMenu ul li button {
		padding: 13px 0 12px 0;
		text-align: left;
		font-size: 14px;
		color: #3d3836;
		border-bottom: none;
		background-image: url("../img/top_s_3.png");
		background-position: center right;
		background-repeat: no-repeat;
		background-color: #fff;
		display: block;
		width: 100%;
		outline: none;
	}
	.spHeaderMenu ul li button.spHeaderMenuAboutClose {
		background-image: url("../img/top_s_4.png");
		background-repeat: no-repeat;
	}
	.spHeaderMenu ul li a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	.spHeaderMenu ul li ul {
		margin-left: 10px;
		display: none;
	}
	.spHeaderMenu ul li ul li a {
		border: none;
	}
	.spHeaderMenuClose {
		background: none;
		background-image: url("../img/top_s_2.png");
		background-position: center center;
		background-repeat: no-repeat;
		width: 24px;
		height: 24px;
		min-width: auto;
		padding: 0;
		position: absolute;
		top: 20px;
		right: 60px;
		opacity: 0.8;
		z-index: 101;
	}
}
/*************************************/
/* フッター */
/*************************************/
@media ( max-width : 768px) {
	.footer {
		padding: 20px 10px 0px 10px;
		max-width: 410px;
		margin: 0 auto;
	}
	.footerMenu {
		display: none;
	}
	.footerCopy {
		flex: 0 0 90px;
		width: 90px;
	}
	.footerSnsLink {
		position: relative;
		right: auto;
	}
	.footerSnsLink img {
		margin: 0 5px 0 0;
	}
	.spFooterCopy {
		text-align: center;
		padding: 20px 0;
	}
	.footerInfo {
		font-size: 10px;
	}
	.footerInfoWrap {
		flex: 0 0 230px;
		margin-right: 10px;
	}
	.fb-page {
		margin: 0 auto;
	}
	.footerFacebook {
		text-align: center;
	}
	.footerMediaLogo {
		float: none;
		margin-top: 30px;
	}
}

/*************************************/
/* ニュース・ブログ */
/*************************************/
@media ( max-width : 768px) {
	.tabLink {
		text-align: center;
	}
	.tabLink li {
		float: none;
		display: inline-block;
		min-width: 120px;
	}
	.listWrap h2 {
		font-size: 15px;
	}
	.listLinkWrap {
		text-align: center;
	}
	.blogArchiveSelect {
		width: 300px;
		padding-left: 110px;
		font-size: 15px;
	}
	.blogTitle {
		margin-top: 30px;
	}
}

/*************************************/
/* 新プラン */
/*************************************/
.plSpWrap {
	display: none;
}

@media ( max-width : 768px) {
	.plSpWrap {
		display: block;
		width:auto;
		margin: 20px auto;
	}
	.plPcWrap, .plTableTdWrap2, .plTableTdWrap6, .plTableTdWrap4, .plTableTdWrap5 {
		display: none;
	}
	.plTitleWrap{
	 padding:30px 0;
	}
	.plTitleWrap h1{
	 font-size:23px;
	}
	.plLabelWrap {
		position: relative;
		height: 70px;
	}
	.plLabelH {
    background: #fff;
    cursor: pointer;
    width: 33.333%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0px;
    line-height: 1.5;
    padding-top: 20px;
	}
	.plLabelH span {
		position: absolute;
		top: 13px;
		left: 5px;
		width: 90%;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		z-index: 2;
	}
	.plLabelH:before {
    content: "";
    display: block;
    border-bottom: 70px solid #e2e6e7;
    border-right: 15px solid transparent;
    width: calc(100% - 15px);
    height: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
	}
	.plLabelH2 {
		left:50%;
	}
	.plTableWrap {
		overflow: hidden;
		position: relative;
		border: 1px solid #000;
	}
	.plTableThWrap {
		float: left;
		width: 50%;
		background: #e2e6e7;
		box-sizing: border-box;
		border-right: 1px solid #000;
		z-index: 3;
		position: relative;
	}
	.plTableTh {
		text-align: center;
		font-size: 14px;
		padding: 10px 0 0 0;
		border-bottom: 1px dashed #000;
		font-weight: bold;
		height: 32px;
	}
	.plTableTdWrap {
		position: absolute;
		right: 0px;
		top: 0xp;
		width: 50%;
		border-left: none;
		box-sizing: border-box;
	}
	.plTableTd {
		text-align: center;
		font-size: 14px;
		padding: 10px 0 0 0;
		border-bottom: 1px dashed #000;
		font-weight: bold;
		height: 32px;
	}
	.plTableTdS2 {
	 font-size:12px;
	}
	.plTableTdRow2 {
		font-size: 11px;
		line-height: 1.3;
		padding: 7px 0 0 0;
		height: 35px;
	}
	.plTableTdR {
		background: #f8edec;
	}
	.plTableThBtn {
		height: 90px;
		padding-top: 30px;
		box-sizing: border-box;
		border: none;
	}
	.plTableTdBtn {
		height: 90px;
		font-size: 12px;
		text-align: left;
		color: #cd614d;
		padding: 10px 5px 0 8px;
		box-sizing: border-box;
		line-height: 1.4;
		border-bottom: none;
	}
	.plTableTdAsk {
		height: 681px;
		border: none;
		font-size: 23px;
		padding-top: 300px;
	}
	.plH2 {
		padding: 25px 0;
		font-weight: bold;
		letter-spacing: 2px;
	}
	.plLabelT {
		background: #fff;
		cursor: pointer;
		width: 33.333%;
		height: auto;
		position: absolute;
		top: 0;
		left: 0px;
		line-height: 1.5;
		padding-top: 20px;
	}
	.plLabelT span {
		position: absolute;
		top: 13px;
		left: 3px;
		width: 90%;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		z-index: 2;
	}
	.plLabelT:before {
		content: "";
		display: block;
		border-bottom: 70px solid #e2e6e7;
		border-right: 15px solid transparent;
		width: calc(100% - 15px);
		height: 0px;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	.plLabelT2, .plLabelH2 {
		left: 33.333%;
	}
	.plLabelT3, .plLabelH3 {
		left: 66.666%;
	}
	.plLabelNow {
		cursor: auto;
	}
	.plLabelNow:before {
		border-bottom: 70px solid #cd614d;
	}
	.plTableTdC {
		color: #cd614d;
	}
	.plTableTdBtn2 {
		height: 170px;
		text-align: left;
		font-weight: normal;
		font-wize: 14px;
		padding: 10px 5px 10px 8px;
		line-height: 1.5;
		border-bottom: none;
	}
	.plCaution{
	text-align:left;
	}
}

/*************************************/
/* 旧プラン */
/*************************************/
.planMeritWrapSp, .planTableSp {
	display: none;
}

@media ( max-width : 768px) {
	.planTopText {
		margin: 30px 0 40px 0;;
		font-size: 13px;
	}
	.planColL, .planColR {
		float: none;
		width: auto;
		max-width: 400px;
		margin: 0 auto;
	}
	.planDesc h3 {
		left: 50%;
		margin-left: -150px;
	}
	.planDesc {
		padding: 30px 0 20px;
	}
	.planDesc ul {
		margin: 0 auto;
		width: 250px;
	}
	.planH3 {
		padding-left: 40px;
		position: relative;
		line-height: 1.3;
		margin-bottom: 10px;
	}
	.planH3 span {
		position: absolute;
		left: -5px;
		bottom: -10px;
	}
	.planMeritWrapSp {
		width: auto;
		padding: 30px 20px 0 20px;
		margin: 50px 0 100px 0;
		display: block;
	}
	.planMeritWrapSp ul {
		width: auto;
	}
	.planMeritWrap {
		display: none;
	}
	.planTable {
		display: none;
	}
	.planTableSp {
		display: block;
		margin-top: 100px;
	}
	.planTableThSp {
		border-bottom: 1px solid #fff;
		background: #1792B8;
		padding: 6px 0 5px 0;
		color: #fff;
		font-size: 14px;
		text-align: center;
	}
	.planTableTdSp {
		border: 1px solid #9b9b9b;
		border-top: none;
		padding: 10px 0 8px 0;
		color: #1792B8;
		font-size: 14px;
		text-align: center;
	}
	.planTableBtnSp {
		background: #1792B8;
		background-image: url("../img/plan_sp_arrow.png");
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center 35px;
		padding: 6px 0 25px 0;
		color: #fff;
		font-size: 14px;
		text-align: center;
		cursor: pointer;
	}
	.planTableBtnSpOpen {
		background-image: url("../img/plan_sp_arrow_close.png");
	}
	.planTableBtnSp:hover {
		opacity: 0.8;
	}
	.planTableRecomSp {
		width: 150px;
		color: #fff;
		background: #ffa09c;
		margin: 0 auto;
		text-align: center;
		padding: 5px 0 0 0;
		font-size: 16px;
	}
	.planTableContentSp .planTableTdSp {
		text-align: left;
		padding: 10px 20px 8px 20px;
	}
	.planTableContentSp {
		display: none;
	}
	.planTopTitle {
		margin-top: 20px;
	}
	.planCaution {
		margin-left: 0px;
	}
	.planDescB h3, .planDescP h3 {
		left: 50%;
		margin-left: -150px;
	}
	.planBlockB, .planBlockP {
		padding: 0 15px;
	}
	.planDescB, .planDescP {
		padding: 30px 0 20px;
	}
	.planDescB ul, .planDescP ul {
		margin: 0 auto;
		width: 250px;
	}
	.planBlockInner {
		margin: 10px 40px;
	}
}

/*************************************/
/* サービス */
/*************************************/
@media ( max-width : 768px) {
	.serviceBlockWrap {
		margin-top: 10px;
		padding: 0 10px;
	}
	.serviceBlockWrap img {
		max-width: 100%;
	}
	.serviceBlockL, .serviceBlockR {
		float: none;
		width: auto;
	}
	.serviceBlockImg {
		text-align: center;
	}
	.serviceBlockWrap2 .serviceBlockL, .serviceBlockWrap3 .serviceBlockL,
		.serviceBlockWrap5 .serviceBlockR, .serviceBlockWrap6 .serviceBlockL {
		padding-top: 0;
	}
	.serviceBlockWrap6 .serviceBlockL {
		margin: 20px 0 50px 0;
	}
	.serviceBlockWrap6 .serviceBlockL {
		margin: 0;
	}
	.serviceBorderWrap {
		padding: 0px 10px 10px 10px;
	}
	.serviceBorderTitlte {
		padding: 2px 20px;
		margin: 0 -10px 0 -10px;
		display: block;
	}
	.serviceBorderBlock {
		margin: 0px 0 0px 0;
		padding: 20px 0 10px;
		float: none;
		width: auto;
	}
	.serviceBorderBlock img {
		margin-right: 15px;
	}
	.serviceBorderBlock p {
		font-size: 11px;
	}
	.searviceBorderResult {
		font-size: 14px;
	}
	.serviceBlockWrap6 .serviceBlockL, .serviceBlockWrap6 .serviceBlockR {
		width: auto;
	}
	.topBlock04 {
		width: auto;
		min-width: 340px;
		padding: 70px 10px 0 10px;
	}
	.topBlock04Item01 {
		display: none;
	}
	.topBlock04Item02 {
		width: auto;
		text-align: center;
		padding-left: 0px;
		margin: 0 -10px;
	}
	.topBlock04Item03 {
		display: inline-block;
		float: none;
		margin: 0 10px 20px 10px;
		width: 145px;
		height: 300px;
	}
	.topBlock04Item03C2 {
		height: 230px;
	}
	.topBlock04Item03 img {
		width: 145px;
	}
	.topBlock04Item03 p {
		margin: 10px 0;
	}
	.servicePartnerWrap {
		padding: 0px 20px 20px 20px;
	}
	.servicePartnerTitle {
		border: none;
		margin: 0px -20px 30px -20px;
		padding: 2px;
		width: auto;
	}
	.servicePartnerL, .servicePartnerR {
		float: none;
	}
	.topBlock06 {
		width: auto;
		min-width: 340px;
		padding: 0 10px 0 10px;
	}
	.topBlock06Blog {
		width: auto;
		float: none;
	}
	.topBlock06Blog h2, .topBlock06News h2 {
		text-align: center;
		border-bottom: 2px solid #333;
	}
	.topBlock06BlogItem {
		border: none;
	}
	.topBlock06BlogItemDate {
		float: none;
		width: auto;
		border-bottom: 1px solid #808080;
		font-size: 13px;
	}
	.topBlock06BlogItemTitle {
		float: none;
		width: auto;
		font-size: 14px;
	}
	.topBlock06News {
		width: auto;
		float: none;
	}
	.topBlock06News img {
		width: 100%;
		max-width: 315px;
		float: none;
	}
	.topBlock06NewsText {
		width: auto;
		float: none;
		font-size: 14px;
		margin-top: 10px;
	}
}

/*************************************/
/* スペース */
/*************************************/
@media ( max-width : 768px) {
	.spaceListWrap {
		padding: 20px 0;
	}
	.spaceListWrap li:nth-child(even) {
		background: #fff;
	}
	.spaceListWrap li:nth-child(odd) {
		background: #f5f5f5;
	}
	.spaceListWrap li {
		display: block;
	}
	.spaceListSort, li.spaceListTitle {
		display: none;
	}
	.spaceListSearchWrap {
		display: block;
		margin: 0px 0;
	}
	.spaceListSearch {
		float: none;
		width: auto;
		text-align: center;
		margin: 0 0 30px 0;
	}
	.spaceListBtn {
		float: right;
		display: block;
		width: 70px;
		padding-top: 10px;
	}
	.spaceListBtn a {
		width: 100%;
		box-sizing: border-box;
		margin: 5px 0;
	}
	.spaceList {
		padding: 7px 10px;
	}
	.spaceList div {
		width: auto;
		float: none; //
		margin-right: 90px;
	}
	.spaceListName, .spaceListPrice, .spaceListTel, .spaceListInfo {
		display: block;
		margin: 0 10px 0 0;
	}
	.spaceListName {
		width: 150px;
	}
	.spaceListPrice {
		float: none;
		margin-left: 160px;
	}
	.spaceListInfo {
		width: 250px;
	}
	.spaceListPostal, .spaceListAddress {
		display: inline;
		margin: 0;
		float: none;
	}
	.spaceListPriceP {
		padding-top: 0px;
		text-align: left;
	}
	.spaceListInfo b {
		margin: 0;
	}
}

@media ( max-width : 590px) {
	.spaceListName, .spaceListInfo, .spaceListPrice {
		display: block;
		float: none;
		width: auto;
		margin: 0 15px 0 0;
	}
	.spaceListInfo {
		margin-top: 5px;
	}
	.spaceListPrice {
		width: 45%;
		float: left;
	}
}
/*************************************/
/* 合同展 */
/*************************************/
@media ( max-width : 768px) {
	.pcExhibitions {
		display: none;
	}
	.spExhibitions {
		display: block;
		margin-top: 20px;
	}
	.exhibYearWrap {
		margin: 20px 20px 20px 20px;
	}
	.spExhibListMonthWrap {
		text-align: center;
		margin: 30px 0 20px 0;
	}
	.spExhibListMonth {
		border: 1px solid #555555;
		padding: 5px 100px;
	}
	.spExhibListMonth option {
		text-align: center;
	}
	.spExhibList {
		padding: 15px 10px;
		font-size: 13px;
		display: table;
		width: 100%;
		box-sizing: border-box;
	}
	.spExhibListTitle {
		display: table-cell;
		border-bottom: 1px solid #555555;
	}
	.spExhibListDay {
		margin-left: 20px;
		display: table-cell;
		vertical-align: bottom;
		width: 150px;
		border-bottom: 1px solid #555555;
		text-align: right;
	}
	.exhibYearNow {
		margin-left: 0px;
	}
}

/*************************************/
/* 代表挨拶・パートナー募集 */
/*************************************/
@media ( max-width : 768px) {
	.profileL, .profileR {
		float: none;
		width: auto;
	}
	.profileMarginL {
		margin-left: 0px;
	}
}

/*************************************/
/* お問い合わせ */
/*************************************/
@media ( max-width : 768px) {
	.headerLogoContact {
		float: none;
	}
	.headerLogoWrapContact {
		text-align: center;
		padding-bottom: 5px;
	}
	.headerLogoContact {
		width: 107px;
	}
	.headerContactText {
		display: none;
	}
	.spContactArrow {
		width: 28px;
	}
	.contactBg {
		background: none;
	}
	.contactWrap {
		width: auto;
		margin: 60px 0 50px 0;;
	}
	.contactFormWrap {
		float: none;
		width: auto;
		margin: 10px;
	}
	.spContactImg {
		background-image: url("/img/Inquiry_1.png");
		background-size: cover;
		background-position: center;
		height: 150px;
	}
	.spContactText {
		padding: 20px 20px 0 20px;
	}
}
/*************************************/
/* Q&A */
/*************************************/
@media ( max-width : 768px) {
	.qaQuestionBlock {
		width: auto;
	}
	.qaQuestionBody {
		float: none;
		margin-left: 40px;
	}
	.qaAnswerBlock {
		width: auto;
	}
	.qaAnswertBody {
		float: none;
		margin-left: 40px;
		width: auto;
	}
}
/*************************************/
/* 導入事例 */
/*************************************/
@media ( max-width : 768px) {
	.introTopImg {
		margin: 0 -20px;
		width: auto;
	}
	.introTopText {
		width: auto;
	}
	h1.intro {
		margin: 30px 0;
		border: none;
		font-weight: bold;
		line-height: 1.8;
		font-size: 14px;
	}
	.introBlock:nth-child(even) {
		float: none;
		width: auto;
	}
	.introBlock:nth-child(odd) {
		float: none;
		width: auto;
	}
}