@charset "UTF-8";
@import 'subpage.css';

.status_attention{
	background: #eee;
	color: red;
	padding: .8rem;
	margin-bottom: 2rem;
	font-size: 1.3rem;
	text-align: center;
}

/*--------------------------------------------
 共通スタイル
--------------------------------------------*/
.cate{
	background: url(../img/service_bg.jpg) no-repeat center;
	background-size: cover;
	}
/*
	.catename h1{
		display: flex;
		align-items: center;
	}
*/
	.cate-parent-name{
		display: block;
		font-size: 1.5rem;
        padding-top: 1rem;
	}
/*
	.cate-parent-name::before{
		content: "-";
		display: inline-block;
		margin: 0 1rem;
	}
*/
	.parent_name a{
		color: #666;
		font-size: 1.3rem;
		line-height: 1;
		padding: .5rem.8rem;
		display: inline-block;
		background: #fff;
		text-decoration: none;
		border-radius: 6px; ;
	}
	.parent_name a+a{
		margin-left: 1rem;
	}
	@media screen and (max-width: 767px){
		.catename h1{
			display: block;
			font-size: 1.8rem;
		}
		.catename h1 span{
			display: block;
			padding-top: .5rem;
		}
		.cate-parent-name::before{
			display: none;
		}
	}



/*--------------------------------------------
 カラム
--------------------------------------------*/
@media screen and (min-width: 901px){
	.sv_conts{
		display: flex;
		justify-content: space-between;
		margin: 7rem auto 10rem;
	}
	.navi{
		order: 1;
		width: 280px
	}
	.main{
		width: 750px
	}
	.foot_bnr{
		display: none;
	}
}
@media screen and (max-width: 1250px){
	.navi{
		width: 25%;
	}
	.main{
		width: 70%;
	}
}
@media screen and (max-width: 900px){
	.navi, .main{
		width: 100%;
	}
	.main{
		margin: 7rem auto 10rem;
	}
	.navi .bnr{
		display: none;
	}
	.foot_bnr{
		display: flex;
		justify-content: space-between;
		margin: 0 0 8rem;
		}
		.bnr-item{
			width: 48%;
		}
		.bnr-item img{
			width: 100%;
		}
}
@media screen and (max-width: 767px){
	.main{
		margin: 4rem auto 8rem;
	}
}

