/*@charset "utf-8";*/

/*
.solution{*/
/*font-family: 'Noto Sans Japanese', "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , "メイリオ" , "Lucida Grande" , Meiryo, sans-serif;*/
/*padding-bottom: 10px;*/
/*word-break: normal;*/
/*word-wrap: break-word !important;*/ /* FireFox用 */
/*}*/

/*.sp{display: none !important;}
.txt-r{text-align:right !important;}
.txt-c{text-align:center !important;}
.txt-l{text-align:left !important;}
.solution a{
color: #0e6fa6;
font-weight: 600;
}*/

.wid5{width:5%}
.wid10{width:10%}
.wid15{width:15%}
.wid20{width:20%}
.wid25{width:25%}
.wid30{width:30%}
.wid33{width:33.3333%}
.wid35{width:35%}
.wid40{width:40%}
.wid45{width:45%}
.wid50{width:50%}
.wid55{width:55%}
.wid60{width:60%}
.wid65{width:65%}
.wid70{width:70%}
.wid75{width:75%}
.wid80{width:80%}
.wid85{width:85%}
.wid90{width:90%}
.wid95{width:95%}

.mb0 { margin-bottom:0px !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; }
.mb45 { margin-bottom:45px !important; }
.mb50 { margin-bottom:50px !important; }
.mb60 { margin-bottom:60px !important; }
.mb70 { margin-bottom:70px !important; }
.mb80 { margin-bottom:80px !important; }
.mb90 { margin-bottom:90px !important; }
.mb100 { margin-bottom:100px !important; }
.ml10 { margin-left:10px !important; }
.ml20 { margin-left:20px !important; }
.ml30 { margin-left:30px !important; }
.ml40 { margin-left:40px !important; }
.ml50 { margin-left:50px !important; }
.mr10 { margin-right:10px !important; }
.mr15 { margin-right:15px !important; }
.mr20 { margin-right:20px !important; }
.mr30 { margin-right:30px !important; }
.mr40 { margin-right:40px !important; }
.mr50 { margin-right:50px !important; }
.mr60 { margin-right:60px !important; }
.mr70 { margin-right:70px !important; }
.mt0 { margin-top:0px !important; }
.mt10 { margin-top:10px !important; }
.mt20 { margin-top:20px !important; }
.mt30 { margin-top:30px !important; }
.mt40 { margin-top:40px !important; }
.mt50 { margin-top:50px !important; }
.mt60 { margin-top:60px !important; }
.mt70 { margin-top:70px !important; }
.mt80 { margin-top:80px !important; }


.bold { font-weight: bold; }

body{
	background-color: #fff;
	/*font-family: 'HGｺﾞｼｯｸM','Montserrat', sans-serif;*/
}

.center{
	text-align: center;
}

.inner{
	width: 800px;
	margin: 0 auto;
	/*background-color: tan;*/
}

@keyframes slider{
  0% { transform: translateX(-600px);}
  100% { transform: translateX(0px);}
}

#intro {
	background-image: url(../../images/solution/ch-kintone/top_background.jpg);
	background-position: center bottom;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding: 30px 0;
}

.introText{
	text-align: center;
	padding: 10px;
	margin: 20px auto;
	background-color: rgba(255,255,255,0.7);
}

.introText h1 img{
	width: 400px;
	margin-bottom: 30px;
	/* will-change: transform;
	animation: down 1.5s; */
}

.introText p{
	font-size: 26px;
	font-weight: bold;
	/* will-change: transform;
	animation: down 2.5s; */
	/*margin-bottom: 40px;*/
}

.fv_partner{
	width: 7%;
	margin: 0 auto 1%;
}

.btn {
	width: 300px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background: linear-gradient(#159cff, #8447ff);
	padding: 15px 0;
	border-radius: 10px;
    box-shadow: 0px 3px 20px 1px rgb(0 0 0 / 16%);
}

.btn:hover{
	color: #fff;
	text-decoration: none;
}

/* .clickbtn{
	padding-bottom:5%;
	width: 65%;
	margin: 0 auto;
} */

@keyframes down{
  0% { /*transform: translateY(0); */opacity: 0;}
  100% { /*transform: translateY(-50%); */ opacity: 1;}
}

.animation{
    opacity: 0;/* //不透明度0%*/
    -webkit-transform: translate3d(0, 100%, 0);/* //縦方向の位置を100%下げる*/
    transform: translate3d(0, 100%, 0);
    -webkit-transition: all 1s ease; /*//1秒間かけて変化させる*/
    transition: all 2s ease;
}

.animation.active{
    opacity: 1;/* //不透明度100%*/
    -webkit-transform: translate3d(0, 0, 0);/* // 縦方向の位置を戻す*/
    transform: translate3d(0, 0, 0);
}

.transparent{
	opacity: 1;/* //不透明度0%*/
	margin-bottom: 3%;
	width: 50px;
}


#pageTop {
	padding: 50px
}

#pageTop .inner {
	background: #f2f2f2;
	border-radius: 15px;
	padding: 30px;
}
#pageTop h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

#pageTop h2 img {
	width: 250px;
	display: inline;
	vertical-align: baseline;
}

#pageTop p {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

#pageTop .strong {
	color: #d18e0e;
	font-size: 175%;
}

#pageTop .lead .kintone_name {
	font-size: 250%;
	color: #333;
	font-weight: bold;
	font-family:Montserrat,sans-serif;
}

#pageTop .price {
	width: fit-content;
	border-bottom: 1px solid #595757;
	margin: auto;
}

#pageTop .price .strong {
	margin-left: 5px;
}

#case .caseContainer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

#case .caseItem {
	width: 48%;
	padding: 25px;
	background-color: #ffca6d;
	border-radius: 15px;
	margin-bottom: 20px;
}

#case .caseItem h4 {
	color: #392b26;
	font-size: 32px;
	font-weight: bold;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
	margin-bottom: 10px;
}

#case .caseItem p {
	font-size: 16px;
	margin-bottom: 30px;
}

#case .caseContent {
	background-color: #fff;
	position: relative;
}

#case .caseContent:before {
	position: absolute;
	content:"導入事例";
	display:inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color:#fd7100;
	padding: 5px 10px;
	border-radius: 5px;
	left: -15px;
	top:-20px;
	z-index: 3;
}

#case .caseContent a {
	display: block;
	border: 1px solid #60ACCD;
    width: 100%;
    color: #333333;
    text-decoration: none;
}

#case .caseContent a:hover{
	opacity: 0.7;
}

#case .caseContent .tx {
    margin: 0;
    padding: 10px 15px;
    font-size: 13px;
    border-left: 1px solid #c1cbd5;
    border-right: 1px solid #c1cbd5;
}

#case .caseContent a .company {
    display: flex;
	justify-content: space-evenly;
    height: 50px;
    padding: 5px 10px;
    border: 1px solid #c1cbd5;
}

#case .caseContent a .company .company_logo {
    /* height: 30px; */
	width: 100px;
    /* line-height: 1; */
    vertical-align: middle;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

#case .caseContent a .company .name {
    font-size: 16px;
    font-weight: bold;
    vertical-align: middle;
	line-height: 30px;
	padding: 6px 0 0 3px;
}

#case .caseContent a .company .name.l2{
	/* line-height: 15px; */
}

#case .caseContent.anonym {
	padding: 20px 15px;
}

#case .caseContent.anonym h5 {
	text-align: center;
	background-image: url(../../images/solution/ch-kintone/case_category.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 22px;
	color: #fff;
	padding: 5px 0;
	margin-bottom: 15px;
}

#case .caseContent.anonym dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 80%;
	margin:0 auto 10px;
}

#case .caseContent.anonym dt {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	background-color: #31859c;
	padding: 5px;
	width: 60px;
	border-radius: 5px;
	margin-bottom: 10px;
}

#case .caseContent.anonym dd {
	width: calc(100% - 65px);
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 15px;
	margin-bottom: 10px;
}

#case .caseContent.anonym dd.l2 {
	font-size: 15px;
	line-height: 1;
}

#case .caseContent.anonym p {
	margin-bottom: 0;
}

#case .btn {
	display: block;
	width: 400px;
	margin: auto;
}

.support_plan .fadeColor{
	width: 100%;
	color: white;
	background-color: #3a88c8;
	border-radius: 5px;
	padding: 1% 0;
}
.marutto_plan .fadeColor{
	width: 100%;
	color: white;
	background-color: #da2066;
	border-radius: 5px;
	padding: 1% 0;
}

/* 
#bnrArea p{
	background-color: #ffae00;
	color: #fff;
	padding: 10px;
	font-size: 21px;
	font-weight: bold;
} */


