@charset "UTF-8";

/*---------------------------------------
	zoom.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;
}


/*---------------------------------------
	左右余白調整
---------------------------------------*/
main {
	padding: 0 !important;
}

/*---------------------------------------
	Zoomとは 
---------------------------------------*/
.p-about__text{
	margin:40px 0;
	line-height:2;
}
.p-about-group__title span{
	font-size:18px;
}
.zoom_about__image{
	width:100%;
	text-align:center;
}
.zoom_about__image img{
	width:70%;
}
@media screen and (max-width: 768px) {
	.zoom_about__image img{
		width:100%;
	}
}

/*---------------------------------------
	特徴/メリット
---------------------------------------*/
/*既存を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%;
	height:auto;
	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%;
	}
}

/*注釈*/
.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;
	}
}
/*---------------------------------------
	機能
---------------------------------------*/
.function__ttl {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	margin-bottom:30px;
}
.function_wrap{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.function_box{
	width:calc((100% - 60px) / 4);
	padding: 40px 25px 25px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0px 0px 12px -5px #777777;
	margin-bottom:20px;
}
@media screen and (max-width: 768px){
	.function_box{
		width:calc((100% - 20px) / 2);
	}
}
@media screen and (max-width: 480px){
	.function_box{
		width:100%;
	}
}
.function_box .pic{
	text-align:center;
	height:110px;
}
.function_box .pic img{
	/*width:100px;*/
	max-width:100%;
	height:82px;
}
.function_box .ttl{
	color: #0061D5;
	text-align: center;
	font-weight: bold;
	font-size: 17px;
	margin-bottom:10px;
}
.function_box .txt{
	font-size: 15px;
}

/*---------------------------------------
	利用シーン
---------------------------------------*/
.c-section.--gray.p-usescene {
	padding: 60px 0;
}

.usescene_ttl{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px){
	.usescene_ttl{
		font-size: 20px;
	}
}
.usescene_wrap{
	width:80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:0 auto;
}
@media screen and (max-width: 768px){
	.usescene_wrap{
		width:100%;
	}
}
.usescene_box{
	width:calc((100% - 30px) / 2);
	background-color: #fff;
	border:1px solid #CCC;
	margin-bottom:30px;
}
@media screen and (max-width: 480px){
	.usescene_box{
		width:100%;
	}
}

.usescene_box .ttl{
	color: #FFF;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	padding:10px;
	background-color:#004386;
}
.usescene_box .pic{
	text-align:center;
	padding: 40px 40px 0 40px;
}
.usescene_box .pic img{
	width:100%;
}
.usescene_box .txt{
	padding:20px;
	font-size:15px;
}

/*---------------------------------------
	プラン
---------------------------------------*/
/*テーブル注釈*/
.table-caption__wrap{
	margin:0;
}
.table-caption__text{
	padding-left: 1.3em;
	text-indent: -1.3em;
}
/*テーブル*/
.plan_table th,
.plan_table td{
	vertical-align: middle;
}
.plan_table th{
	font-weight:bold;
}
.plan_table td{
	text-align:center;
}
.plan_note{
	font-size:12px;
}

/*1行目*/
.plan_table tr:nth-child(1) th {
	text-align:center;
}
/*太線*/
table tr th:nth-of-type(5),
table tr td:nth-of-type(4){
	border-left:5px solid #CCC;
}

/*---------------------------------------
	よくあるご質問
---------------------------------------*/
.--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;
	}
}


.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;
	}
}

/*アコーディオン 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;
}