/*--------------------------------------------
 navi
--------------------------------------------*/
.navi dl ,.navi dt, .navi dd,.navi ul, .navi li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.navi a{
	position: relative;
	display: block;
	text-decoration: none;
	box-sizing: border-box;
}
@media screen and (min-width: 901px){
	
	.navi ul a::after{
		position: absolute;
		right: 1.5rem;
		top: 0;
		bottom: 0;
		margin: auto;
		content: '\f061';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    font-size: 1.2rem;
	    width: 1.2rem;
	    height: 1.2rem;
		color: #cecece;
		transition: .5s;
	}
	.navi a:hover::after{
		right: .5rem;
	}
	.navi dt{
		border-top: 1px solid #e40001;
		border-bottom: 1px solid #ddd;
	}
	.navi dt span{
		display: none;
	}
	.navi dt a{
		color: #e40001;
		font-size: 1.8rem;
		font-weight: 500;
		padding: 3rem 3rem 3rem 1.5rem;
	}
	.navi dt a::after{
		position: absolute;
		right: 1.5rem;
		top: 0;
		bottom: 0;
		margin: auto;
		content: '\f061';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
		transition: .5s;
		color: #e40001;
		font-size: 1.6rem;
		width: 1.6rem;
		height: 1.6rem;
	}
	.navi dd li a{
		padding: 2rem 4.5rem 2rem 1.5rem;
		font-size: 1.5rem;
		line-height: 1.5;
		border-bottom: 1px solid #ddd;
	}
	.navi dd li.navi-parent a{
		font-weight: 600;
	}
	.navi .bnr{
		margin-top: 4rem;
		}
		.navi .bnr .bnr-item{
			margin-top: 2rem;
		}
}
@media screen and (max-width: 900px){
	.sv_conts{
		overflow: hidden;
	}
	.navi {
		margin: 0 calc(50% - 50vw);
		width: 100vw;
	}
	.navi dt{
		position: relative;
		color: #fff;
		font-size: 1.8rem;
		background: #262b3f;
	}
	.navi dt a{
		padding: 3% 4rem;
		width: 85%;
	}
	.navi dt span{
		cursor: pointer;
		position: absolute;
		z-index: 2;
		right: 1.1rem;
		top: 0;
		width: 110px;
		height: 100%;
		display: inline-block;
		border-left: 1px solid #4e5162;
	}
	.navi dt span::before,
	.navi dt span::after{
		content: '';
		display: block;
		width: 30px;
		height: 2px;
		border-radius: 5px;
		background: #fff;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
	}
	.navi dt span.open::after{
		transform: translateY(-50%) rotate(90deg);
    	transition: 0.5s;
	}
	.navi dd{
		display: none;
		background: #f1f1f1;
	}
	.navi_inner{
		padding: 4%;
	}
	.navi dd ul{
		padding: 1% 3%;
		background: #fff;
	}
	.navi dd ul a{
		padding: 3%;
	}
	.navi dd ul li+li a{
		border-top: 1px solid #ddd;
	}
	.navi dd ul a::after{
		position: absolute;
	    top: 0;
	    bottom: 0;
	    right: 1.2rem;
	    margin: auto;
	    width: 1.6rem;
	    height: 1.6rem;
	    color: #aaa;
	    content: '\f061';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    transition: .5s;
	}
}
@media screen and (max-width: 767px){
	.navi dt{
		font-size: 1.5rem;
	}
	.navi dt a{
		width: 84%;
		padding: 1.8rem 2.5rem;
	}
	.navi dt span{
		width: 60px;
		right: 0;
	}
	.navi dt span::before,
	.navi dt span::after{
		width: 20px;
		right: 20px;
	}
	.navi_inner{
		padding: 2rem 1.5rem 3rem;
	}
	.navi dd ul{
		padding: 1rem 2.5rem;
	}
	.navi dd ul a {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.5;
    	padding: 1.8rem 2rem 1.8rem 1.2rem;
	}
	.navi dd ul a::after{
		font-size: 1.2rem;
		width: 1.2rem;
    	height: 1.2rem;
    	right: .8rem;
	}
}


/*--------------------------------------------
 main
--------------------------------------------*/

.main a{
	color: #087ebb;
	}
	@media (hover: hover) {
		.main a:hover{
			text-decoration: none;
		}
	}


/* ブロック
---------------------------*/
.entry{
	margin: 0 0 6rem;
}
.entry-inner{
	overflow: hidden;
}

@media screen and (max-width: 767px){
	.entry{
		margin: 0 0 4rem;
	}
}

/* 見出し
---------------------------*/
.main{
	font-size: 1.6rem;
	line-height: 1.6;
}
.main h2{
	font-size: 3.2rem;
	font-weight: 700;
	margin: 0 0 3rem;
}
.main h3:not(.sec_tit){
	font-size: 2.6rem;
	font-weight: 700;
	margin: 0 0 3rem;
	padding: .8rem 0 .8rem 2.2rem;
	border-left: 4px solid #e40001;
}
.main *+h3:not(.sec_tit){
	margin-top: 5rem;
}
.main h3.sec_tit{
	font-size: 2.6rem;
	font-weight: 700;
	margin: 0 0 2rem;
	padding: .8rem 0 .8rem 2.2rem;
	border-left: 4px solid #e40001;
	}
.main h4{
	position: relative;
	font-size: 2rem;
	font-weight: 600;
	margin: .5em 0 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #ccc;
	}
	.main h4::after{
		position: absolute;
		left: 0;
		bottom: -1px;
		content: "";
		width: 8em;
		height: 1px;
		display: block;
		background: #e40001;
	}
	.main *+h4{
		margin-top: 3.8rem;
	}
	.main h3+h4{
		margin-top: -1rem;
	}