/* 20221216 */

#bnrArea {
	background: #f2f2f2;
	padding: 3%;
	clear: both;
}
#bnrArea .inner2 {
	text-align: center;
	/*width: 1024px;*/
	margin: 0 auto;
}

#bnrArea p{
	background-color: #c42239;
	color: #fff;
	padding: 10px;
	font-size: 21px;
	font-weight: bold;
}


/* .areashare_left {
	float: left;
	width: 50%;
} */

#bnrArea .inner2 {
	margin: 0 auto;
}

#bnrArea h2 {
    font-size: 210%;
	margin-bottom: 1%;
}

#scene1 .areashare {
    margin: 0 auto;
	text-align:center;
}
.clickbtn {
	/* width:90%; */
    max-width: 600px;
    margin: 0 auto;
}
.clickbtn img:hover{
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/*20221216 */


h1 {
	font-size: 40px;
	margin: 0 auto;
	display: block !important;
}

.k_ba img{
	padding: 0 8%;
}

#feature,
#operation{
	width: 1000px;
	margin: 0 auto;
	padding: 75px 0 0 0;
}
#contact{
	background-color: #f2f2f2;
	padding: 5% 0;
}

.featureContents,
.operationContents,
.contactContents{
	background-color: #fff;
	text-align: center;
}
.featureContents h2{
	font-size: 45px;
	letter-spacing: 0.2em;
	font-family: Montserrat;
	font-weight: bold;
	padding: 75px 0 50px 0;
}

.operationContents dl,
.featureContents dl{
	/*padding-bottom: 75px;*/
	width: 100%;
	margin: 0 auto;
}

.flowinner dl{
	width: 76%!important;
}


.featureContents dt{
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.1em;
}
.operationContents dt{
	position: relative;
	font-size: 32px;
	font-weight: bold;
}

.operationContents dd{
	font-size: 16px;
	line-height: 2em;
	margin: 0 auto;
	letter-spacing: 0.1em;
	width: 100%;
	margin: 3% 0;
}
.featureContents dd{
	font-size: 16px;
	line-height: 2em;
	margin: 0 auto;
	letter-spacing: 0.1em;
	width: 100%;
	margin-top: 3%;
}
.featureContents dd li {
	float: left;
	width: 50%;
}
.featureContents dd li li {
	float: left;
	width: 30%;
	margin: 0 1.66%;
}
.operationContents dd li li p,
.featureContents dd li li p {
	font-size: 10px;
}
.featureContents .right_box_1 {
	background: url(../../images/solution/ch-kintone/right_part_bottom.jpg) center top no-repeat;
	background-size: 224px 200px;
	width: 100%;
	height: 200px;
}
.featureContents .messaging_left {
	float: left;
	width: 160px;
	height: 3em;
	font-size: 14px;
	color: white;
	margin: 100px 5px 5px 5px;
	background-color: orange;
	padding-top: 10px;
	border-radius: 5px;
}
.featureContents .messaging_right {
	float: right;
	width: 160px;
	height: 3em;
	font-size: 14px;
	color: white;
	margin: 5px;
	background-color: orange;
	padding-top: 10px;
	border-radius: 5px;
}
.feature_image_left {
	width: 100%;
}

.operationContents .left_box {
	float: left;
	width: 40%;
	border: solid 1px #3a88c8;
	margin: 0 5%;
}
.operationContents .left_box h2 {
	font-size: 28px;
	color: white;
	background-color: #3a88c8;
	height:2em;
	padding: 7px;
}
.operationContents .left_box span {
	font-size: 36px;
	color: #3a88c8;
}
.operationContents .left_box .subContents {
	font-size: 20px;
	color: #3a88c8;
	text-decoration: underline;
	margin:5% 0;
}
.operationContents .left_box .left_dash_box {
	font-size: 22px;
	width: 60%;
	border: dashed 1px #3a88c8;
	margin: 10px auto;
}

.operationContents .right_box {
	float: left;
	width: 40%;
	border: solid 1px #da2066;
	margin: 0 5%;
}
.operationContents .right_box h2 {
	font-size: 28px;
	color: white;
	background-color: #da2066;
	height:2em;
	padding: 7px;
}
.operationContents .right_box span {
	font-size: 36px;
	color: #da2066;
}
.operationContents .right_box .subContents {
	font-size: 20px;
	color: #da2066;
	margin: 5% 0;
	text-decoration: underline;
}
.operationContents .right_box .right_dash_box {
	font-size: 22px;
	width: 60%;
	border: dashed 1px #da2066;
	margin: 10px auto;
}
.operationContents li ul {
	width: 55%;
	margin: 10px auto;
}
.operationContents li li {
	text-align: left;
	list-style-type: disc;
}
.operationContents .support_plan .flowTitle{
	font-size: 20px;
	font-family: Montserrat;
	font-weight: bold;
}
.operationContents .support_plan .flowContents{
	font-size: 14px;
	font-family: Montserrat;
	line-height: 1em !important;
}
.operationContents .support_plan {
	font-size: 30px;
	/*margin-top: 70px*/;
}	
.operationContents .support_plan span {
	color: white;
	background-color: #3a88c8;
	padding: 3px 20px;
	margin: 0 10px;
	border-radius: 5px;
}
.operationContents .marutto_plan .flowTitle{
	font-size: 20px;
	font-family: Montserrat;
	font-weight: bold;
}
.operationContents .marutto_plan .flowContents{
	font-size: 14px;
	font-family: Montserrat;
	line-height: 1em !important;
}
.operationContents .marutto_plan {
	font-size: 30px;
	/*margin-top: 70px;*/
}	
.operationContents .marutto_plan span {
	color: white;
	background-color: #da2066;
	padding: 3px 20px;
	margin: 0 10px;
	border-radius: 5px;
}

.operationContents .message_title {
	font-size: 24px;
}
.operationContents .messaging_center {
	width: 700px;
	color: white;
	margin: 5px auto;
	background-color: orange;
	padding: 15px 0;
	border-radius: 15px;
}

.operationContents{
	padding: 75px 0;
	clear: both;
}


/*partner_integration　start*/

.partnerContents p {
    font-size: 16px;
    margin: 0 auto;
    width: 90%;
    line-height: 2em;
    letter-spacing: 0.1em;
    margin-top: 3%;
}

.partnerContents > img{
	width: 70%;
	margin: 0% 15% 6%;
}

.partnerContents{
	position: relative;
	margin-top: 2%;
}

.partnerContents h2{
	letter-spacing: 0.1em;
	font-weight: bold;
	padding: 15px 0;
	text-align: center;
}

.partnerContents h2{
	font-size: 210%;
}

#partner .partner-logo {
	width: 70%;
	margin: 0 auto;
}

#partner .partner-logo_1 {
	float: left;
	width: 46%;
	margin: 5% 2% 3%;
}

#partner .partner-integration{
 width: 20%;
 margin: 0 40% 6%;
}

/*partner_integration　end*/


.subTitle{
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2em;
	margin: 30px 0;
	text-align: center;
	vertical-align: middle;
}

.transparent img{
	width: 80px;
    margin: 0 auto;
   /* margin-top: 3%;*/
}

/*20201023*/

#scene4 {
	background: #f2f2f2;
	/*padding-bottom: 5%;*/
}
.scene4_inner {
	background: #fff;
	padding: 3% 0;
}
#scene4 h3 {
	position: relative;
	font-size: 300%;
	letter-spacing: 0.1em;
	font-family: Montserrat;
	font-weight: bold;
	text-align: center;
	font-size: 36px;
    color: #555;
    margin-bottom: 80px;
}
#scene4 h3::after {
	position: absolute;
	display: block;
	content: "";
	width: 50px;
	height: 3px;
	background: #b2b2b2;
	left: 0;
	right: 0;
	margin: 30px auto;
}

