@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;
	height: auto;
}
/*注釈*/
.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;
}

/*---------------------------------------
	2022/09 フリースペース
	ニュース・バナー追加
---------------------------------------*/
/*フリースペース*/
.free-space_outer{
	width: 100%;
	line-height: 1.5;
}
.free-space_inner{
	width: 100%;
	max-width: 1260px;
	padding:20px 50px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.free-space_inner{
		padding:20px;
	}
}
/*2カラム*/
.f-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:14px;
	line-height:1.5;
	margin:0;
}
.f-box01{
	width:60%;
}
.f-box02{
	width:38%;
}
.f-box02 img{
	width:100%;
}
@media screen and (max-width: 768px) {
	.f-box01{
		width:100%;
		margin:0 0 15px 0;
	}
	.f-box02{
		width:100%;
		margin:0;
	}
}
.f-wrap a{
	color:#004386 !important;
	text-decoration:none !important;
}
/*お知らせ*/
.f-wrap h4{
	display:inline-block;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	background-color:#004386;
	padding:5px 10px;
	margin:0;
}
.f-wrap dl{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size:14px;
	line-height:1.5;
	margin:0;
}
.f-wrap dt{
	width:10em;
	margin:0.5em 0 0 0;
}
.f-wrap dd{
	width:calc(100% - 10em);
	margin:0.5em 0 0 0;
}
.icon-new{
	display:inline-block;
	color:#CC0033;
	font-size:14px;
	margin-left:0.5em;
}
/*バナー枠*/
.bnr-wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size:14px;
	line-height:1.5;
	margin:0;
	border:2px solid #004386;
	border-radius:10px;
	padding:15px 25px 15px 15px;
	margin:0;
	position: relative;
	transition: .5s ease;
}
/*バナー矢印*/
.bnr-wrap::after {
	content: "";
	position: absolute;
	top: calc((100% - 8px) / 2);
	right: 15px;
	transform: rotate(45deg);
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #004386;
	border-right: 2px solid #004386;
}
/*バナー中身*/
.bnr-wrap .pic{
	width:35%;
}
.bnr-wrap .pic img{
	width:100%;
	max-width:160px;
}
.bnr-wrap .txt{
	width:64%;
	color:#004386;
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
}
@media screen and (max-width: 480px){
	.bnr-wrap .txt{
		font-size:14px;
	}
}
/*ホバー*/
a .bnr-wrap:hover {
	transition: .5s ease;
	background:#CC0033;
}
a .bnr-wrap:hover::after {
	content: "";
	position: absolute;
	top: calc((100% - 8px) / 2);
	right: 15px;
	transform: rotate(45deg);
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
a .bnr-wrap:hover .txt{
	color:#FFF;
}


/*---------------------------------------
	2022/12 MV
	電話番号追加
---------------------------------------*/
/*フリーダイヤル*/
.freecall__wrap{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	margin:30px 0 10px;
	position:relative;
}
@media screen and (max-width:768px) {
	.freecall__wrap{
		margin:30px 0 30px;
	}
}
@media screen and (max-width:480px) {
	.freecall__wrap{
		margin:0;
	}
}
.freecall__title{
	width:100%;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 5px;
}
.freecall__num{
	font-size:32px;
	font-weight:bold;
	margin:5px 20px 5px 0;
}
.freecall__num img{
	margin:0 10px 0 0;
}
.freecall__time{
	font-size:12px;
	line-height:1.3;
	margin:5px 0;
}

/*フリーダイヤル 営業日 段組みなし*/
.freecall__wrap__nocolum{
	width: 100%;
	margin:30px 0 10px;
	position:relative;
}
@media screen and (max-width:768px) {
	.freecall__wrap__nocolum{
		margin:30px 0 30px;
	}
}
@media screen and (max-width:480px) {
	.freecall__wrap__nocolum{
		margin:0;
	}
}
.freecall__wrap__nocolum .freecall__title{
	width:100%;
	font-size:14px;
	font-weight:bold;
	line-height:1.5;
	margin:0 0 5px;
}
.freecall__wrap__nocolum .freecall__num{
	font-size:32px;
	font-weight:bold;
	margin:5px 20px 5px 0;
	line-height:1;
}
.freecall__wrap__nocolum .freecall__num img{
	margin:0 10px 0 0;
	vertical-align: baseline;
}
.freecall__wrap__nocolum .freecall__time{
	font-size:12px;
	line-height:1.3;
	/*margin:5px 0;*/
	margin:10px 0 0;
}
/*MVの余白調整*/
@media screen and (max-width: 834px){
	.wrapper .p-facade.mv__photo .c-inner .p-facade__wrap .p-facade__button {
		height: auto !important;
	}
}
@media screen and (max-width: 768px){
	.wrapper .p-facade.mv__photo .c-inner .p-facade__wrap .p-facade__button {
		height: auto;
		margin: 20px 0 30px -20px;
	}
}

/*メリット 既存をflexに上書き*/
.p-merit__item{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.p-merit-item__image{
	width:50%;
	padding:0;
}
.p-merit-item__image img{
	width:100%;
	border:1px solid #D3D3D3;
	position:initial;
}
.p-merit-item__group{
	width:50%;
}
@media screen and (max-width: 768px){
	.p-merit-item__image,
	.p-merit-item__group{
		width:100%;
	}
}