@charset "utf-8";
/**
/* 共通 CSS
----------------------------------------------- */
.fadeIn {
	opacity: 0;
	transition: 2s;
}
.fadeIn.is-show{
	opacity: 1;
}
/*　　背景色　　*/
.bg-cream{
	background: #F8F7F2;
}
.bg-blue{
	background: #F4F8FA;
}
.bg-gray{
	background: #F5F5F5;
}
/*　　フォント　　*/
.c-yellow{
	color: #F2FC00;
}
/*　　見出し　　*/
.guide-ttl{
	position: relative;
	margin-bottom: 2rem;
}
.guide-ttl .caption{
	font-size: 2.25rem;
	font-weight: 700;
	line-height: 1.35;
}
.guide-ttl h2{
	color: #004DAC;
	font-size: 3.75rem;
	font-weight: 900;
	line-height: 1.45;
	margin-top: -0.5rem;
}
.bubble-blue{
	position: relative;
	background: #004DAC;
	padding: 0.875rem 1.5rem 0.875rem 1.5rem;
}
.bubble-blue::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -0.9375rem;
	border: 0.9375rem solid transparent;
	border-top: 1.25rem solid #004DAC;
}
.bubble-blue h2{
	color: #FFFFFF;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
}
.bottom-caption{
	background: #004CB0;
	background: linear-gradient(90deg,rgba(0, 76, 176, 1) 0%, rgba(49, 139, 206, 1) 51%, rgba(0, 76, 176, 1) 100%);
	padding: 0.5rem;
}
.bottom-caption p{
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.35;
}
.bottom-grid .contentArea{
	position: relative;
	width: 94%;
	max-width: 880px;
	margin: 0 auto;
	text-align: center;
	padding: 3rem 0 2.5rem 0;
}
.bottom-grid .contentArea::before,
.bottom-grid .contentArea::after{
	content: '';
	position: absolute;
	display: inline-block;
}
.bottom-grid .contentArea::before{
	background: url(../img/woman.png) center center no-repeat;
	background-size: cover;
	width: 10.125rem;
	height: 16.875rem;
	bottom: 0;
	left: -10.125rem;
}
.bottom-grid .contentArea::after{
	background: url(../img/man.png) center center no-repeat;
	background-size: cover;
	width: 9.75rem;
	height: 15.375rem;
	bottom: 0;
	right: -9.75rem;
}
.bottom-grid .contentArea .caption{
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.5rem;
}
.bottom-grid .contentArea h3{
	color: #004DAC;
	font-size: 3.125rem;
	font-weight: 900;
	line-height: 1.25;
}
.bottom-grid .contentArea .p-text{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.45;
	margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
	.guide-ttl{
		margin-bottom: 1.5rem;
	}
	.guide-ttl .caption{
		font-size: 1rem;
	}
	.guide-ttl h2{
		font-size: 1.625rem;
		margin-top: -0.25rem;
	}
	.bubble-blue{
		padding: 0.625rem;
	}
	.bubble-blue::before {
		margin-left: -0.468rem;
		border: 0.468rem solid transparent;
		border-top: 0.625rem solid #004DAC;
	}
	.bubble-blue h2{
		font-size: 1.125rem;
	}
	.bottom-caption{
		padding: 0.5rem;
	}
	.bottom-caption p{
		font-size: 1.3rem;
	}
	.bottom-grid .contentArea{
		padding: 3rem 0 10rem 0;
	}
	.bottom-grid .contentArea::before{
		width: 7.125rem;
		height: 11.875rem;
		left: -0.125rem;
	}
	.bottom-grid .contentArea::after{
		width: 6.75rem;
		height: 10.375rem;
		right: -0.25rem;
	}
	.bottom-grid .contentArea .caption{
		font-size: 1rem;
		margin-bottom: 0.5rem;
	}
	.bottom-grid .contentArea h3{
		font-size: 1.625rem;
	}
	.bottom-grid .contentArea .p-text{
		font-size: 0.9375rem;
		text-align: left;
		margin-top: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.guide-ttl{
		margin-bottom: 1.5rem;
	}
	.guide-ttl .caption{
		font-size: 1.5rem;
	}
	.guide-ttl h2{
		font-size: 2.5rem;
		margin-top: -0.25rem;
	}
	.bubble-blue{
		padding: 0.625rem;
	}
	.bubble-blue h2{
		font-size: 1.5rem;
	}
	.bottom-caption p{
		font-size: 1.75rem;
	}
	.bottom-grid .contentArea{
		padding: 3rem 0 2.5rem 0;
	}
	.bottom-grid .contentArea::before{
		width: 9.125rem;
		height: 15.875rem;
		left: -1.125rem;
	}
	.bottom-grid .contentArea::after{
		width: 8.75rem;
		height: 13.375rem;
		right: -1.125rem;
	}
	.bottom-grid .contentArea .caption{
		font-size: 1.5rem;
	}
	.bottom-grid .contentArea h3{
		font-size: 2.5rem;
	}
}
/**
/* LP CSS
----------------------------------------------- */
/*　　MV　　*/
.mv-view{
	background: url(../img/mv_bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 5.875rem 0 8.25rem 0;
	margin-top: 9.5rem;
}
.mv-view .view-img{
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
}
.mv-view .view-img img{
	width: 100%;
	max-width: 57.375rem;
}
@media only screen and (max-width: 1545px) {
	.mv-view{
		padding: 5.875rem 0 8.25rem 0;
		margin-top: 8.25rem;
	}
	.mv-view .view-img img{
		max-width: 46.375rem;
	}
}
@media only screen and (max-width: 1200px) {
	.mv-view{
		padding: 5.875rem 0 8.25rem 0;
		margin-top: 7.85rem;
	}
	.mv-view .view-img img{
		max-width: 44.375rem;
	}
}
@media only screen and (max-width: 767px) {
	.mv-view{
		background: url(../img/sp_mv_bg.jpg) top center no-repeat;
		background-size: cover;
		padding: 1.875rem 0 12.25rem 0;
		margin-top: 3.75rem;
	}
	.mv-view .view-img{
		text-align: center;
	}
	.mv-view .view-img img{
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.mv-view{
		padding: 3.875rem 0 5.25rem 0;
		margin-top: 5rem;
	}
	.mv-view .view-img img{
		max-width: 35rem;
	}
}
.consultation-guide{
	background: #D9E7F7;
}
.consultation-guide .bubble-blue{
	position: relative;
	top: -2rem;
}
.consultation-guide .consultation-grid{
	padding: 2.125rem 0 3rem 0;
}
.consultation-guide .consultation-list{
	column-gap: 1rem;
}
.consultation-list .consultation-items{
	position: relative;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	width: calc(25% - 0.75rem);
	box-shadow: 0 0 1.875rem rgb(18, 83, 159, 0.16);
	padding: 2rem 0.5rem;
}
.consultation-list .consultation-items::before,
.consultation-list .consultation-items::after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 6rem;
	height: 10.25rem;
	bottom: 0.75rem;
}
.consultation-list .consultation-items::before{
	background: url(../img/decoration_l.png) center center no-repeat;
	background-size: cover;
	left: 0;
}
.consultation-list .consultation-items::after{
	background: url(../img/decoration_r.png) center center no-repeat;
	background-size: cover;
	right: 0;
}
.consultation-list .consultation-items .consultation-inner{
	position: relative;
	z-index: 2;
}
.consultation-list .consultation-items .caption{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
}
.consultation-list .consultation-items h3{
	font-family: "Noto Serif JP", serif;
	color: #004DAC;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.125;
}
.consultation-list .consultation-items h3 span{
	font-size: 2.5rem;
}
@media only screen and (max-width: 1200px) {
	.consultation-list .consultation-items .caption{
		font-size: 1.375rem;
	}
	.consultation-list .consultation-items h3{
		font-size: 3rem;
	}
	.consultation-list .consultation-items h3 span{
		font-size: 2rem;
	}
}
@media only screen and (max-width: 767px) {
	.consultation-guide .consultation-grid{
		padding: 0 0 2.5rem 0;
	}
	.consultation-guide .consultation-list{
		row-gap: 1rem;
	}
	.consultation-list .consultation-items{
		width: calc(50% - 0.5rem);
		box-shadow: 0 0 0.875rem rgb(18, 83, 159, 0.16);
		padding: 2rem 0.5rem 1.5rem 0.5rem;
	}
	.consultation-list .consultation-items:nth-child(1),
	.consultation-list .consultation-items:nth-child(2){
		padding: 1rem 0.5rem 1.5rem 0.5rem;
	}
	.consultation-list .consultation-items::before,
	.consultation-list .consultation-items::after{
		width: 4rem;
		height: 6.25rem;
	}
	.consultation-list .consultation-items .caption{
		font-size: 1rem;
	}
	.consultation-list .consultation-items h3{
		font-size: 1.75rem;
	}
	.consultation-list .consultation-items h3 span{
		font-size: 1.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.consultation-guide .consultation-grid{
		padding: 0.5rem 0 2rem 0;
	}
	.consultation-list .consultation-items{
		padding: 1.5rem 0.25rem;
	}
	.consultation-list .consultation-items::before,
	.consultation-list .consultation-items::after{
		width: 4rem;
		height: 8.25rem;
		bottom: 0;
	}
	.consultation-list .consultation-items .caption{
		font-size: 1.25rem;
	}
	.consultation-list .consultation-items h3{
		font-size: 2.125rem;
	}
	.consultation-list .consultation-items h3 span{
		font-size: 1.75rem;
	}
}
/*　　当事務所が選ばれる6つの理由　　*/
.reason-guide .reason-grid{
	position: relative;
	padding: 1.875rem 0 5.5rem 0;
}
.reason-guide .reason-grid::after{
	background: url(../img/bg_blue.png) no-repeat center bottom;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
	height: 23.75rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.reason-guide .inner-wrap{
	z-index: 2;
}
.reason-guide .guide-ttl{
	margin-bottom: 1.25rem;
}
.reason-guide .guide-ttl h2{
	color: #000000;
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.45;
	margin-top: 0;
}
.reason-guide .guide-ttl h2 span{
	position: relative;
	display: inline-block;
	color: #FF6301;
	font-size: 6rem;
	margin: 0 0.5rem;
	top: 0.5rem;
}
.reason-guide .reason-list{
	column-gap: 3rem;
	row-gap: 2.5rem;
}
.reason-list .reason-items{
	width: calc(33.3333% - 2rem);
}
.reason-list .reason-items .imgArea{
	margin-bottom: 1rem;
}
.reason-list .reason-items dl{
	display: flex;
	align-items: center;
}
.reason-list .reason-items dl dt{
	width: 5rem;
}
.reason-list .reason-items dl dd{
	width: calc(100% - 5rem);
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.125;
	padding-left: 1rem;
}
.reason-list .reason-items dl dd span{
	color: #004DAC;
}
@media only screen and (max-width: 767px) {
	.reason-guide .reason-grid{
		padding: 0.625rem 0 1.5rem 0;
	}
	.reason-guide .reason-grid::after{
		height: 23.75rem;
	}
	.reason-guide .inner-wrap{
		z-index: 2;
	}
	.reason-guide .guide-ttl{
		margin-bottom: 1.125rem;
	}
	.reason-guide .guide-ttl h2{
		font-size: 1.5rem;
	}
	.reason-guide .guide-ttl h2 span{
		font-size: 3rem;
		margin: 0 0.25rem;
		top: 0.375rem;
	}
	.reason-guide .reason-list{
		column-gap: 0;
		row-gap: 2rem;
	}
	.reason-list .reason-items{
		width: 100%;
	}
	.reason-list .reason-items dl dt{
		width: 4rem;
	}
	.reason-list .reason-items dl dd{
		width: calc(100% - 4rem);
		font-size: 1.375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.reason-guide .reason-grid{
		padding: 0.875rem 0 3.5rem 0;
	}
	.reason-guide .reason-grid::after{
		height: 15.75rem;
	}
	.reason-guide .guide-ttl{
		margin-bottom: 1.125rem;
	}
	.reason-guide .guide-ttl h2{
		font-size: 2.125rem;
	}
	.reason-guide .guide-ttl h2 span{
		font-size: 4.5rem;
		margin: 0 0.25rem;
		top: 0.375rem;
	}
	.reason-guide .reason-list{
		column-gap: 1rem;
		row-gap: 2rem;
	}
	.reason-list .reason-items{
		width: calc(33.3333% - 0.685rem);
	}
	.reason-list .reason-items dl dt{
		width: 3.5rem;
	}
	.reason-list .reason-items dl dd{
		width: calc(100% - 3.5rem);
		font-size: 1.125rem;
		padding-left: 0.5rem;
	}
}
/*　　サポート　　*/
.support-guide .check-grid{
	background: #F5F5F5;
	padding: 3.5rem 0 6.375rem 0;
}
.check-grid .guide-ttl{
	margin-bottom: 1rem;
}
.check-grid .guide-ttl .caption{
	margin-bottom: 1rem;
}
.check-grid .guide-ttl h2 span{
	color: #FF6301;
}
.check-grid .box{
	width: 90%;
	max-width: 1000px;
	background: #FFFFFF;
	border: 0.3125rem solid #E3E3E3;
	border-radius: 1rem;
	padding: 2.1875rem 2.5rem;
    margin: 0 auto;
}
.check-grid .box .check-list{
	max-width: 77%;
}
.check-grid .check-list li{
	position: relative;
	font-size: 1.375rem;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 4.625rem;
	padding-bottom: 1rem;
	border-bottom: 1px dashed #E3E3E3;
}
.check-grid .check-list li + li{
	padding-top: 1rem;
}
.check-grid .check-list li::before{
	background: url(../img/icon/check.svg) center no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	width: 1.625rem;
	height: 1.625rem;
	top: 0.375rem;
	left: 1.4375rem;
}
.check-grid .check-list li + li::before{
	top: 1.25rem;
}
.check-grid .box .imgArea{
	width: 18%;
}
@media only screen and (max-width: 767px) {
	.support-guide .check-grid{
		padding: 2.5rem 0 4rem 0;
	}
	.check-grid .guide-ttl{
		margin-bottom: 1rem;
	}
	.check-grid .guide-ttl .caption{
		margin-bottom: 1rem;
	}
	.check-grid .box{
		width: calc(100% - 0.5rem);
		border: 0.25rem solid #E3E3E3;
		padding: 2rem 1rem 1rem 1rem;
	}
	.check-grid .box .check-list{
		max-width: 100%;
		margin-bottom: 1.5rem;
	}
	.check-grid .check-list li{
		font-size: 1rem;
		padding-left: 2.625rem;
		padding-bottom: 0.625rem;
	}
	.check-grid .check-list li + li{
		padding-top: 0.625rem;
	}
	.check-grid .check-list li::before{
		width: 1.25rem;
		height: 1.25rem;
		top: 0.125rem;
		left: 0.5rem;
	}
	.check-grid .check-list li + li::before{
		top: 1rem;
	}
	.check-grid .box .imgArea{
		width: 30%;
		margin-left: auto;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.support-guide .check-grid{
		padding: 3.5rem 0 4.375rem 0;
	}
	.check-grid .guide-ttl .caption{
		margin-bottom: 0.625rem;
	}
	.check-grid .box{
		width: 96%;
		padding: 1.5rem;
	}
	.check-grid .box .check-list{
		max-width: 80%;
	}
	.check-grid .check-list li{
		font-size: 1.125rem;
		padding-left: 2.625rem;
	}
	.check-grid .check-list li::before{
		width: 1.5rem;
		height: 1.5rem;
		left: 0.5rem;
	}
	.check-grid .check-list li + li::before{
		top: 1.25rem;
	}
}
.support-guide .important-grid{
	padding-bottom: 3.5rem;
}
.support-guide .important-grid .bubble-blue{
	top: -2.25rem;
}
.support-guide .important-grid .box{
	position: relative;
	max-width: 1000px;
	background: #F2F2F2;
	border-radius: 0.5rem;
	padding: 2.5rem 3rem;
    margin: 0 auto;
}
.support-guide .important-grid .box::after{
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../img/people.png) center center no-repeat;
	background-size: cover;
	width: 29.625rem;
	height: 25.25rem;
	bottom: -3.5rem;
	right: -6.25rem;
}
.important-grid .list li{
	position: relative;
	font-size: 1.5625rem;
	font-weight: 700;
	line-height: 1.35;
	padding-left: 2.5rem;
}
.important-grid .list li span{
	color: #004DAC;
}
.important-grid .list li + li{
	margin-top: 1.5rem;
}
.important-grid .list li::before{
	content: '●';
	position: absolute;
	color: #004DAC;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.45;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
	.support-guide .important-grid{
		padding-bottom: 2rem;
	}
	.support-guide .important-grid .bubble-blue{
		top: -1.5rem;
	}
	.support-guide .important-grid .box{
		border-radius: 0.5rem;
		padding: 2rem 1.125rem 11rem 1.125rem;
	}
	.support-guide .important-grid .box::after{
		width: 14.625rem;
		height: 12.25rem;
		bottom: -2rem;
		right: -1.25rem;
	}
	.important-grid .list li{
		font-size: 1rem;
		padding-left: 1.375rem;
	}
	.important-grid .list li + li{
		margin-top: 0.625rem;
	}
	.important-grid .list li::before{
		font-size: 0.625rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.support-guide .important-grid{
		padding-bottom: 2.5rem;
	}
	.support-guide .important-grid .bubble-blue{
		top: -2rem;
	}
	.support-guide .important-grid .box{
		padding: 2rem 2rem;
	}
	.support-guide .important-grid .box::after{
		width: 22.625rem;
		height: 19.25rem;
		bottom: -2.5rem;
		right: -2.25rem;
	}
	.important-grid .list li{
		font-size: 1.25rem;
		padding-left: 2rem;
	}
	.important-grid .list li + li{
		margin-top: 1.25rem;
	}
	.important-grid .list li::before{
		font-size: 0.75rem;
	}
}
/*　　よくあるご質問　　*/
.faq-guide .box{
	background: #FFFFFF;
	max-width: 1280px;
	margin: 0 auto;
	padding: 3rem 2rem 0 2rem;
}
.faq-guide .faq-list{
	max-width: 1080px;
	margin: 0 auto;
}
.faq-list .faq-items:not(:last-child){
	margin-bottom: 1rem;
}
.faq-list .faq-items .dl_table{
	width: 100%;
	display: table;
}
.faq-list .faq-items .dl_table dt,
.faq-list .faq-items .dl_table dd{
	display: table-cell;
	vertical-align: middle;
}
.faq-list .faq-items .question{
	position: relative;
	background: #F8F8F8;
	border: 1px solid #AEBFD3;
	cursor: pointer;
	padding: 1.5rem 2rem 1.5rem 1.5rem;
}
.faq-list .faq-items .question:after{
	content: "";
	position: absolute;
	right: 1.25rem;
	top: 50%;
	margin-top: -0.3125rem;
	width: 0;
	height: 0;
	border-left: 0.375rem solid transparent;
	border-right: 0.375rem solid transparent;
	border-top: 0.625rem solid #004DAC;
}
.faq-list .faq-items .question.open:after{
	transform: rotate(180deg);
}
.faq-list .faq-items .question dt{
	background: #004395;
	font-family: "Montserrat", sans-serif;
	width: 2rem;
	height: 2rem;
	color: #FFFFFF;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.125;
	text-align: center;
}
.faq-list .faq-items .question dd{
	width: calc(100% - 2rem);
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.125;
	padding: 0 1.5rem;
	vertical-align: middle;
}
.faq-list .faq-items .answer{
	display: none;
	padding: 1.5rem 0 2rem 2.5rem;
}
.faq-list .faq-items .answer .icon{
	width: 5.1875rem;
}
.faq-list .faq-items .answer .bubble{
	position: relative;
	width: calc(100% - 7.3125rem);
	display: block;
	background: #FFEEC9;
	margin-right: 2.125rem;
	padding: 1rem;
}
.faq-list .faq-items .answer .bubble::before{
	content: "";
	position: absolute;
	top: 2rem;
	right: -0.875rem;
	border-style: solid;
	border-width: 0.375rem 0 0.375rem 0.875rem;
	border-color: transparent transparent transparent #FFEEC9;
}
.faq-list .faq-items .answer .bubble p{
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.45;
}
.faq-guide .bottom-grid .contentArea{
	padding: 5rem 0 2.5rem 0;
}
@media only screen and (max-width: 767px) {
	.faq-guide .box{
		padding: 2.5rem 0 0 0;
	}
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 0.5rem;
	}
	.faq-list .faq-items .question{
		padding: 0.875rem 1.5rem 0.875rem 0.875rem;
	}
	.faq-list .faq-items .question:after{
		right: 0.875rem;
	}
	.faq-list .faq-items .question dt{
		width: 1.5rem;
		height: 1.5rem;
		font-size: 1rem;
	}
	.faq-list .faq-items .question dd{
		width: calc(100% - 1.5rem);
		font-size: 1rem;
		padding: 0 0.875rem;
	}
	.faq-list .faq-items .answer{
		padding: 1.25rem 1rem 1.5rem 1rem;
	}
	.faq-list .faq-items .answer .icon{
		width: 2.625rem;
	}
	.faq-list .faq-items .answer .bubble{
		width: calc(100% - 3.625rem);
		margin-right: 1.125rem;
	}
	.faq-guide .bottom-grid .contentArea{
		padding: 3rem 0 10rem 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.faq-list .faq-items:not(:last-child){
		margin-bottom: 1rem;
	}
	.faq-list .faq-items .question{
		padding: 1.125rem 2rem 1rem 1.125rem;
	}
	.faq-list .faq-items .question dd{
		padding: 0 1rem;
	}
	.faq-list .faq-items .answer{
		padding: 1.25rem 0 1rem 1rem;
	}
	.faq-list .faq-items .answer .icon{
		width: 4.5rem;
	}
	.faq-list .faq-items .answer .bubble{
		width: calc(100% - 6rem);
		margin-right: 1.5rem;
	}
	.faq-guide .bottom-grid{
		margin: 0 -2rem;
	}
	.faq-guide .bottom-grid .contentArea{
		padding: 4rem 0 2.5rem 0;
	}
	.faq-guide .bottom-grid .contentArea .p-text{
		padding: 0 8rem;
	}
}
/*　　お客様の声　　*/
.voice-guide .voice-grid{
	padding: 3.5rem 0 4.5rem 0;
}
.voice-guide .guide-ttl{
	margin-bottom: 1.5rem;
}
.voice-list .voice-items{
	background: #FFF9EB;
	border: 3px solid #FF6301;
	border-radius: 1.25rem;
	padding: 2.5rem;
}
.voice-list .voice-items:not(:last-child){
	margin-bottom: 1rem;
}
.voice-list .voice-items .iconArea{
	width: 6.875rem;
}
.voice-list .voice-items .iconArea .icon{
	background: #ffffff;
	border-radius: 100%;
}
.voice-list .voice-items .iconArea .icon img{
	width: 6.875rem;
}
.voice-list .voice-items .iconArea .name{
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	margin-top: 0.5rem;
}
.voice-list .voice-items .contentArea{
	width: calc(100% - 6.875rem);
	padding-left: 2.3125rem;
}
.voice-list .voice-items .contentArea .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.voice-guide .voice-grid{
		padding: 2.5rem 0 2.5rem 0;
	}
	.voice-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.voice-list .voice-items{
		border: 2px solid #FF6301;
		border-radius: 0.625rem;
		padding: 1rem;
	}
	.voice-list .voice-items:not(:last-child){
		margin-bottom: 0.625rem;
	}
	.voice-list .voice-items .iconArea{
		width: 4.5rem;
	}
	.voice-list .voice-items .iconArea .icon img{
		width: 4.5rem;
	}
	.voice-list .voice-items .iconArea .name{
		font-size: 0.75rem;
		margin-top: 0.5rem;
	}
	.voice-list .voice-items .contentArea{
		width: calc(100% - 4.5rem);
		padding-left: 1.25rem;
	}
	.voice-list .voice-items .contentArea .p-text{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.voice-guide .voice-grid{
		padding: 3.5rem 0 3.5rem 0;
	}
	.voice-list .voice-items{
		padding: 2rem;
	}
	.voice-list .voice-items .iconArea .icon img{
		width: 6.875rem;
	}
	.voice-list .voice-items .contentArea{
		padding-left: 2rem;
	}
}
/*　　解決までの流れ　　*/
.flow-guide{
	padding: 4rem 0 4.5rem 0;
}
.flow-guide .inner{
	max-width: 1000px;
}
.flow-list .flow-items{
	position: relative;
	background: #FFFFFF;
	align-items: center;
	padding: 1.5rem 1.5rem 1.5rem 2rem;
}
.flow-list .flow-items::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 1.5rem solid transparent;
	border-left: 1.5rem solid #FF6301;
}
.flow-list .flow-items:not(:last-child){
	margin-bottom: 2.5rem;
}
.flow-list .flow-items:not(:last-child):after{
	content: "";
	position: absolute;
	left: calc(50% - 1.125rem);
	bottom: -1.5rem;
	width: 0;
	height: 0;
	border-left: 1.125rem solid transparent;
	border-right: 1.125rem solid transparent;
	border-top: 1.5rem solid #FF6301;
}
.flow-list .flow-items .imgArea{
	width: 32%;
}
.flow-list .flow-items .contentArea{
	width: 68%;
	padding-right: 2.5rem;
}
.flow-list .flow-items .contentArea .no{
	font-family: "Shippori Mincho", serif;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.35;
	margin-bottom: 0.75rem;
}
.flow-list .flow-items .contentArea h3{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.35;
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
}
.flow-list .flow-items .contentArea .p-text{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.flow-guide{
		padding: 3rem 0 2.5rem 0;
	}
	.flow-list .flow-items{
		padding: 1rem 0.75rem 0.75rem 0.75rem;
	}
	.flow-list .flow-items::before{
		border-bottom: 0.75rem solid transparent;
		border-left: 0.75rem solid #FF6301;
	}
	.flow-list .flow-items:not(:last-child){
		margin-bottom: 1.5rem;
	}
	.flow-list .flow-items:not(:last-child):after{
		left: calc(50% - 0.75rem);
		bottom: -0.875rem;
		border-left: 0.75rem solid transparent;
		border-right: 0.75rem solid transparent;
		border-top: 0.875rem solid #FF6301;
	}
	.flow-list .flow-items .imgArea{
		width: 100%;
	}
	.flow-list .flow-items .contentArea{
		width: 100%;
		padding-right: 0;
		margin-bottom: 0.75rem;
	}
	.flow-list .flow-items .contentArea .no{
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
	}
	.flow-list .flow-items .contentArea h3{
		font-size: 1.0625rem;
		padding-bottom: 0.75rem;
		margin-bottom: 0.75rem;
	}
	.flow-list .flow-items .contentArea .p-text{
		font-size: 0.9375rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.flow-guide{
		padding: 4rem 0 3.5rem 0;
	}
	.flow-list .flow-items{
		padding: 1.5rem 1.25rem 1.5rem 1.5rem;
	}
	.flow-list .flow-items::before{
		border-bottom: 1.25rem solid transparent;
		border-left: 1.25rem solid #FF6301;
	}
	.flow-list .flow-items:not(:last-child){
		margin-bottom: 2rem;
	}
	.flow-list .flow-items:not(:last-child):after{
		left: calc(50% - 0.75rem);
		bottom: -1.125rem;
		border-left: 0.75rem solid transparent;
		border-right: 0.75rem solid transparent;
		border-top: 1.125rem solid #FF6301;
	}
	.flow-list .flow-items .contentArea{
		padding-right: 1rem;
	}
	.flow-list .flow-items .contentArea .no{
		font-size: 1.5rem;
		margin-bottom: 0.5rem;
	}
	.flow-list .flow-items .contentArea h3{
		font-size: 1.375rem;
	}
}
/*　　費用の目安　　*/
.cost-guide{
	padding: 3.5rem 0 0 0;
}
.cost-guide .cost-box{
	margin-bottom: 3.5rem;
}
.cost-guide .cost-box h3{
	background: #004DAC;
	color: #FFFFFF;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	padding: 0.8125rem;
}
.cost-guide .cost-box .contentArea{
	border-left: 3px solid #D6D6D6;
	border-right: 3px solid #D6D6D6;
	border-bottom: 3px solid #D6D6D6;
	padding: 4.5rem 3rem;
}
.cost-guide .cost-box dl{
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.cost-guide .cost-box dl dt{
	background: #FF6301;
	font-family: "Noto Serif JP", serif;
	color: #FFFFFF;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.35;
	padding: 0.5rem 1.875rem;
}
.cost-guide .cost-box dl dd{
	font-family: "Noto Serif JP", serif;
	color: #004DAC;
	font-size: 3.75rem;
	font-weight: 700;
	line-height: 1.35;
	margin-left: 1.625rem;
}
.cost-guide .bottom-grid .contentArea .caption{
	color: #004DAC;
	margin-bottom: 0.5rem;
}
.cost-guide .bottom-grid .contentArea .p-text{
	color: #004DAC;
	font-size: 1.6875rem;
	line-height: 1.35;
	margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
	.cost-guide{
		padding: 1.5rem 0 0 0;
	}
	.cost-guide .cost-box{
		margin-bottom: 1.5rem;
	}
	.cost-guide .cost-box h3{
		font-size: 1.125rem;
		padding: 0.5rem;
	}
	.cost-guide .cost-box .contentArea{
		border-left: 2px solid #D6D6D6;
		border-right: 2px solid #D6D6D6;
		border-bottom: 2px solid #D6D6D6;
		padding: 2rem 0.75rem;
	}
	.cost-guide .cost-box dl dt{
		font-size: 1.375rem;
		padding: 0.375rem 0.5rem;
	}
	.cost-guide .cost-box dl dd{
		font-size: 1.5rem;
		margin-left: 0.875rem;
	}
	.cost-guide .bottom-grid .contentArea .caption{
		margin-bottom: 0.5rem;
	}
	.cost-guide .bottom-grid .contentArea .p-text{
		font-size: 0.9375rem;
		margin-top: 0.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.cost-guide{
		padding: 3.5rem 0 0 0;
	}
	.cost-guide .cost-box{
		margin-bottom: 2rem;
	}
	.cost-guide .cost-box h3{
		font-size: 1.375rem;
		padding: 0.625rem;
	}
	.cost-guide .cost-box .contentArea{
		padding: 2.5rem 1.5rem;
	}
	.cost-guide .cost-box dl dt{
		font-size: 2.5rem;
		padding: 0.5rem 1.5rem;
	}
	.cost-guide .cost-box dl dd{
		font-size: 2.5rem;
		margin-left: 1.5rem;
	}
	.cost-guide .bottom-grid{
		margin: 0 -2rem;
	}
	.cost-guide .bottom-grid .contentArea .p-text{
		font-size: 1.375rem;
	}
}
/*　　会社概要　　*/
.company-guide{
	padding: 4rem 0 5rem 0;
}
.company-guide .inner{
	max-width: 800px;
}
.company-guide .guide-ttl{
	margin-bottom: 1.5rem;
}
.company-guide .guide-ttl h2{
	font-size: 2.5rem;
	margin-top: 0;
}
.company-guide .company-tbl table th,
.company-guide .company-tbl table td{
	vertical-align: middle;
	border-bottom: 1px solid #CECECE;
	padding: 1.875rem 0;
}
.company-guide .company-tbl table tr:first-child th,
.company-guide .company-tbl table tr:first-child td{
	border-top: 1px solid #CECECE;
}
.company-guide .company-tbl table th{
	width: 14.375rem;
	color: #1A1A1A;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: 0.06em;
}
.company-guide .company-tbl table td{
	color: #333333;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.65;
	letter-spacing: 0.06em;
}
@media only screen and (max-width: 767px) {
	.company-guide{
		padding: 3rem 0 3rem 0;
	}
	.company-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.company-guide .guide-ttl h2{
		font-size: 1.5rem;
	}
	.company-guide .company-tbl table th,
	.company-guide .company-tbl table td{
		padding: 1.25rem 0;
	}
	.company-guide .company-tbl table th{
		width: 6.5rem;
		font-size: 0.9375rem;
	}
	.company-guide .company-tbl table td{
		font-size: 0.875rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.company-guide{
		padding: 4rem 0 4rem 0;
	}
	.company-guide .guide-ttl h2{
		font-size: 2rem;
	}
	.company-guide .company-tbl table th,
	.company-guide .company-tbl table td{
		padding: 1rem 0;
	}
	.company-guide .company-tbl table th{
		width: 9.375rem;
	}
}
/*　　ご相談　　*/
.contact-guide{
	position: relative;
	background: url(../img/contact_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 4rem 0 3rem 0;
}
.contact-guide::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1.3125rem;
	border: 1.3125rem solid transparent;
	border-top: 1.5625rem solid #FFFFFF;
}
.contact-guide .tel-box h3{
	font-family: "Noto Serif JP", serif;
	color: #FFFFFF;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}
.contact-guide .tel-box .tel-items{
	display: flex;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.contact-guide .tel-box .tel-items dt{
	width: 4.25rem;
}
.contact-guide .tel-box .tel-items dt img{
	margin-top: -0.5rem;
}
.contact-guide .tel-box .tel-items dd{
	margin-left: 0.5rem;
}
.contact-guide .tel-box .tel-items dd a{
	font-family: "Poppins", sans-serif;
	color: #FFFFFF;
	font-size: 3.875rem;
	font-weight: 700;
	line-height: 1.25;
}
.contact-guide .tel-box p{
	color: #FFFFFF;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
}
.contact-guide .contact-box{
	background: #FFFFFF;
	box-shadow: 0 3px 6px rgb(0, 0, 0, 0.16);
	margin-top: 2.125rem;
	padding: 2rem 2rem 3.5rem 2rem;
}
.contact-guide .contact-box h3{
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 1rem;
}
.contact-guide .contact-box .contact-btn{
	max-width: 952px;
	margin: 0 auto;
	column-gap: 2.5rem;
}
.contact-guide .contact-box .contact-btn li{
	width: calc(50% - 1.25rem);
	border-radius: 0.25rem;
}
.contact-guide .contact-box .contact-btn li.contact{
	background: #FF9300;
	background: linear-gradient(180deg,rgba(255, 147, 0, 1) 0%, rgba(255, 59, 0, 1) 100%);
}
.contact-guide .contact-box .contact-btn li.line{
	background: #38D000;
	background: linear-gradient(180deg,rgba(56, 208, 0, 1) 0%, rgba(22, 114, 0, 1) 100%);
}
.contact-guide .contact-box .contact-btn li a{
	position: relative;
	display: flex;
	align-items: center;
	color: #FFFFFF;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.45;
	padding: 0.875rem;
}
.contact-guide .contact-box .contact-btn li a .icon{
	display: inline-block;
	width: 3.75rem;
	margin-right: 1.5rem;
}
.contact-guide .contact-box .contact-btn li a::after{
	content: '';
	position: absolute;
	background: url(../img/icon/arrow_w.svg) top center;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
	top: 0;
	bottom: 0;
	right: 1.375rem;
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.contact-guide{
		padding: 2.375rem 0 1.75rem 0;
	}
	.contact-guide::before {
		margin-left: -0.875rem;
		border: 0.875rem solid transparent;
		border-top: 1.25rem solid #FFFFFF;
	}
	.contact-guide .tel-box h3{
		font-size: 1.1875rem;
		line-height: 1.35;
		margin-bottom: 1rem;
	}
	.contact-guide .tel-box .tel-items{
		display: block;
		width: 100%;
		max-width: 19.875rem;
		margin: 0 auto;
	}
	.contact-guide .tel-box .tel-items a{
		position: relative;
		background: #ffffff;
		display: flex;
		align-items: center;
		border-radius: 0.125rem;
		padding: 1rem 0.875rem;
	}
	.contact-guide .tel-box .tel-items a::after{
		content: '';
		position: absolute;
		background: url(../img/icon/arrow_b.svg) top center;
		background-size: cover;
		width: 1rem;
		height: 1rem;
		top: 0;
		bottom: 0;
		right: 1rem;
		margin: auto;
	}
	.contact-guide .tel-box .tel-items dt{
		width: 2.5rem;
	}
	.contact-guide .tel-box .tel-items dt img{
		margin-top: 0;
	}
	.contact-guide .tel-box .tel-items dd{
		margin-left: 0.875rem;
	}
	.contact-guide .tel-box .tel-items dd .ttl{
		color: #000000;
		font-size: 1.125rem;
		text-align: left;
	}
	.contact-guide .tel-box .tel-items dd .hours{
		color: #000000;
		font-size: 0.75rem;
		text-align: left;
	}
	.contact-guide .contact-box{
		margin-top: 2.125rem;
		padding: 1.5rem 2rem;
		margin: 1.4375rem -1.5rem 0 -1.5rem;
	}
	.contact-guide .contact-box h3{
		font-size: 1.0625rem;
		margin-bottom: 1rem;
	}
	.contact-guide .contact-box .contact-btn{
		column-gap: 0;
		row-gap: 0.75rem;
	}
	.contact-guide .contact-box .contact-btn li{
		width: 100%;
	}
	.contact-guide .contact-box .contact-btn li a{
		font-size: 1.125rem;
		padding: 1rem 0.875rem;
	}
	.contact-guide .contact-box .contact-btn li a .icon{
		width: 2.5rem;
		margin-right: 0.75rem;
	}
	.contact-guide .contact-box .contact-btn li a::after{
		width: 1rem;
		height: 1rem;
		right: 1rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.contact-guide{
		padding: 3.5rem 0 3rem 0;
	}
	.contact-guide::before {
		margin-left: -1.125rem;
		border: 1.125rem solid transparent;
		border-top: 1.25rem solid #FFFFFF;
	}
	.contact-guide .tel-box h3{
		font-size: 1.5rem;
	}
	.contact-guide .tel-box .tel-items dt{
		width: 3rem;
	}
	.contact-guide .tel-box .tel-items dt img{
		margin-top: -0.5rem;
	}
	.contact-guide .tel-box .tel-items dd a{
		font-size: 3.5rem;
	}
	.contact-guide .contact-box{
		margin-top: 1.5rem;
		padding: 2rem 1.5rem 1.5rem 1.5rem;
	}
	.contact-guide .contact-box h3{
		font-size: 1.25rem;
	}
	.contact-guide .contact-box .contact-btn{
		column-gap: 0.625rem;
	}
	.contact-guide .contact-box .contact-btn li{
		width: calc(50% - 0.35rem);
	}
	.contact-guide .contact-box .contact-btn li a{
		font-size: 1.25rem;
		padding: 0.75rem;
	}
	.contact-guide .contact-box .contact-btn li a .icon{
		width: 2.75rem;
		margin-right: 0.625rem;
	}
	.contact-guide .contact-box .contact-btn li a::after{
		right: 1rem;
	}
}
/*　　お問い合わせフォーム　　*/
.form-guide{
	padding: 4.8125rem 0;
}
.form-guide .form-box{
	background: #ffffff;
	padding: 4rem 2.5rem;
}
.form-box table tr th,
.form-box table tr td{
	vertical-align: top;
}
.form-box table tr:not(:first-child) th,
.form-box table tr:not(:first-child) td{
	padding: 1rem 0;
}
.form-box table th{
	width: 16.875rem;
	color: #222222;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.55;
}
.form-box table th .ttl{
	padding: 0.875rem 0;
}
.form-box table th .ttl span{
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 1.25rem;
}
.form-box table th.required .ttl span{
	color: #F01200;
}
.form-box table th.any .ttl span{
	color: #BEBEBE;
}
.form-box table td{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.55;
	letter-spacing: 0.1em;
}
input[type="date"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
select{
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	border: none;
	background: #F7F7F7;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.35;
	padding: 0.9375rem 1.25rem;
}
textarea{
	height: 11.375rem;
}
.form-box label.radio,
.form-box label.checkbox {
	margin: 0;
	padding: 0 0 0 2rem;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.65;
	position: relative;
	display: inline-block;
	cursor: pointer
}
input[type='radio'],
input[type='checkbox']{
	width: 1.5rem;
	height: 1.5rem;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0
}
.form-box .acceptance{
	margin-top: 2rem;
}
.form-box .acceptance p{
	text-align: center;
}
.form-box .acceptance p label{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: 0.05em;
}
.form-box .submit_btn{
	text-align: center;
	margin-top: 2rem;
}
.form-box .submit_btn li{
	display: inline-block;
	width: 100%;
	max-width: 22.5rem;
}
.form-box .submit_btn input[type="submit"]{
	background: #004DAC;
	background: linear-gradient(180deg,rgba(0, 77, 172, 1) 0%, rgba(0, 42, 95, 1) 100%);
	width: 100%;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
	font-size: 1.4375rem;
	font-weight: 700;
	line-height: 1.45;
	text-align: center;
	cursor: pointer;
	border-radius: 0.25rem;
	padding: 1rem;
}
.formErrorContent{
	color: #ff0000;
	font-size: 0.875rem;
	line-height: 1.25;
	margin-top: 0.5rem;
}
.form-box .error{
	color: #ff1421;
	font-size: 0.875rem;
}
.form-box .privacy-box{
	background: #FFFFFF;
	border: 1px solid #D6D6D6;
	margin-top: 2.5rem;
}
.form-box .privacy-box .box{
	height: 13.9375rem;
	overflow-y: scroll;
	padding: 1.5rem;
}
.form-box .privacy-box h3{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}
.form-box .privacy-box h3.bt{
	margin-top: 4rem;
}
.form-box .privacy-box p{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.05em;
	margin-bottom: 1.5rem;
}
.form-box .privacy-box dl{
	margin-bottom: 1.5rem;
}
.form-box .privacy-box dl:last-child{
	margin-bottom: 0;
}
.form-box .privacy-box dl dt{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0.05em;
	margin-bottom: 0.5rem;
}
.form-box .privacy-box dl dd{
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
}
@media only screen and (max-width: 767px) {
	.form-guide{
		padding: 2.5rem 0 2.25rem 0;
	}
	.form-guide .guide-ttl{
		margin-bottom: 1rem;
	}
	.form-guide .form-box{
		padding: 2rem 1rem 2rem 1rem;
	}
	.form-box table tr th,
	.form-box table tr td{
		display: block;
	}
	.form-box table tr:not(:first-child) th{
		padding: 0;
	}
	.form-box table tr td,
	.form-box table tr:not(:first-child) td{
		padding: 0 0 1.25rem 0;
	}
	.form-box table th{
		width: 100%;
		font-size: 1rem;
	}
	.form-box table th .ttl{
		padding: 0 0 0.5rem 0;
	}
	.form-box table th .ttl span{
		font-size: 0.75rem;
		margin-left: 0.75rem;
	}
	.form-box table td{
		font-size: 0.875rem;
	}
	input[type="date"],
	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	textarea,
	select{
		font-size: 0.875rem;
		padding: 0.75rem;
	}
	textarea{
		height: 8.25rem;
	}
	.form-box label.radio,
	.form-box label.checkbox {
		margin: 0;
		padding: 0 0 0 1.875rem;
		font-size: 1.125rem;
	}
	input[type='radio'],
	input[type='checkbox']{
		width: 1.25rem;
		height: 1.25rem;
	}
	.form-box .acceptance{
		margin-top: 1.25rem;
	}
	.form-box .acceptance p label{
		font-size: 0.875rem;
		padding: 0 0 0 1.75rem;
	}
	.form-box .submit_btn{
		margin-top: 1.25rem;
	}
	.form-box .submit_btn li{
		max-width: 18rem;
	}
	.form-box .submit_btn input[type="submit"]{
		font-size: 1rem;
		padding: 0.875rem;
	}
	.formErrorContent{
		font-size: 0.75rem;
	}
	.form-box .error{
		font-size: 0.75rem;
	}
	.form-box .privacy-box{
		margin-top: 0.5rem;
	}
	.form-box .privacy-box .box{
		height: 7.9375rem;
		padding: 1rem 0.875rem;
	}
	.form-box .privacy-box h3{
		font-size: 1rem;
		margin-bottom: 1rem;
	}
	.form-box .privacy-box h3.bt{
		margin-top: 4rem;
	}
	.form-box .privacy-box p{
		font-size: 0.875rem;
		margin-bottom: 1rem;
	}
	.form-box .privacy-box dl{
		margin-bottom: 1rem;
	}
	.form-box .privacy-box dl dt{
		font-size: 0.875rem;
	}
	.form-box .privacy-box dl dd{
		font-size: 0.75rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.form-guide{
		padding: 3.8125rem 0;
	}
	.form-guide .form-box{
		padding: 3rem 2rem;
	}
	.form-box table th{
		width: 16.875rem;
	}
	.form-box table th .ttl{
		padding: 0.625rem 0;
	}
	.form-box table th .ttl span{
		margin-left: 0.625rem;
	}
	.form-box .submit_btn li{
		max-width: 18.5rem;
	}
	.form-box .submit_btn input[type="submit"]{
		font-size: 1.25rem;
	}
	.form-box .privacy-box{
		margin-top: 1.5rem;
	}
	.form-box .privacy-box h3{
		font-size: 1.125rem;
		margin-bottom: 0.875rem;
	}
	.form-box .privacy-box p{
		margin-bottom: 1.25rem;
	}
	.form-box .privacy-box dl{
		margin-bottom: 1.25rem;
	}
}
/*　　送信完了　　*/
.page-view{
	background: url(../img/contact_bg.jpg) center no-repeat;
	background-size: cover;
	text-align: center;
	padding: 5rem 0;
	margin-top: 8.25rem;
}
.page-view h1{
	color: #ffffff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.05em;
}
.thanks-guide{
	padding: 5rem 0;
}
.thanks-guide .box{
	background: #F5F5F5;
	padding: 2rem 1rem;
}
.thanks-guide .box p{
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2;
	text-align: center;
	margin-bottom: 1.5rem;
}
.thanks-guide .box p:last-child{
	margin-bottom: 0;
}
.thanks-guide .block_btn{
	margin-top: 5rem;
}
@media only screen and (max-width: 1200px) {
	.page-view{
		margin-top: 7.85rem;
	}
}
@media only screen and (max-width: 767px) {
	.page-view{
		padding: 3rem 0;
		margin-top: 3.75rem;
	}
	.page-view h1{
		font-size: 1.5rem;
	}
	.thanks-guide{
		padding: 3.25rem 0;
	}
	.thanks-guide .box{
		padding: 2rem 1.5rem;
	}
	.thanks-guide .box p{
		font-size: 1rem;
		text-align: left;
		margin-bottom: 1.25rem;
	}
	.thanks-guide .block_btn{
		margin-top: 2.5rem;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.page-view{
		padding: 4rem 0;
		margin-top: 5rem;
	}
	.page-view h1{
		font-size: 1.875rem;
	}
}