.recoArea .infomation {
	width: 100%;
	margin-bottom: 3%;
}
.recoArea {
	padding: 2% 0;
	/*background:#f1f3f5 ;*/
	margin: 0 auto;
	width: 800px;
	/*border: double 5px #8e8e8e;*/
	box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.2);
}
.recoLink {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	border: none;
	margin-top: 0px;
}
.recoArea :hover {
	border-color: #646464;
}
.recoArea .leftbox {
	float: left;
	width: 35%;
	/*width: 60%;*/
	margin: 0 5%;
	/*margin-left: 20%;*/
	display: table-cell;
}
.recoArea .leftbox .inner {
	/*margin:0 auto;
	width:900px;
	display:flex;*/
	display: block;
}
.recoArea .leftbox .inner figure {
	width: 100%;
	height: 160px;
	position: relative;
}
.recoArea .leftbox figure img {
	position: absolute;
	width: 40%;
	top: 45%;
	left: 15%;
	transform: translate(-50%, -50%);
}
.recoArea .rightbox {
	float: left;
	width: 45%;
	/*width:90%;*/
	/*margin-right: 5%;	m20210730*/
	margin: 19px auto;	/*m20210730*/
	position: relative;
}
.recoArea .rightbox dd {
	word-break: keep-all;
	line-break: strict;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.recoArea .inner .ti {
	margin-bottom: 10px;
	font-size: 26px;
}
.recoArea .inner dl {
	display: flex;
	flex-wrap: wrap;
}
.recoArea dl dt {
	margin: 0 0 5px;
	width: 20%;
	float: left;
}
.recoArea dl dd {
	margin: 0 0 5px;
	width: 80%;
	margin-left: 20%;
}
.recoBox {
	flex-basis: 40%;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.recoArea {
	position: relative;	/*m20210712*/
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.25);
	display: inline-block;
	padding: 0.6em 2em;
	/*margin: 0 0 1em; m20210712*/
	margin: 2em 0 1em;	/*m20210712*/
	cursor: pointer;
	transition: all 0.3s ease 0s;
}
.recoArea:hover {
	position: relative;	/*m20210712*/
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.25);
	transform: translateY(-0.1875em);
}
.relation_tag {
	position: absolute;
	/*top: 10px;	m20210730*/
	top: -18px;	/*m20210730*/
	left: 5px;
	line-height: 1;
	z-index: 3;
	font-size: 14px;
	background: #f75065;
	border-radius: 20px;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	display: inline-block;
	margin-right: 5px;
}
/*/20201023*/


/* 20221223 */

.cont2{
	display: table;
}
.cont2 .img_m,
.cont2 .txt_m{
	display: table-cell;
	width: 50%;
/*	vertical-align: middle;*/
}
.cont2 .img_m{
	padding: 30px 50px;
}
.cont2 .txt_m{
	line-height: 2;
}
.txt_l{
	font-size: 35px;
	font-weight: bold;
	color: #f89820;
	text-align: center;
}

/* 20221223 */


#contact h3{
	position: relative;
	font-size: 300%;
	letter-spacing: 0.2em;
	font-family: Montserrat;
	font-weight: bold;
	text-align: center;
}

#contact h3::after{
	display: block;
	content:"";
	width: 50px;
	height: 3px;
	background: #b2b2b2;
	left: 0;
	right: 0;
	margin: 30px auto;
}


.contactContents{
	padding: 7% 0;
	clear: both;
}

.contactBtn{
	margin: 15px;}

.contactBtn a{
	display: block;
	width: 300px;
	height: 60px;
	margin: 0 auto;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	letter-spacing: 0.3em;
	background-color: #545454;
	text-decoration: none;
}

.contactBtn a:hover{
	background-color: #737373;
	text-decoration: none;
	color: #fff;
}

.contactContents p{
	font-size: 14px;
	letter-spacing: 0.15em;
}

/* ===================================================================================
 for タブレット max-width: 1024px
 =================================================================================== */

@media screen and (max-width: 1024px) {

}


/* ===================================================================================
 for sp max-width: 740px
 =================================================================================== */


@media screen and (max-width: 740px) {




.fv_partner{
	width: 30%;
	margin: 0 auto 1%;
}

.partnerContents h2 {
    font-size: 21px;
}

.partnerContents p {
    font-size: 16px;
    margin: 0 auto;
    width: 90%;
    line-height: 1.5em;
    margin-top: 3%;
}

.partnerContents > img {
    width: 100%;
    margin: 3% 0 6%;
}

#contact h3{
	position: relative;
	font-size: 26px;
	letter-spacing: 0.2em;
	font-family: Montserrat;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10%;
}

#contact h3::after{
	position: absolute;
	display: block;
	content:"";
	width: 50px;
	height: 3px;
	background: #b2b2b2;
	top: 30%;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.transparent{
	opacity: 1;/* //不透明度0%*/
	margin-bottom: 20px;
	width: 50px !important;
}

.fadeColor{
	width: 50%;
	background: #fff;
	/*transition: all 2s 0s ease;*/
}

.support_plan .fadeColor.active{
	width: 100%;
	color: white;
	background-color: #3a88c8;
	border-radius: 5px;
}
.marutto_plan .fadeColor.active{
	width: 100%;
	color: white;
	background-color: #da2066;
	border-radius: 5px;
}

.inner{
	width: 90%;
}

.introText h1 img{
	width: 80%;
	margin-bottom: 15px;
}

.introText p{
	font-size: 16px;
	line-height: 2em !important;
}

.introText{
	width: 100%;
	padding: 5%;
	float: none;
}

#bnrArea h2 {
    font-size: 180%;
}


#pageTop{
	padding: 0;
}

#pageTop  .inner {
	width: 100%;
	border-radius: 0;
}

#pageTop h2 {
	font-size: 6vw;
}

#pageTop h2 img {
	width: 75%;
}

#pageTop p {
	font-size: 4vw;
}

#pageTop .strong {
	font-size: 150%;
}

#pageTop .lead img {
	width: 50%;
}


#case .caseItem {
	width: 100%;
}

#case .caseContent a .company .name {
	display: none;
}

#case .caseItem{
	padding: 10px;
}

#case .btn,
.btn {
	width: 90%;
}

#case .caseContent.anonym dl {
	width: 100%;
}

#case .caseItem h4 {
    font-size: 190%;
}
#feature,
#operation{
	width: 100%;
	margin: 0 auto;
	padding: 25px 0 0 0;
}
#contact{
	width: 100%;
	margin: 0 auto;
	background-color: #f2f2f2;
}

#partner .partner-logo {
	width: 100%;
	margin: 0 auto;
}

.featureContents,
.operationContents,
.contactContents{
	background-color: #fff;
	/*text-align: center;*/
}
.featureContents h2{
	font-size: 45px;
	letter-spacing: 0.2em;
	font-family: Montserrat;
	font-weight: bold;
	padding: 75px 0 50px 0;
}

.featureContents dl{
	/*padding-bottom: 75px;*/
	width: 100%;
	margin: 0 auto;
}
.operationContents dl{
	/*padding-bottom: 75px;*/
	width: 100%;
	/*margin: 0 auto 3%;*/
}