@media screen and (max-width: 767px){
	.main{
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.main h2{
		font-size: 1.45em;
		line-height: 1.4;
		margin: 0 0 2rem;
	}
	.main h3:not(.sec_tit){
		font-size: 1.4em;
		padding: 0.8rem 0 0.8rem 1.5rem;
	}
	.main h3.sec_tit{
		font-size: 1.4em;
		margin: 0 0 1rem;
		padding: 0.8rem 0 0.8rem 1.5rem;
	}
	.main h4{
		font-size: 1.2em;
	}
}


/* ボタン
---------------------------*/
.btn_w{
	margin: 2.5rem 0;
}
.btn_w a{
	color: #000;
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	text-decoration: none;
	padding: 2rem 5.5rem 2rem 5rem;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 8px 8px rgb(0 0 0 / 6%);
    transition: .5s;
}
.btn_w a::after{
	position: absolute;
	right: 1.5rem;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    font-size: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
	color: #e40001;
	transition: .5s;
	}
	@media screen and (min-width: 769px){
		.btn_w a:hover{
			box-shadow: 0 2px 2px rgb(0 0 0 / 8%);
		}
		.btn_w a:hover::after{
			right: 1rem;
		}
	}

/* table
---------------------------*/
table{
	margin: 1.2em 0;
}
table th{
	width: 38% !important;
	}
	@media screen and (max-width: 767px){
		table th, table td{
			font-size: .9em;
			padding: 1.2rem 1rem ;
		}
	}

/* アンカー
---------------------------*/
.anker{
	margin: 1rem 0 0;
	text-align: right;
}
.anker a{
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
.anker a::after{
	color: #e40001;
	content: '\f063';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 1rem;
}


/* worries
---------------------------*/
.worries{
	margin: 4rem 0 3rem;
	padding: 3rem;
	background: #f3f8fb;
}
.worries_tit{
	font-size: 2rem;
	text-align: center;
	margin-bottom: 1rem;
}
.worries_list{
	margin: 0 0 0 1rem;
	padding: 0;
	list-style: none;
}
.worries_list li{
	position: relative;
	margin: 0;
	padding: .3rem 0 .3rem 3rem;
}
.worries_list li::before{
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/icon_check.png) no-repeat left;
	background-size: cover;
	}
	@media screen and (max-width: 767px){
		.worries{
			margin: 5rem 0 3rem;
			padding: 3rem 2rem;
		}
		.worries_tit{
			font-size: 1.5rem;
			font-weight: 500;
		}
		.worries_list{
			margin: 0;
		}
	}

/* features
---------------------------*/

.features-box+.features-box{
	margin-top: 3rem;
}
.features-box .text h4{
	font-size: 2rem;
	margin: 0;
	padding: 0;
	border: none;
}
.features-box p{
	margin-bottom: 0;
}
@media screen and (min-width: 768px){
	.features-box.img-right,
	.features-box.img-left{
		display: flex;
		justify-content: space-between;
	}
	.features-box.img-right .thum,
	.features-box.img-left .thum{
		width: 40%;
	}
	.features-box.img-right .text,
	.features-box.img-left .text{
		width: 55%;
	}
	.features-box.img-right .thum{
		order: 2;
	}
	.features-box.img-right .text{
		order: 1;
	}
	.features-box.img-center .thum{
		margin-bottom: 2rem;
	}
	.features-box.img-none{
		display: block;
	}
	.features-box.img-none .thum,
	.features-box.img-none .text{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.features-box .text h4{
		font-size: 1.6rem;
	}
	.features-box .text{
		margin-top: 1.5rem;
	}
}


/* functions
---------------------------*/
.functions_text{
	overflow: hidden;
}
.functions_list{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.functions_text + .functions_list{
	margin-top: 2rem;
}
.functions_list::after{
	content: "";
	display: block;
	width: 32%
}
.functions_list li{
	width: 32%;
	display: flex;
	padding: 1.5rem 2rem;
	align-items: center;
	justify-content: center;
	margin-bottom: 1rem;
	text-align: center;
	border-radius: 50px;
	border: 1px solid #ddd;	
	}
	@media screen and (max-width: 767px){
		.functions_list li{
			width: 48%;
			padding: .9rem 2rem;
			margin-bottom: .8rem;
			font-size: 1.3rem;
		}
	}

/* voice
---------------------------*/
.voice_list{
	margin: 2rem 0 4rem;
	padding: 4rem;
	list-style: none;
	background: #f3f8fb;
}
.voice_list li{
	position: relative;
	background: #fff;
	font-size: 1.4rem;
	border: 1px solid #ddd;
	border-radius: 20px;
	box-shadow: 0 7px 25px rgb(0 0 0 / 10%);
    transition: .3s;
}

.voice_list .reply{
	width: 100%;
	font-size: 1.4rem;
	padding: 2.5rem;
	background: #eee;
	margin-top: 1rem;
}
	@media screen and (min-width: 767px){
		.page_voice .voice_list{
			margin-top: 3rem;
		}
		.voice_list li{
			display: block;
			width: 100%;
			padding: 2rem;
		}
		.voice_list .voice_icon{
			flex: 1;
		}
		.voice_list .voice_icon img{
			width: 100px;
			height: 100px;
		}
		.voice_list li .voice_user{
			height: 3.2em;
			overflow: hidden;
		}
		.voice_list li .heightmorebtn.active::before{
			content: '\f068';
		}
		.voice_list li+li{
			margin-top: 2rem;
		}
		.voice_box{
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}
		.voice_list .voice_text{
			width: 80%;
		}
	}
	@media screen and (max-width: 767px){
		.voice_list{
			display: block;
			padding: 4.5rem 1.5rem 4rem;
		}
		.voice_list li{
			width: 100%;
			font-size: 1.3rem;
			border-radius: 10px;
			padding: 4rem 2rem 2rem;
		}
		.voice_list .voice_icon{
			position: absolute;
			top: -25px;
			left: 0;
			right: 0;
			margin: auto;
			width: 66px;
			height: 66px;
			border-radius: 100px;
			overflow: hidden;
		}
		.voice_list .voice_icon img{
			width: 100%;
			height: 100%;
			object-fit: cover;
		}
		.voice_list li+li{
			margin-top: 3.6rem;
		}
		.voice_list .reply{
			margin-top: 0;
			padding: 1.5rem;
			font-size: 1.3rem;
		}
		.voice_list li .voice_user{
			height: 5.4em;
			overflow: hidden;
		}
		.voice_list li .heightmorebtn{
			font-size: 1.2rem;
			margin: 0 0 1rem;
		}
	}

/*　詳細　*/

.voice_list li .heightmorebtn{
	color: #666;
	position: relative;
	cursor: pointer;
	font-size: 1.3rem;
	margin: 0 0 2rem;
	padding: .4rem 1.5rem;
	border-radius: 4px;
	border: 1px solid #ccc;
	display: inline-block;
}
.voice_list li .heightmorebtn::before {
    margin: auto;
    content: "";
    content: '\2b';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: .5rem;
}


/* faq
---------------------------*/
.faq_list{
	margin: 6px 0;
	border: 1px solid #ddd;
	border-radius: .5rem;
	overflow: hidden;
	}
	.faq_list:nth-of-type(1){
		margin-top: 2.5rem;
	}
.faq_list dt{
	background: #f6f6f6;
}
.faq_list dt.open{
	background: #ffebeb;
}
.faq_list dd{
	font-size: 15px;
	margin: 0;
	background: #fff;
}
.faq_list+.btn{
	margin-top: 4rem;
	margin-bottom: 0;
	}
	@media screen and (max-width: 767px){
		.faq_list dt {
		    padding: 1.5rem 1.5rem 1.5rem 4rem;
		}
		.faq_list dt::before{
			left: 1.2rem;
			top: 1.9rem;
			font-size: 1.7rem;
		}
		.acd_inner {
			font-size: .9em;
		    padding: 0 1.5rem 2rem 1.5rem;
		}
		.faq_list+.btn {
		    margin-top: 2rem;
		}
	}

/* download
---------------------------*/
.download{
	padding: 4.5rem 4.5rem 4rem;
	background: #f6f6f6;
}
.download a{
	color: #000;
	text-decoration: none;
	display: block;
	flex: 1;
	padding: 2.8rem 3rem;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 7px 25px rgb(0 0 0 / 10%);
    transition: .3s;
}
.download a:hover{
	box-shadow: 0 3px 3px rgb(0 0 0 / 12%);
}
.download p{
	margin: 0;
	font-size: 1.4rem;
}
.download_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.download_btn{
	width: 48.5%;
	display: flex;
	flex-direction: column;
	margin-bottom: 2rem;
}
.download_btn .name{
	font-size: 1.7rem;
	font-weight: 500;
}
.download_btn .name i{
	color: #e40001;
	margin-right: 1rem;
}
.download a:hover .name{
	color: #e40001;
	}
	@media screen and (max-width: 767px){
		.download{
			padding: 3rem 2.5rem 3.5rem;
			margin: 2rem calc(50% - 50vw) 0;
			width: 100vw;
		}
		.download p{
			font-size: 1.2rem;
		}
		.download a{
			padding: 2.3rem 2rem;
			border-radius: 10px;
			box-shadow: 0 3px 15px rgb(0 0 0 / 10%);
		}
		.download_tit{
			font-size: 1.8rem;
			font-weight: 500;
			margin-bottom: 2.5rem;
    		padding-bottom: 2.5rem;
		}
		.download_tit::before{
			width: 2.5rem;
    		height: 2.5rem;
    		background-size: cover;
		}
		.download_list{
			display: block;
		}
		.download_btn{
			width: 100%;
			margin-bottom: 1.5rem;
		}
		.download_btn .name{
			font-size: 1.5rem;
			font-weight: 500;
			margin-bottom: .5rem;
		}
	}

/* news
---------------------------*/
.news_list{
	list-style: none;
	margin: 0 0 3rem;
	padding: 0;
	font-size: 1.5rem;
}
.news_list li a{
	color: #000;
	position: relative;
	display: flex;
    align-items: center;
    text-decoration: none;
    padding: 2.2rem 5rem 2.2rem 1.5rem;
    border-top: 1px solid #eee;
}
.news_list li a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.2rem;
	margin: auto;
	width: 1.6rem;
	height: 1.6rem;
	color: #aaa;
	content: '\f061';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    transition: .5s;
}
.news_list li a:hover::after{
	position: absolute;
	right: .5rem;
}
.news_list li:last-child a{
    border-bottom: 1px solid #eee;
}
.news_list li a .title{
	flex: 1;
}
.news_list li a .cat{
	display: inline-block;
	color: #e40001;
	font-size: 1.3rem;
	padding: 0 1rem;
	margin: 0 2rem;
	border: 1px solid #e40001;
	border-radius: 50px;
}
.news_list+.anker a::after{
	content: '\f061';
	}
	@media screen and (max-width: 767px){
		.news_list{
			font-size: unset;
		}
		.news_list li a{
			display: block;
		}
		.news_list li a .date {
		    margin-bottom: 0.5rem;
		}
		.news_list li a .cat{
			font-size: 1.2rem;
			margin: 0 1rem;
		}
	}

/* kanren
---------------------------*/
.kanren_list{
	margin: 0;
	padding: 0 2rem;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kanren_list li{
	width: 48%;
}
.kanren_list li img{
	width: 100%;
	}
	@media screen and (max-width: 767px){
		.kanren_list{
			padding: 0;
		}
	}




/*--------------------------------------------
 資料ダウンロード
--------------------------------------------*/
.doc_list{
	margin: 0 0 8rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
	.doc_list li{
		display: flex;
		justify-content: space-between;
		width: 48.7%;
		padding: 2rem;
		margin-top: 2rem;
		border: 1px solid #ddd;
		}
		.doc_box{
			display: flex;
			justify-content: space-between;
		}
		.doc_cover{
			padding: .5rem;
			width: 37%;
			border: 1px solid #ddd;
		}
		.doc_text{
			width: 59%;
		}
		.doc_text .name{
			margin: 0 0 .5rem;
			font-weight: 600;
		}
		.doc_text .text{
			font-size: 1.4rem;
			line-height: 135%;
			margin: 0;
			color: #666;
		}
		.doc_text .update{
			font-size: 1.4rem;
			margin: .8rem 0 0;
			color: #666;
		}
.document_pdf{
	padding: 2rem;
	display: flex;
	align-items: center;
	background: #eee;
	}
	.document_pdf .icon{
		width: 220px;
		text-align: center;
	}
	.document_pdf p{
		font-size: 1.4rem;
		flex: 1;
	}

@media screen and (max-width: 767px){
	.doc_list{
		display: block;
		}
		.doc_list li{
			width: 100%;
		}
		.doc_cover{
			width: 30%;
		}
		.doc_text{
			width: 64%;
		}
		.doc_text .text{
			font-size: 1.3rem;
		}
		.doc_text .update{
			font-size: 1.2rem;
		}
		.document_pdf{
			display: block;
		}
		.document_pdf .icon{
			width: auto;
		}
		.document_pdf p{
			font-size: 1.2rem;
		}
}