@charset "UTF-8";

/*---------------------------------------
	cotoha-1on1.js用
---------------------------------------*/
/*SP時スクロール位置調整*/
.dummny-menu{height:0px !important;}

/*PC時スクロール位置調整（1つ目のリンク先コンテンツが白背景の場合）*/
.c-article{
	padding: 0;
}
@media screen and (min-width: 769px){
	.c-article {
		padding: 0;
	}
}
section#anc-01{
	margin:70px 0 0;
}

/*---------------------------------------
	COTOHA 1on1 Assistantとは 
---------------------------------------*/
.p-about__text{
	margin:40px 0;
	line-height:2;
}
.p-about-group__title span{
	font-size:18px;
}
.p-about__image{
	padding:0;
}
.p-about__image img{
	width:100%;
	border:1px solid #D3D3D3;
}

/*---------------------------------------
	特徴/メリット
---------------------------------------*/
.p-merit-item__image img{
	border:1px solid #D3D3D3;
}
/*注釈*/
.notes__wrap{
	margin:60px 0 0;
	padding:30px 0 0;
	border-top: 1px solid #D3D3D3;
}
@media screen and (max-width: 768px) {
	.notes__wrap{
	margin:40px 0 0;
	}
	.notes__text{
		padding-left: 1.3em;
		text-indent: -1.3em;
		margin:0.5em 0;
	}
}
/*---------------------------------------
	料金
---------------------------------------*/
.sub-title {
	font-weight: bold;
	font-size: 24px;
	border-bottom: 3px solid #D3D3D3;
	margin:60px 0 20px;
	padding-bottom: 10px;
}
.sub-title span{
  font-size:16px;
}
@media screen and (max-width: 768px) {
	.sub-title {
		font-size: 20px;
	}
}
/*料金例*/
.example__wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	border:20px solid #d7e5f4;
	padding:15px;
}
.example__head{
	width:100%;
	margin:0 0 20px;
}
.example__head h4{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.example__detail{
	font-size: 32px;
	font-weight:bold;
	margin:0 15px;
}
.example__item{
	display:inline-block;
	background-color: #fdd5b3;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
	margin-right: 10px;
	margin-top: 5px;/*位置調整*/
	vertical-align: top;/*位置調整*/
}
.example__yen,
.example__taxin{
  font-size: 16px;
}
@media screen and (max-width: 768px) {
	.example__detail{
		width:100%;
		font-size: 28px;
		margin:10px 0;
	}
	.example__yen,
	.example__taxin{
		font-size: 14px;
	}
}
@media screen and (max-width: 480px) {
	.example__taxin{
		display:block;
		text-align:right;
	}
}
/*月額*/
.table-01 table{
	width:100%;
}
.table-01 table th{
	font-weight:bold;
}
.table-01 table th,
.table-01 table td{
	vertical-align:middle;
	text-align:center;
}

/*テーブル注釈*/
.table-caption__wrap{
	margin:0;
}
.table-caption__text{
	padding-left: 1.3em;
	text-indent: -1.3em;
}

/*---------------------------------------
	よくあるご質問
---------------------------------------*/
.--gray + .p-contact {
	margin: 0 !important;
}
.c-section.--gray.p-faq {
	padding: 60px 0;
}
.accordion_header:not(.ac-leftIcon) {
	padding-right: 2em;
}
@media screen and (max-width: 768px){
	.accordion_header {
		font-size: 1em;
	}
}

/*アコーディオン Qテキスト*/
.q_num {
	float: left;
}
.q_txt {
	margin-left: 2.5em;
}

.faq dt p,
.faq dd p{
	margin-bottom:1em;
}
dl.system{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items:top;
	margin-top:20px;
}
.system dt{
	width:6.5em;
}
.system dd{
	width:calc(100% - 6.5em);
	margin-left:0;
}
/*()番号リスト*/
.num-list__wrap{
	margin:1em 0 0;
}
.num-list__text{
	padding-left: 1.6em;
	text-indent: -1.6em;
}

.biz_ser-acereal .example-list{
	display:block;
}
.biz_ser-acereal .reason-item-img{
	text-align:center;
}
.biz_ser-acereal .reason-item-img img{
	width:70%;
}
@media screen and (max-width: 767px) {
	.reason-item-img img{
		width:100%
	}

}