.featureContents dt{
	position: relative;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.operationContents dt{
	position: relative;
	font-size: 28px;
	font-weight: bold;
}

.operationContents dd, 
.featureContents dd{
	font-size: 16px;
	line-height: 2em;
	margin: 0 auto;
	letter-spacing: 0.1em;
	width: 100%;
	margin-top: 3%;
}
.featureContents dd li {
	width: 100%;
}
.featureContents dd li li {
	float: left;
	width: 30%;
	margin: 0 1.66%;
}
.operationContents dd li li p,
.featureContents dd li li p {
	font-size: 10px;
}
.featureContents .right_box_1 {
	background: url(../../images/solution/ch-kintone/right_part_bottom.jpg) center top no-repeat;
	background-size: 224px 200px;
	width: 100%;
	height: 200px;
}
.featureContents .messaging_left {
	float: left;
	width: 150px;
	height: 3em;
	font-size: 14px;
	color: white;
	margin: 100px 5px 5px 5px;
	background-color: orange;
	padding-top: 10px;
	border-radius: 5px;
}
.featureContents .messaging_right {
	float: right;
	width: 150px;
	height: 3em;
	font-size: 14px;
	color: white;
	margin: 5px;
	background-color: orange;
	padding-top: 10px;
	border-radius: 5px;
}
.feature_image_left {
	width: 50%;
	margin: 0 auto;
}

.behind {
	/*z-index: -1;*/
}
.operationContents ul {
	margin-top: 30px;
	/*z-index: 99;*/
}

.operationContents .left_box {
	/*float: left;*/
	width: 90%;
	border: solid 1px #3a88c8;
	margin: 0 5% 20px;
}

.operationContents .left_box h2 {
	font-size: 28px;
	color: white;
	background-color: #3a88c8;
	height:2em;
	padding: 7px;
}
.operationContents .left_box span {
	font-size: 30px;
	color: #3a88c8;
}
.operationContents .left_box .subContents {
	font-size: 16px;
	color: #3a88c8;
	text-decoration: underline;
}
.operationContents .left_box .left_dash_box {
	font-size: 16px;
	width: 60%;
	border: dashed 1px #3a88c8;
	margin: 10px auto;
}

.operationContents .right_box {
	/*float: right;*/
	width: 90%;
	border: solid 1px #da2066;
	margin: 0 5% 20px;
}
.operationContents .right_box h2 {
	font-size: 28px;
	color: white;
	background-color: #da2066;
	height:2em;
	padding: 7px;
}
.operationContents .right_box span {
	font-size: 30px;
	color: #da2066;
}
.operationContents .right_box .subContents {
	font-size: 16px;
	color: #da2066;
	text-decoration: underline;
}
.operationContents .right_box .right_dash_box {
	font-size: 16px;
	width: 80%;
	border: dashed 1px #da2066;
	margin: 10px auto;
}
.operationContents li ul {
	width: 60%;
	margin: 10px 0 10px 60px;
}
.operationContents li li {
	font-size: 12px;
	text-align: left;
	list-style-type: disc;
}
.operationContents .support_plan .flowTitle{
	font-size: 20px;
	font-family: Montserrat;
	font-weight: bold;
}
.operationContents .support_plan .flowContents{
	font-size: 12px;
	font-family: Montserrat;
	line-height: 1em !important;
}
.operationContents .support_plan {
	font-size: 20px;
	margin-top: 20px;
}	
.operationContents .support_plan span {
	color: white;
	background-color: #3a88c8;
	padding: 3px 10px;
	border-radius: 5px;
}
.operationContents .marutto_plan .flowTitle{
	font-size: 20px;
	font-family: Montserrat;
	font-weight: bold;
}
.operationContents .marutto_plan .flowContents{
	font-size: 12px;
	font-family: Montserrat;
	line-height: 1em !important;
}
.operationContents .marutto_plan {
	font-size: 20px;
	margin-top: 20px;
}	
.operationContents .marutto_plan span {
	color: white;
	background-color: #da2066;
	padding: 3px 10px;
	border-radius: 5px;
}

.operationContents .message_title {
	font-size: 24px;
}
.operationContents .messaging_center {
	width: 90%;
	color: white;
	margin: 5px auto;
	background-color: orange;
	padding: 3% 0.5%;
	border-radius: 10px;
}

/*20201023*/
#scene4 h3 {
	font-size: 26px;
	margin-bottom: 60px;
	letter-spacing: 0;
}

.recoArea {
	padding: 3%;
	width: 95%;
}
.recoArea .leftbox {
	width: 80%;
	margin: 0 10%;
}
.recoArea .rightbox {
	width: 100%;
	/*margin-right: 0;	m20210730*/
	margin: 0 auto;	/*m20210730*/
}
.recoArea .inner dl {
	margin-top: 15px;
}
.recoArea .leftbox figure img {
	width: 100%;
	left: 50%;
}
.recoArea .leftbox .inner figure {
	width: 100%;
	height: 100px;
	position: relative;
}
.caseArea {
	margin: 0 auto;
	/*width: 95%;*/
}
/*/20201023*/


.cont2 .img_m, .cont2 .txt_m {
	display: block;
	width: 100%;
	margin:0 auto;
}


.operationContents,
.contactContents{
	padding: 7% 3%;
	clear: both;
}

.flowinner dl{
	width: 100%!important;
}

.k_ba img {
    padding: 0;
}

.subTitle{
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 2em;
	padding-top: 15px;
	padding-bottom: 15px;
/*	text-align: center;*/
	vertical-align: middle;
}
.k_ba img{
	padding: 0;
}


.contactBtn a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
}

.contactContents p{
	font-size: 11px;
}

/*sp OPERATION ここまで*/

}

/* ===================================================================================
 for SP max-width: 375px
 =================================================================================== */


@media screen and (max-width: 375px) {


}

@media screen and (max-width: 320px) {


}






/* ===================================================================================
 20250725ページ改修用
 =================================================================================== */



 /*web font inter*/
.web_font_inter {
	font-family: "Inter", serif;
	font-optical-sizing: auto;
}

.noto-sans-jp {
	font-family: "Noto Sans JP", serif;
  }

/*ページ専用ヘッダー*/

/* ヘッダーの基本スタイル */
#solution_cybozu_header_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.4s ease-in-out;
    z-index: 1000;
	font-family: "Noto Sans JP", serif;
}

/* ヘッダーを非表示にする（PC時のみ適用） */
@media screen and (min-width: 741px) {
    #solution_cybozu_header_wrap.hidden {
        transform: translateY(-100%);
    }
}

/* スマホ時（max-width: 740px）は常に上固定 */
@media screen and (max-width: 740px) {
    #solution_cybozu_header_wrap {
        transform: none !important;
		position: relative;
		z-index: 1;
    }
	
}



.solution_cybozu_header {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #f2f2f2;
    display: flex;
    align-items: center; /* 縦方向の中央揃え */
    justify-content: flex-end; /* 中央寄せの基準 */
    position: relative; /* ロゴを左に固定するために基準を作る */
	padding: 15px;
}

.solution_cybozu_header_logo {
    position: absolute;
	width: 210px;
	height: 75px;
	margin-left: 20px;
    left: 0; /* 左端に固定 */
	top: 15px;
}

.solution_cybozu_header_nav {
    display: flex;
    align-items: center; /* 水平方向の中央寄せ */
}

.solution_cybozu_header_nav_txt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-weight: 700;
}

.solution_cybozu_header_nav_txt li {
	margin-right: 40px;
}

.solution_cybozu_header_nav_txt a {
	color: #2f2f2f;
	text-decoration: none;
	font-size: 1.5rem;
}

.solution_cybozu_header_nav_txt a:hover {
	text-decoration: none;
	opacity: .7;
}

.solution_cybozu_header_nav_btn {
	display: flex;
	align-items: center;
}

.solution_cybozu_header_nav_btn li a {
	display: block;
	color: #fff;
	font-weight: 700;
	width: 200px;
	box-sizing: border-box;
	border-radius: 10px;
	padding: 10px 10px;
	text-decoration: none;
	text-align: center;
	font-size: 1.8rem;
}

.solution_cybozu_header_nav_btn li a:hover {
	opacity: .7;
}

.solution_cybozu_header_nav_btn01 {
	background: #f4af25
}
.solution_cybozu_header_nav_btn02 {
	background: rgb(28,185,188);
	background: linear-gradient(90deg, rgba(28,185,188,1) 0%, rgba(5,135,137,1) 100%);
	margin-left: 10px;
}

@media screen and (max-width: 1530px) {
	.solution_cybozu_header {
		justify-content:flex-end;
	}
}

@media screen and (max-width: 1300px) {
	.solution_cybozu_header_nav_txt li {
		margin-right: 20px;
	}
	.solution_cybozu_header_nav_btn li a {
		padding: 10px 10px;
		width: 148px;
	}
	
}

@media screen and (max-width: 1130px) {
	.solution_cybozu_header_nav_txt li {
		font-size: 1.2rem;
	}
	.solution_cybozu_header_nav_btn li a {
		font-size: 1.2rem;
		padding:10px 5px;
		width: 120px;
	}
	
}


@media screen and (max-width: 740px) {

	.solution_cybozu_header {
		position: relative;
		height: auto;
		top: 0;
		left: 0;
		z-index: 1000;
		display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;
	}
	.solution_cybozu_header_logo {
		display: none;
		width: 150px;
		height: auto;
		z-index: 9999;
	}

    /* ハンバーガーメニューのスタイル */
	.hamburger-menu {
		width: 32px;
		height: 18px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
		position: absolute;
		right: 15px;
		top: 17px;
		z-index: 1001;
	}

	.hamburger-menu span {
		display: block;
		width: 32px;
		height: 2px;
		background-color: #333;
		transition: all 0.3s ease-in-out;
	}

	/* ハンバーガーメニューの開閉アニメーション */
	.hamburger-menu.active span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	.hamburger-menu.active span:nth-child(2) {
		opacity: 0;
	}

	.hamburger-menu.active span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}


    /* スマホ用ナビゲーションのスタイル */
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background-color: #fff;
        overflow: hidden;
        transition: height 0.3s ease-in-out;
        z-index: 1000;
        text-align: center;
    }

    /* メニューを開いたとき */
    .mobile-nav.active {
        height: 100vh;
        padding-top: 0px;
    }

	.solution_cybozu_header_nav {

		
	}

	.solution_cybozu_header_nav_txt {
		width: 80%;
		text-align: left;
		margin-bottom: 0px;
		padding-top: 0px;
		flex-wrap: wrap;
	}

	.solution_cybozu_header_nav_txt li a {
		
	}

    .solution_cybozu_header_nav_btn {
		width: 20%;
		justify-content: center;
        padding: 0;
    }

    .solution_cybozu_header_nav_txt li,
    .solution_cybozu_header_nav_btn li {
        margin-bottom: 10px;
    }

    .solution_cybozu_header_nav_txt a {
        font-size: 1.2rem;
    }

	.solution_cybozu_header_nav_btn li {
		width: 100%;
	}

	.solution_cybozu_header_nav_btn li a {
		font-size: 1.2rem;
		padding:15px 5px;
		width:100%;
		border-radius: 5px;
	}
}


/*既存のSPハンバーガーメニューを動くように調整*/
.solution_cybozu_header_nav #spgnav3 {
	display: none;
}
@media screen and (max-width: 740px) {
.solution_cybozu_header_nav #spgnav3 {
	display: block;
	position: relative;
	top: 0;
}

.solution_cybozu_header_nav {
	overflow-y: scroll;
}

.solution_cybozu_header_logo_wrap {
	display: none;
	background: #fff;
	z-index: 1000;
	position: relative;
	height: 50px;
	width: 100%;
	left: 0;
	top: 0;
}
}


/*visual*/

.ch-kintone_visual {
	background: #fff7e1;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: "Noto Sans JP", serif;
}

.ch-kintone_visual_inner {
	max-width: 1000px;
	margin: 0 auto;
	color: #000;
	position: relative;
}

.ch-kintone_visual_inner::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/ch-kintone_visual_img01.png) no-repeat;
	background-size: 100%;
	width: 500px;
	height: 340px;
	top: 10%;
	right: 0;
}

.ch-kintone_visual_ttl {
	font-size: 3rem;
	line-height: 1.4;
	margin-bottom: 20px;
}

.ch-kintone_visual_ttl span {
	display: block;
	font-size:4.5rem;
	font-weight: 700;
}

.ch-kintone_visual_txt01 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}

.ch-kintone_visual_txt01 span {
	font-weight: 700;
	color: #ed7d2c;
	font-weight: 700;
	font-size: 120%;
}

.ch-kintone_visual_txt02 {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.ch-kintone_visual_img02 {
	max-width: 380px;
	margin-bottom: 20px;
}

.ch-kintone_visual_img03 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.ch-kintone_visual_img03 dt {
	max-width: 100px;
	margin-right: 20px;
}

.ch-kintone_visual_btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ch-kintone_visual_btn li {
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
}

.ch-kintone_visual_btn li a {
	display: block;
	border-radius: 10px;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
}

.ch-kintone_visual_btn01 {
	background: #f4af25;
}
.ch-kintone_visual_btn02 {
	background: #69ba9f;
}

.ch-kintone_visual_btn li a:hover {
	text-decoration: none;
	opacity: .7;
}

.ch-kintone_visual_img01 {
	display: none;
}

@media screen and (max-width: 740px) {

	.ch-kintone_visual_img01 {
	display: block;
	margin-bottom: 20px;
}

.ch-kintone_visual {
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	
}

.ch-kintone_visual_inner::after {
	display: none;
}

.ch-kintone_visual_ttl {
	font-size: 2rem;
	margin-bottom: 10px;
}

.ch-kintone_visual_ttl span {
	font-size:2.8rem;
}

.ch-kintone_visual_txt01 {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.ch-kintone_visual_txt02 {
	font-size: 1.1rem;
	margin-bottom: 20px;
}


.ch-kintone_visual_img03 {
	margin-bottom: 30px;
}

.ch-kintone_visual_img03 dt {
	max-width: 70px;
	margin-right: 20px;
}

.ch-kintone_visual_img03 dd {
	font-size: 1rem;
}


.ch-kintone_visual_btn li {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

.ch-kintone_visual_btn li a {
	padding: 15px 0;
	font-size: 1.8rem;
}

}


/*ロゴスライド*/

.customer_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}


.customer_logo {
  display: flex;
  position: absolute;
  top: 25px;
  left: 0;
}

.customer_logo li {
  flex: 0 0 auto;
  margin-right: 50px;
}

.customer_logo li img {
  height: 100%;
  max-width: 170px;
  width: auto;
  display: block;
  
}




/*こんなお悩みはありませんか?*/

.ch-kintone_section {
	font-family: "Noto Sans JP", serif;
	color: #293133;
}

.ch-kintone_or {
	color: #ed7d2c;
}

.ch-kintone_or01 {
	color: #ffc753;
}


.ch-kintone_or02 {
	color: #ffac00;
}

.ch-kintone_or03 {
	color: #f6944b;
}


.ch-kintone_or04 {
	color: #f47c24;
}




.ch-kintone_nayami {
	background: #f8f7f3;
	box-sizing: border-box;
	padding: 60px 20px;
}

.ch-kintone_inner {
	max-width: 960px;
	margin: 0 auto;
}

.ch-kintone_bace_ttl {
	font-size:4rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}
.ch-kintone_bace_ttl::after {
	position: absolute;
	content: "";
	width: 80px;
	height: 4px;
	bottom: -20px;
	background: #ed7d2c;
	left: 50%;
	transform: translateX(-50%);
}

.ch-kintone_nayami_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ch-kintone_nayami_box li {
	width: 49%;
	background: #fff;
	border-radius: 20px;
	padding: 30px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.ch-kintone_nayami_box li dl dt {
	background: url(../../solution/ch-kintone/common/img/nayami01.png) no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	min-height: 100px;
	padding-top: 5%;
}

.ch-kintone_nayami_txt01 {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 10px;
}

.ch-kintone_nayami_txt02 {
	width: 87%;
	margin: 0 auto;
	background: url(../../solution/ch-kintone/common/img/nayami02.png) no-repeat;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	min-height: 73px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 740px) {
	.ch-kintone_nayami {
	padding: 40px 20px;
}

.ch-kintone_inner {
	max-width: 960px;
	margin: 0 auto;
}

.ch-kintone_bace_ttl {
	font-size:2.5rem;
	margin-bottom:50px;
}
.ch-kintone_bace_ttl::after {
	height: 4px;
	width: 60px;
	bottom: -20px;
}

.ch-kintone_nayami_box {
	display: block;
}

.ch-kintone_nayami_box li {
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
}

.ch-kintone_nayami_box li dl dt {
	font-size: 1.8rem;
	min-height: 80px;
	padding-top: 5%;
}

.ch-kintone_nayami_txt01 {
	font-size: 1.4rem;
}

.ch-kintone_nayami_txt02 {
	width: 294px;
	font-size:1.8rem;
	min-height: 60px;
	margin: 0 auto;
}
.customer_logo li {
  margin-right: 30px;
}
.customer_logo li img {
  max-width: 150px;
  width: 150px;
  height: 50px;
  
}
}




/*クロス・ヘッド 5つの強み*/

.ch-kintone_strengths {
	background: #fff7e1;
	box-sizing: border-box;
	padding: 60px 20px;
}

.ch-kintone_strengths .ch-kintone_inner {
	max-width: 1040px;
	margin: 0 auto;
}

.ch-kintone_strengths_top {
	text-align: center;
	margin-bottom: 10px;
}

.ch-kintone_strengths_top_inner {
	display: inline-block;
	position: relative;
	font-size: 2.6rem;
	font-weight: 700;
}

.ch-kintone_strengths_top_inner::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/strengths_left.png) no-repeat;
	background-size: 100%;
	width: 46px;
	height: 78px;
	left: -50px;
	bottom: 0;
}
.ch-kintone_strengths_top_inner::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/strengths_right.png) no-repeat;
	background-size: 100%;
	width: 46px;
	height: 78px;
	right: -50px;
	bottom: 0;
}

.ch-kintone_big01 {
	font-size: 130%;
}
.ch-kintone_big02 {
	font-size: 150%;
}

.ch-kintone_strengths .ch-kintone_bace_ttl::after {
	background: #f4af25;
}


.ch-kintone_strengths_box {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}

.ch-kintone_strengths_box li {
	width: 31%;
	background: #fff;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 40px;
}

.ch-kintone_strengths_sub {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	border-bottom: 2px dashed #494544;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 12%;
	min-height: 80px;
}

.ch-kintone_strengths_sub.one_line {
	padding-top: 15px;
}

.ch-kintone_strengths_box01 .ch-kintone_strengths_sub {
	padding-left: 0;
}


.ch-kintone_strengths_txt {
	font-size: 1.5rem;
}

.ch-kintone_strengths_box01::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/strengths01.png) no-repeat;
	background-size: 100%;
	width: 71px;
	height: 93px;
	left: -10px;
	top: -20px;
	z-index: 3;
}
.ch-kintone_strengths_box02::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/strengths02.png) no-repeat;
	background-size: 100%;
	width: 71px;
	height: 93px;
	left: -10px;
	top: -20px;
	z-index: 3;
}
.ch-kintone_strengths_box03::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/strengths03.png) no-repeat;
	background-size: 100%;
	width: 71px;
	height: 93px;
	left: -10px;
	top: -20px;
	z-index: 3;
}
.ch-kintone_strengths_box04::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/strengths04.png) no-repeat;
	background-size: 100%;
	width: 71px;
	height: 93px;
	left: -10px;
	top: -20px;
	z-index: 3;
}
.ch-kintone_strengths_box05::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/strengths05.png) no-repeat;
	background-size: 100%;
	width: 71px;
	height: 93px;
	left: -10px;
	top: -20px;
	z-index: 3;
}

.ch-kintone_strengths_box_inner {
	padding: 30px 30px;
	box-sizing: border-box;
}

.ch-kintone_strengths_box_inner_line {
	/*border-top: 2px solid #494544;*/
	border-bottom: 2px solid #494544;
	/*border-left: 2px solid #494544;*/
	border-right: 2px solid #494544;
	position: relative;
	left: -8px;
	top: -8px;
}

/* top border line */
.ch-kintone_strengths_box_inner_line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #fff7e1 25%, #494544 25%);
  z-index: 1;
}

/* left border line */
.ch-kintone_strengths_box_inner_line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #fff7e1 45%, #494544 45%);
  z-index: 1;
}


@media screen and (max-width: 740px) {
	.ch-kintone_strengths {
	padding: 40px 20px;
}


.ch-kintone_strengths_top_inner {
	font-size: 1.8rem;
	display: block;
}

.ch-kintone_strengths_top_inner::before {
	left: 0px;
}
.ch-kintone_strengths_top_inner::after {
	right: 0;
}



.ch-kintone_strengths_box {
	display: block;
}

.ch-kintone_strengths_box li {
	width: 100%;
	background: #fff;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 40px;
}

.ch-kintone_strengths_sub {
	text-align: center;
	font-weight: 700;
	font-size: 2rem;
	border-bottom: 2px dashed #494544;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-left: 12%;
}

.ch-kintone_strengths_txt {
	font-size: 1.5rem;
}

}



/*選べる4つのプラン*/

.ch-kintone_plan {
	box-sizing: border-box;
	padding: 60px 20px;
}

.ch-kintone_plan_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 900px;
	margin: 0 auto;
	margin-top: -40px;
}

.ch-kintone_plan_box li {
	width: 48%;
	margin-bottom: 30px;
}

.ch-kintone_plan_box li a:hover {
	opacity: .7;
}

.ch-kintone_plan_txt01 {
	text-align: center;
	font-weight: 700;
	font-size: 2.2rem;
	margin-top: 20px;
	margin-bottom: 40px;
}

.ch-kintone_plan .ch-kintone_strengths_top_inner {
	font-size: 3.8rem;
	padding-left: 20px;
	padding-right: 20px;
}

.ch-kintone_btn01 {
	margin-top: 20px;
}
.ch-kintone_btn01 a {
	display: block;
	border-radius: 15px;
	background: #f4af25;
	color: #fff;
	text-decoration: none;
	padding: 30px 20px;
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	font-size: 2.6rem;
}

.ch-kintone_btn01 a:hover {
	color: #fff;
	text-decoration: none;
	opacity: .7;
}

@media screen and (max-width: 740px) {
.ch-kintone_plan {
	padding: 40px 20px;
}

.ch-kintone_plan_box {
	display: block;
	margin-top: -10px;
}

.ch-kintone_plan_box li {
	width: 100%;
	margin-bottom: 20px;
}

.ch-kintone_plan_txt01 {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.ch-kintone_plan .ch-kintone_strengths_top_inner {
	font-size: 2.2rem;
	padding-left: 10px;
	padding-right: 10px;
}


.ch-kintone_btn01 a {
	padding: 20px 20px;
	font-size: 2rem;
}



}



/*選べる4つのプラン 詳細*/

/*
#plan001,#plan002,#plan003,#plan004 {
	scroll-margin-top: 78px;
}*/

.ch-kintone_plan_detail {
	box-sizing: border-box;
	padding: 100px 20px;
	background: #fff7e2;
}

.ch-kintone_plan_detail .ch-kintone_inner {
	max-width: 1000px;
}

.ch-kintone_plan_detail_box {
	background: #fff;
	padding: 40px 50px 50px 50px;
	box-sizing: border-box;
	border-radius: 20px;
	margin-bottom: 80px;
}

.ch-kintone_plan_detail_box.last {
	margin-bottom: 0;
}

.ch-kintone_plan_detail_wrap {
	text-align: center;
	margin-bottom: 20px;
}

.ch-kintone_plan_detail_ttl {
	background: #ed7d2c;
	position: relative;
	display: inline-block;
	width: 380px;
	height: 80px;
}

.ch-kintone_plan_detail_ttl_line {
	display: block;
	border: 2px solid #293133;
	background: #fff;
	position: relative;
	top: -5px;
	left: -5px;
	width: 380px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 700;
}

.ch-kintone_plan_detail_ttl_line.ch-kintone_plan_detail_ttl01::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_01_1.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	top: -90px;
	left: 50%;
	margin-left: -50px;
}
.ch-kintone_plan_detail_ttl_line.ch-kintone_plan_detail_ttl02::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_02_1.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	top: -90px;
	left: 50%;
	margin-left: -50px;
}
.ch-kintone_plan_detail_ttl_line.ch-kintone_plan_detail_ttl03::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_03_1.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	top: -90px;
	left: 50%;
	margin-left: -50px;
}
.ch-kintone_plan_detail_ttl_line.ch-kintone_plan_detail_ttl04::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_04_1.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	top: -90px;
	left: 50%;
	margin-left: -50px;
}

.ch-kintone_plan_detail_read {
	position: relative;
}

.ch-kintone_plan_detail_read p {
	font-size: 1.8rem;
	font-weight: 700;
}

.ch-kintone_plan_detail_read01::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_01_2.png) no-repeat;
	background-size: 100%;
	width: 198px;
	height: 190px;
	top: -50px;
	right: 0;
}
.ch-kintone_plan_detail_read02::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_02_2.png) no-repeat;
	background-size: 100%;
	width: 214px;
	height: 226px;
	top: -80px;
	right: 0;
}
.ch-kintone_plan_detail_read03::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_03_2.png) no-repeat;
	background-size: 100%;
	width: 283px;
	height: 267px;
	top: -80px;
	right: 0;
}
.ch-kintone_plan_detail_read04::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_04_2.png) no-repeat;
	background-size: 100%;
	width: 307px;
	height: 186px;
	top: -30px;
	right: 0;
}

.ch-kintone_plan_detail_ttl_sub {
	text-align: center;
	margin-top: 60px;
}

.ch-kintone_plan_detail_ttl_sub span {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 700;
  width: 280px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.ch-kintone_plan_detail_ttl_sub span::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #ed7d2c;
  display: block;
}

.ch-kintone_plan_detail_ttl_sub span::before {
  content: '';
  position: absolute;
  right: 3px;
  bottom: -14px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #ed7d2c;
  transform: rotate(-45deg);
  background: #fff; /* 背景白ならこのままでOK */
}

.ch-kintone_plan_detail_tokucho {
	max-width: 760px;
	margin: 0 auto;
	margin-top: 70px;
	border-radius: 20px;
	border: 6px solid #ed7d2c;
	padding: 40px;
	box-sizing: border-box;
}

.ch-kintone_plan_detail_tokucho_wrap {
	text-align: center;
	position: relative;
}

.ch-kintone_plan_detail_tokucho_ttl {
	display: block;
	width: 280px;
	background: #fff;
	padding: 8px;
	position: absolute;
	top: -70px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.8rem;
	font-weight: 700;
}

.ch-kintone_plan_detail_tokucho_ttl span {
	display: block;
	border: 2px solid #ed7d2c;
	padding: 5px 0;
}

.ch-kintone_plan_detail_tokucho_list {
	font-weight: 700;
	font-size: 1.8rem;
}

.ch-kintone_plan_detail_tokucho_list li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px;
}
.ch-kintone_plan_detail_tokucho_list li:last-child {
	margin-bottom: 0;
}
.ch-kintone_plan_detail_tokucho_list li::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/check.png) no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	top: 10px;
	left: 0;
}


.ch-kintone_plan_detail_osusume {
	max-width: 760px;
	margin: 0 auto;
	margin-top: 70px;
	border-top: 2px dashed #494544;
	padding: 30px 40px 0px 40px;
}

.ch-kintone_plan_detail_osusume_wrap {
	text-align: center;
	position: relative;
}

.ch-kintone_plan_detail_osusume_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	display: inline-block;
	background: #fff;
	padding: 0 50px;
	text-align: center;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
}

.ch-kintone_plan_detail_osusume_ttl span {
	display: block;
	position: relative;
}

.ch-kintone_plan_detail_osusume_ttl span::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_s_left.png) no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	bottom: 0;
	left: -30px;
}
.ch-kintone_plan_detail_osusume_ttl span::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/plan_s_right.png) no-repeat;
	background-size: 100%;
	width: 22px;
	height: 22px;
	bottom: 0;
	right: -30px;
}

.ch-kintone_plan_detail_osusume_list {
	font-weight: 700;
	font-size: 1.8rem;
}

.ch-kintone_plan_detail_osusume_list li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.ch-kintone_plan_detail_osusume_list li:last-child {
	margin-bottom: 0;
}

.ch-kintone_plan_detail_osusume_list li .ch-kintone_or {
	margin-right: 5px;
}

.ch-kintone_plan_sub_txt {
	text-align: center;
	font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: -10px;
}


@media screen and (max-width: 740px) {
	.ch-kintone_plan_detail {
	padding: 60px 20px;
}

.ch-kintone_plan_detail .ch-kintone_inner {
	max-width: 1000px;
}

.ch-kintone_plan_detail_box {
	padding: 20px;
}

.ch-kintone_plan_detail_wrap {
	margin-bottom: 20px;
}

.ch-kintone_plan_detail_ttl {
	width: 80%;
	height: 60px;
}

.ch-kintone_plan_detail_ttl_line {
	width: 100%;
	height: 60px;
	font-size: 1.8rem;
}

.ch-kintone_plan_detail_ttl_line.ch-kintone_plan_detail_ttl01::after {
	width: 70px;
	height: 70px;
	top: -60px;
	left: 50%;
	margin-left: -35px;
}
.ch-kintone_plan_detail_ttl_line.ch-kintone_plan_detail_ttl02::after {
	width: 70px;
	height: 70px;
	top: -60px;
	left: 50%;
	margin-left: -35px;
}
.ch-kintone_plan_detail_ttl_line.ch-kintone_plan_detail_ttl03::after {
	width: 70px;
	height: 70px;
	top: -60px;
	left: 50%;
	margin-left: -35px;
}
.ch-kintone_plan_detail_ttl_line.ch-kintone_plan_detail_ttl04::after {
	width: 70px;
	height: 70px;
	top: -60px;
	left: 50%;
	margin-left: -35px;
}

.ch-kintone_plan_detail_read {
	margin-bottom: 20px;
}

.ch-kintone_plan_detail_read p {
	font-size: 1.6rem;
}

.ch-kintone_plan_detail_read01::after {
	display: none;
}
.ch-kintone_plan_detail_read02::after {
	display: none;
}
.ch-kintone_plan_detail_read03::after {
	display: none;
}

.ch-kintone_plan_detail_read04::after {
	display: none;
}


.ch-kintone_plan_detail_read_img {
	width: 60%;
	margin: 0 auto;
}

.ch-kintone_plan_detail_ttl_sub {
	margin-top: 30px;
}

.ch-kintone_plan_detail_ttl_sub span {
  font-weight: 700;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 10px;
}


.ch-kintone_plan_detail_ttl_sub span::before {
	display: none;
}

.ch-kintone_plan_detail_tokucho {
	margin-top: 50px;
	border-radius: 20px;
	border: 4px solid #ed7d2c;
	padding: 30px 20px 20px 20px;
}

.ch-kintone_plan_detail_tokucho_ttl {
	width: 80%;
	padding: 8px;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1.6rem;
}

.ch-kintone_plan_detail_tokucho_ttl span {
	display: block;
	border: 2px solid #ed7d2c;
	padding: 5px 0;
}

.ch-kintone_plan_detail_img01 {
	width: 80%;
	margin: 0 auto;
}

.ch-kintone_plan_detail_tokucho_list {
	font-size: 1.4rem;
}


.ch-kintone_plan_detail_tokucho_list li::before {
	top: 4px;
	left: 0;
}


.ch-kintone_plan_detail_osusume {
	margin-top: 40px;
	padding: 20px 0px 0px 0px;
	border: none;
}


.ch-kintone_plan_detail_osusume_ttl {
	font-size: 1.6rem;
	padding: 0 30px;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
}


.ch-kintone_plan_detail_osusume_list {
	font-size: 1.4rem;
}

.ch-kintone_plan_detail_osusume_list li {
	margin-bottom: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.ch-kintone_plan_detail_osusume_list li:last-child {
	margin-bottom: 0;
}

.ch-kintone_plan_detail_osusume_list li .ch-kintone_or {
	position: relative;
margin-right: 0;
left: -5px;
}
.ch-kintone_plan_sub_txt {
	font-size: 1.6rem;
  margin-bottom: 30px;
  margin-top: -10px;
}

}


.ch-kintone_page_btns_plan {
	margin-bottom: 100px;
}

.ch-kintone_page_btns ul {
	display: flex;
	justify-content: center;
}

.ch-kintone_page_btns ul li {
	margin: 0 10px;

}

.ch-kintone_page_btns ul li a {
	display: block;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 30px 110px;
	text-decoration: none;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}

.ch-kintone_page_btns ul li a:hover {
	opacity: .7;
}

.ch-kintone_page_btns01 a {
	background: #f4af25;
}
.ch-kintone_page_btns02 a {
	background: #69ba9f;
}

.ch-kintone_page_btns ul li a::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/btn_arrow.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 16px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.ch-kintone_page_btns01 a::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/btn01_img.png) no-repeat;
	background-size: 100%;
	width: 38px;
	height: 32px;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.ch-kintone_page_btns02 a::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/btn02_img.png) no-repeat;
	background-size: 100%;
	width: 27px;
	height: 36px;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}

@media screen and (max-width: 740px) {

.ch-kintone_page_btns_plan {
	margin-top: -30px;
	margin-bottom: 80px;
}
	.ch-kintone_page_btns ul {
	display: block;
}
.ch-kintone_page_btns ul li a {
	padding: 20px;
	font-size: 1.6rem;
	text-align: center;
}
.ch-kintone_page_btns ul li.ch-kintone_page_btns01 {
	margin-bottom: 10px;
}
}


/*進め方*/

.ch-kintone_step {
	box-sizing: border-box;
	padding: 60px 20px;
}

.ch-kintone_step_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.ch-kintone_step_box li {
	width: 20%;
}

.ch-kintone_step_num {
	position: relative;
	font-family: "Inter", serif;
	color: #ed7d2c;
	text-align: center;
	font-weight: 600;
	font-size: 5rem;
	margin-bottom: 20px;
}
.ch-kintone_step_num::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 4px;
	background: #ed7d2c;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
}

.ch-kintone_step_box li dl dt {
	margin-bottom: 10px;
}

.ch-kintone_step_box li dl dt h3 {
	text-align: center;
	color: #ed7d2c;
	font-weight: 700;
	font-size: 2rem;
}

.ch-kintone_step_box li dl dd {
	position: relative;
}

.ch-kintone_step_box li dl dd::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/step_arrow.png) no-repeat;
	background-size: 100%;
	width: 20px;
	height: 30px;
	top: 15px;
	right: -40px;
}

.ch-kintone_step_box li:last-child dl dd::after {
	display: none;
}

.ch-kintone_step_img {
	max-width: 80px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.ch-kintone_step_txt {
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
}

.ch-kintone_step_txt02 {
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 10px;
	letter-spacing: 2px;
}



.ch-kintone_page_btns_step ul li a {
	width: 440px;
	text-align: center;
	font-size: 2.5rem;
}

.ch-kintone_page_btns_step ul li a {
	width: 440px;
	text-align: center;
	font-size: 2.5rem;
}

.ch-kintone_page_btns_step_long ul li a {
	width: 550px;
	padding-left: 60px;
	padding-right: 60px;
}

@media screen and (max-width: 740px) {
	.ch-kintone_step {
	padding: 40px 20px;
}

.ch-kintone_step_box {
	display: block;
	margin-bottom: 30px;
}

.ch-kintone_step_box li {
	width: 100%;
	margin-bottom: 50px;
	position: relative;
}

.ch-kintone_step_box li::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/step_arrow02.png) no-repeat;
	background-size: 100%;
	width: 30px;
	height: 20px;
	bottom:-40px;
	left: 50%;
	transform: translateX(-50%);
}
.ch-kintone_step_box li:last-child::after {
	display: none;
}

.ch-kintone_step_num {
	font-size: 4rem;
}

.ch-kintone_step_box li dl dd::after {
	display: none;
}


.ch-kintone_step_img {
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.ch-kintone_step_txt02 {
	letter-spacing: 0px;
}

.ch-kintone_page_btns_step ul li a {
	width: 100%;
	font-size: 2rem;
}
}


/*導入事例*/
.ch-kintone_jirei {
	box-sizing: border-box;
	padding: 60px 20px;
	background: #deefe9;
}

.ch-kintone_jirei .ch-kintone_bace_ttl::after {
	background: #69ba9f;
}

.ch-kintone_jirei_box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.ch-kintone_jirei_box li {
	width: 23%;
	background: #fff;
	border-radius: 15px;
	position: relative;
	padding-bottom: 20px;
	box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.1)
}

.ch-kintone_jirei_box li a:hover {
	text-decoration: none;
	opacity: .7;
}

.ch-kintone_jirei_box li dl dd {
	padding: 20px;
	box-sizing: border-box;
}

.ch-kintone_jirei_box li dl dd h3 {
	text-align: center;
	margin-bottom: 10px;
}

.ch-kintone_jirei_txt {
	color: #69ba9f;
	font-weight: 700;
}

.ch-kintone_jirei_btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 20px;
}


@media screen and (max-width: 740px) {
	.ch-kintone_jirei {
	padding: 40px 20px;
}



.ch-kintone_jirei_box {
	display: block;
	margin-bottom: 30px;
}

.ch-kintone_jirei_box li {
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.ch-kintone_jirei_box li:last-child {
	margin-bottom: 0;
}


.ch-kintone_jirei_box li dl dd {
	padding: 20px;
	box-sizing: border-box;
}

.ch-kintone_jirei_box li dl dd h3 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.5rem;
}

.ch-kintone_jirei_txt {
	color: #69ba9f;
	font-weight: 700;
}

.ch-kintone_jirei_btn {
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 20px;
}
}


/*FAQ*/
.ch-kintone_faq {
	box-sizing: border-box;
	padding: 60px 20px;
}

.ch-kintone_faq .ch-kintone_bace_ttl {
	font-family: "Inter", serif;
	font-weight: 600;
	letter-spacing: 2px;
}


/* 初期状態でaco_boxは非表示 */
.aco_box {
  display: none;
  overflow: hidden;
  padding-bottom: 20px;
  padding-left: 50px;
  position: relative;
  color: #ed7d2c;
  font-weight: 700;
  font-size: 1.8rem;
}
.aco_box::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/a.png) no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	top:2px;
	left: 0;
}


/* ボタン部分に矢印を追加 */
.aco_btn {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 40px;
  font-size: 1.8rem;
  font-weight: 700;
}
.aco_btn::before {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/q.png) no-repeat;
	background-size: 100%;
	width: 25px;
	height: 25px;
	top:2px;
	left: 0;
}

.aco_btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 8px;
  transform: translateY(-50%);
  background-image: url("../../solution/ch-kintone/common/img/faq_arrow.png"); /* 閉じてる状態 */
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.aco_btn:hover::after {
  background-image: url("../../solution/ch-kintone/common/img/faq_arrow.png"); /* 開いた状態 */
}


/* 開いてるとき */
.aco_btn.active::after {
  background-image: url("../../solution/ch-kintone/common/img/faq_arrow.png"); /* 開いた状態 */
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
}

.ch-kintone_faq_box {
	margin-bottom: 60px;
}

.ch-kintone_faq_box dl {
	border-bottom: 1px solid #293133;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.ch-kintone_faq_box dl dd {
	margin-top: 30px;
}


@media screen and (max-width:740px) {
	.faq {
	padding: 0;
}

.faq dl {
border-bottom: 1px solid #f4f4f4;
}

/* 初期状態でaco_boxは非表示 */
.aco_box {
  padding-left: 40px;
}
.aco_box::before {
	width: 22px;
	height: 36px;
}




/* ボタン部分に矢印を追加 */
.aco_btn {
  padding-left: 40px;
  font-size: 1.4rem;
  display: block;
}

.aco_box {
  padding-bottom: 15px;
  padding-left: 40px;
  font-size: 1.4rem;
}

.aco_btn .ch-kintone_or {
	display: block;
}

.aco_btn::before {
	width: 22px;
	height: 36px;
}

.aco_btn::after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 13px;
  height: 8px;
  background-image: url("../../solution/ch-kintone/common/img/faq_arrow.png"); /* 閉じてる状態 */
  background-size: 100%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.aco_btn:hover::after {
  background-image: url("../../solution/ch-kintone/common/img/faq_arrow.png"); /* 開いた状態 */
}


/* 開いてるとき */
.aco_btn.active::after {
  background-image: url("../../solution/ch-kintone/common/img/faq_arrow.png"); /* 開いた状態 */
  transform: rotate(180deg);
  top: 3px;
}

.ch-kintone_faq_box {
	margin-bottom: 30px;
}

.ch-kintone_faq_box dl {
	border-bottom: 1px solid #293133;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.ch-kintone_faq_box dl dd {
	margin-top: 15px;
}
}



/*関連ページ*/
.ch-kintone_kanren {
	box-sizing: border-box;
	padding: 60px 20px;
	background: #deefe9;
}

.ch-kintone_kanren .ch-kintone_bace_ttl::after {
	background: #69ba9f;
}

.ch-kintone_kanren_box {
	display: flex;
	justify-content: space-between;
}

.ch-kintone_kanren_box li {
	width: 32%;
	background: #fff;
	border-radius: 15px;
	position: relative;
	padding:30px;
}

.ch-kintone_kanren_btn {
	display: block;
	background: #69ba9f;
	text-align: center;
	color: #fff;
	padding: 15px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 1.6rem;
}

.ch-kintone_kanren_btn:hover {
	text-decoration: none;
	color: #fff;
	opacity: .7;
}

@media screen and (max-width: 740px) {
	.ch-kintone_kanren {
	padding: 40px 20px;
}



.ch-kintone_kanren_box {
	display: block;
}

.ch-kintone_kanren_box li {
	width: 80%;
	margin: 0 auto;
	padding:20px;
	margin-bottom: 20px;
}

.ch-kintone_kanren_btn {
	display: block;
	background: #69ba9f;
	text-align: center;
	color: #fff;
	padding: 15px;
	border-radius: 8px;
	font-weight: 700;
	font-size: 1.6rem;
}


}


#cont01,#cont02,#cont03,#cont04,#cont05,#cont06,#cont07 {
	padding-top: 78px;
	margin-top: -78px;
}
#plan001,#plan002,#plan003,#plan004 {
	padding-top: 78px;
	margin-top: -78px;
}

@media screen and (max-width: 740px) {
	#cont01,#cont02,#cont03,#cont04,#cont05,#cont06,#cont07 {
	padding-top: 50px;
	margin-top: -50px;
}
#plan001,#plan002,#plan003,#plan004 {
	padding-top: 50px;
	margin-top: -50px;
}
}



.plan_nav {
	position: fixed;
	top: 40%;
	right: -200px; /* 初期状態は右の外側に隠す */
	transition: right 0.5s ease;
	z-index: 999;
}
.plan_nav.show {
	right: 0; /* 表示時にスライドイン */
}

.plan_nav ul {
	background: #f4af25;
	padding: 30px 15px;
	box-sizing: border-box;
	border-radius: 10px 0 0 10px;
}

.plan_nav ul li {
	margin-bottom: 15px;
}

.plan_nav ul li:last-child {
	margin-bottom: 0;
}

.plan_nav ul li a {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
}
@media screen and (max-width: 740px) {
	.plan_nav {
		display: none;
	}

}

/*
.ch-kintone_kanren_tec_img {
	position: relative;
}

.ch-kintone_kanren_k_kuroton_img::after {
	position: absolute;
	content: "";
	background: url(../../solution/ch-kintone/common/img/k_kuroton.png) no-repeat;
	background-size: 100%;
	width: 100px;
	height: 100px;
	top: -30px;
	right: -30px;
}

@media screen and (max-width: 740px) {
	.ch-kintone_kanren_k_kuroton_img::after {
	width: 80px;
	height: 80px;
	top: -20px;
	right: -20px;
}


}
*/


.customer_logo li.ma_cui01 {
	margin-right: 20px;
}
.customer_logo li.ma_cui02 {
	margin-right: 10px;
}