@charset "utf-8";


.errorMesse {
	font-size: 12px;
	color: #F00;
}

/* !teaser
---------------------------------------------------------- */
.teaser {
	background: url(../img/bg_teaser.png) 0 center no-repeat;
	background-size: cover;
	padding: 180px 7.5% 130px;
	position: relative;
	background-position: center;
}

.teaser .decorate01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	margin-top: 50px;
}

.teaser .decorate01 img {
	width: 100%;
}

.teaser .decorate02 {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: 2;
}

.teaser .decorate02 img {
	width: 100%;
}

.teasercap {
	font-size: 22px;
	font-weight: 700;
	line-height: 2.6rem;
	color: #5a5a5a;
	letter-spacing: 0.3rem;
}

.teaserlogo {
	width: 65%;
	margin-bottom: 10px;
}

.teasertxt {
	font-size: 25px;
	line-height: 5rem;
	font-weight: 500;
	margin-top: -10px;
	margin-bottom: 50px;
}

.teasertxt span {
	display: block;
	font-size: 33px;
	letter-spacing: 0.2rem;
	margin-bottom: -10px;
}

.teaserdet {
	display: flex;
}

.teaserdet li+li {
	margin-left: 40px;
}

.teaserdet li {
	width: 360px;
	color: #fff;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 3rem;
	letter-spacing: 0.2rem;
	padding: 15px 0 30px;
	background: -moz-linear-gradient(top, #e66c8d, #96000c);
	background: -webkit-gradient(linear, top, from(#e66c8d), to(#96000c));
	background: -webkit-linear-gradient(top, #e66c8d, #96000c);
	background: -o-linear-gradient(top, #e66c8d, #96000c);
	background: -ms-linear-gradient(top, #e66c8d, #96000c);
	-pie-background: linear-gradient(top, #e66c8d, #96000c);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 6px 9px 16px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 6px 9px 16px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 6px 9px 16px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 6px 9px 16px rgba(0, 0, 0, 0.25);
	box-shadow: 6px 9px 16px rgba(0, 0, 0, 0.25);
}

.teaserdet li span {
	display: block;
	font-size: 28px;
}



@media screen and (max-width: 1080px) {}

@media screen and (max-width: 767px) {
	.teaser {
		background: url(../img/bg_teaser_s.png) right center no-repeat;
		background-size: cover;
		padding: 150px 20px 60px;
	}

	.teaser .decorate01 {
		margin-top: 65px;
	}

	.teaserlogo {
		width: 100%;
		margin-bottom: 20px;
	}

	.teasercap {
		font-size: 20px;
		line-height: 2rem;
		letter-spacing: 0.25rem;
	}

	.teaserlogo {
		text-align: center;
	}

	.teaserlogo img {
		max-width: 80%;
	}

	.teasertxt {
		text-align: center;
		line-height: 2rem;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.teasertxt span {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.teaserdet {
		display: block;
	}

	.teaserdet li+li {
		margin: 10px 20px 0;
	}

	.teaserdet li {
		width: auto;
		margin: 0 20px;
		font-size: 15px;
		line-height: 1.6rem;
		padding: 15px 0 20px;
	}

	.teaserdet li span {
		font-size: 23px;
	}
}



/* !trouble
---------------------------------------------------------- */
.trouble {
	padding: 110px 0;
}

.trouble .troublelist {
	overflow: hidden;
	margin: -30px 0 0 -25px;
}

.trouble .troublelist li {
	float: left;
	width: 50%;
	padding-left: 25px;
	margin-top: 30px;
}

.trouble .troubleimg {
	position: relative;
}

.trouble .troubleimg:before {
	position: absolute;
	content: "";
	background: rgba(0, 44, 103, 0.6);
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.trouble .troubleimg img {
	width: 100%;
}

.trouble .troubletxt {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 24px;
	width: 100%;
	font-weight: 500;
	z-index: 2;
}

.trouble .answer {
	margin-top: 25px;
	border: 1px #175bb7 solid;
	padding: 30px 15px 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}

.trouble .answer:before {
	position: absolute;
	content: "";
	left: 50%;
	top: -15px;
	transform: translateX(-50%);
	border-top: 20px solid #4d8ece;
	border-bottom: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	z-index: 2;
}

.trouble .answertit {
	text-align: center;
	background: url(../img/ico_trouble.png) center center no-repeat;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 70px;
}

.trouble .answercont {
	font-size: 16px;
	line-height: 2;
}

@media screen and (max-width: 767px) {
	.trouble {
		padding: 50px 0;
	}

	.trouble .troublelist {
		margin: 0;
	}

	.trouble .troublelist li {
		float: none;
		width: auto;
		padding-left: 0;
		margin-top: 0;
	}

	.trouble .troublelist li+li {
		margin-top: 20px;
	}
}



/* !free
---------------------------------------------------------- */
.free {
	background: url(../img/bg_free.jpg) center center no-repeat;
	background-size: cover;
	padding: 50px 0 40px;
}

.free .hdl {
	color: #fff;
}

.free .freein {
	background: rgba(255, 255, 255, 0.9);
	line-height: 2;
	padding: 35px 0 100px;
	color: #003a6c;
}

@media screen and (max-width: 767px) {
	.free {
		padding: 60px 0 40px;
	}

	.free .freein {
		padding: 20px 0 90px;
	}
}



/* !step
---------------------------------------------------------- */
.step {
	padding: 80px 0;
}

.stepimg {
	text-align: center;
}


/* !service
---------------------------------------------------------- */
.service {
	padding: 120px 0 60px;
}

.servicebox+.servicebox {
	margin-top: 20px;
}

.servicebox {
	padding: 60px 30px;
	border: 1px #175bb7 solid;
}

.servicein {
	display: flex;
	align-items: center;
}

.serviceimg {
	width: 53%;
	text-align: center;
	position: relative;
}

.serviceimg .servicetit {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	font-size: 28px;
	font-weight: 500;
	z-index: 2;
}

.servicecont {
	width: 47%;
	line-height: 2;
}

.servicecontimg {
	text-align: center;
}

.servicesama+.servicesama {
	margin-top: 30px;
}

.servicesama .samatit {
	background: #175bb7;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	padding: 5px;
	margin-bottom: 20px;
}

.servicebig {
	text-align: center;
	margin-top: 15px;
}

.servicetxt+.servicetxt {
	margin-top: 20px;
}

.servicedet {
	margin-top: 40px;
	background: #175bb7;
	text-align: center;
	font-size: 24px;
	line-height: 1.8;
	padding: 20px 15px;
	color: #fff;
}

.servicedet span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}


@media screen and (max-width: 767px) {
	.service {
		padding: 80px 0 40px;
	}

	.servicebox {
		padding: 30px 20px;
	}

	.servicein {
		display: block;
	}

	.serviceimg {
		width: auto;
	}

	.serviceimg .servicetit {
		font-size: 24px;
	}

	.servicecont {
		width: auto;
		margin-top: 40px;
	}

	.servicesama+.servicesama {
		margin-top: 20px;
	}

	.servicesama .samatit {
		font-size: 12px;
		margin-bottom: 10px;
	}

	.servicebig {
		margin-top: 20px;
	}

	.servicedet {
		font-size: 18px;
	}

	.servicedet span {
		font-size: 12px;
	}
}



/* !superiority
---------------------------------------------------------- */
.superiority {
	background: #e8f8ff;
	padding: 80px 0 40px;
}

.superiority .hdl {
	margin-bottom: 25px;
}

.supertit {
	overflow: hidden;
	margin: 0 0 0 -25px;
}

.supertit li {
	float: left;
	width: 50%;
	padding-left: 25px;
}

.supertit .superbox {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background: #175bb7;
	padding: 20px 10px;
}

.supertit .superbox span {
	display: block;
	font-size: 28px;
}

@media screen and (max-width: 767px) {
	.superiority {
		padding: 40px 0;
	}

	.supertit {
		margin: 0;
	}

	.supertit li {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.supertit li+li {
		margin-top: 10px;
	}
}

.superlist {
	overflow: hidden;
	margin: 20px 0 0 -25px;
}

.superlist li {
	float: left;
	width: 50%;
	padding-left: 25px;
	margin-top: 20px;
}

.superlist .superbox {
	border: 1px #175BB7 solid;
	padding: 25px 30px;
}

.superlist .superinner {
	display: flex;
	align-items: center;
}

.superlist .superbig {
	font-size: 15px;
	font-weight: 700;
}

.superlist .superico {
	flex-shrink: 0;
	width: 30%;
}

.superlist .supercont {
	padding-left: 15px;
	font-size: 14px;
}

.superlist .superdet {
	background: #175bb7;
	display: table;
	width: 100%;
}

.superlist .superdetin {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 1.8;
}


@media screen and (max-width: 767px) {

	.superlist {
		margin: 20px 0 0 0;
	}

	.superlist li {
		float: none;
		width: auto;
		padding-left: 0;
	}

	.superlist .superdet {
		display: block;
		padding: 25px 0;
		margin-top: 40px;
	}

	.superlist .superdetin {
		display: block;
		width: auto;
		height: auto;
		font-size: 18px;
		line-height: 2;
	}
}

.superarea {
	background: #fff;
	margin-top: 40px;
	padding: 30px 0;
	line-height: 2;
	color: #003a6c;
}

.superarea p {
	font-size: 1rem;
	line-height: 1.6rem;
	letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
	.superarea {
		font-size: 14px;
	}
}



/* !example
---------------------------------------------------------- */
.example {
	padding: 80px 0;
}

.examplebox+.examplebox {
	margin-top: 20px;
}

.examplebox {
	border: 1px #175bb7 solid;
	padding: 40px;
}

.examplein {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.exampleleft {
	width: 46%;
}

.exampleright {
	width: 50%;
}

.exampledet {
	font-size: 24px;
	line-height: 1.6;
	font-weight: 500;
}

.exampleimg {
	margin-top: 25px;
}

.examplecont {
	display: none;
}

.examplecont+.examplecont {
	margin-top: 20px;
}

.examplecont_+.examplecont_ {
	margin-top: 20px;
}

.exampletit {
	background: #175bb7;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 5px 10px;
	margin-bottom: 5px;
}

.exampletit_ {
	font-size: 17px;
	color: #175bb7;
	background: none;
	text-align: center;
	font-weight: 700;
	padding: 20px 0;
}

/* 削除 */
.examplecont table {
	width: 100%;
}

.examplecont table th, .examplecont table td {
	color: #003a6c;
	padding: 5px 0;
	vertical-align: top;
}

.examplecont table th {
	white-space: nowrap;
	width: 20%;
}

.examplecont table th.eigyoubi {
	white-space: nowrap;
	width: 28%;
}

.examplecont table td.dot_eigyoubi {
	width: 25px;
}

.examplecont table td.dot::after {
	content: "：";
}

.examplecont table td.dot_eigyoubi::after {
	content: "：";
}

.examplecont table th span {
	font-size: 12px;
}

/* 新規 */
.examplecont_ dt {
	font-size: 16px;
}

.examplecont_ dt+.examplecont_ dt {
	margin-top: 5px;
}

.examplecont_ dt:before {
	content: "■";
	font-size: 12px;
	margin-right: 2px;
}

.examplecont_ dd {
	font-size: 14px;
	margin-bottom: 10px;
	color: #003a6c;
}

/* 削除 */
.examplebtm {
	margin-top: 40px;
	background: #175bb7;
	padding: 40px 15px;
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	line-height: 1.7;
	text-align: center;
	display: none;
}


@media screen and (max-width: 767px) {
	.examplebox+.examplebox {
		margin-top: 15px;
	}

	.examplebox {
		padding: 40px 15px;
	}

	.examplein {
		display: block;
	}

	.exampleleft {
		width: auto;
		margin-bottom: 40px;
	}

	.exampleleft img {
		width: 100%;
	}

	.exampleright {
		width: auto;
	}

	.exampledet {
		font-size: 20px;
		line-height: 1.8;
	}

	.exampleimg {
		margin-top: 20px;
	}

	.examplecont table th, .examplecont table td {
		font-size: 14px;
	}

	.examplebtm {
		padding: 60px 15px;
		font-size: 18px;
	}
}



.thanks {
	padding-right: 0 !important;
}

.thanksbox {
	padding: 130px 15px 130px;
	text-align: center;
}

.thanksbox .thankstit {
	font-size: 38px;
	line-height: 50px;
	color: #175bb7;
	font-weight: bold;
	text-align: center;
}

.thanksbox .thankstxt {
	font-size: 17px;
	line-height: 30px;
	color: #000;
	text-align: center;
	font-weight: bold;
	margin: 50px 0;
}

.thanksbox .workbtn {
	width: 500px;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.thanksbox .workbtn {
		width: 100%;
	}
}

.link_btn {
	border-radius: 90px;
	font-size: 18px;
	padding: 10px 50px;
	line-height: 5rem;
	background: #fff;
}
/* 
.nav_area {
	padding-top: 10px;
}

@media screen and (max-width: 768px) {
	header .nav_area ul.sub_menu {
		margin: 0 10px 0px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		justify-content: flex-end;
		padding-bottom: 8px;
	}

	.clearfix:before, .clearfix:after {
		content: unset;
		display: table;
	}
}

@media screen and (min-width: 769px) {
	.page-id-56152 .headerin.base {
		padding: 10px 0;
	}
} */

/*--230117__追従フッターとハンバーガーメニュー位置変更に伴う追記--*/
@media screen and (max-width: 767px) {
	.teaser .decorate01 {
		margin-top: 0;
	}

	.teaser {
		padding: 60px 20px 60px;
	}
}

/*--230723__追記--*/
.taioukanouList {
	margin-top: 20px;
	background: #fff;
	border: 2px solid #185bb7;
	padding: 20px;
	font-weight: bold;
}

.servicebox .taioukanouList {
	background: #f8f8f8;
	border: none;
}

.taioukanouList p {
	margin-bottom: 20px !important;
}

.taioukanouList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.taioukanouList ul li {
	color: #333;
	width: 33%;
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
}

.taioukanouList ul li::before {
	content: "";
	display: inline-block;
	background: #185bb7;
	width: 6px;
	height: 6px;
	border-radius: 90px;
	margin-right: 5px;
	position: absolute;
	top: 10px;
	left: 0;
}

.teaser {
	position: relative;
}

.teaser::before {
	content: "";
	display: inline-block;
	width: 800px;
	height: 58px;
	background: url(../img/decorate_teaser01.png) right no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.teaser::after {
	content: "";
	display: inline-block;
	width: 800px;
	height: 68px;
	background: url(../img/decorate_teaser02.png) right no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

@media screen and (min-width: 768px) {
	.teaser {
		margin-top: 90px;
	}

	.inner {
		max-width: 1000px;
		padding: 0;
	}

	.teaserlogo {
		width: 360px;
	}

	.teaser {
		padding: 50px 20px 80px;
	}

	.teasertxt {
		margin-bottom: 0px;
	}

	.bluebtn-container {
		flex-wrap: nowrap;
		margin-top: 30px;
	}

	.bluebtn {
		flex-wrap: wrap;
		padding: 10px;
		text-align: center;
		height: auto;
		min-height: 130px;
	}

	.bluebtn__img {
		width: 100%;
		margin-right: 0px;
		min-height: 50px;
		display: flex;
		align-items: center;
	}

	.bluebtn__img img {
		display: block;
		width: 30px;
		margin: 0 auto;
	}

	.bluebtn__text {
		width: 100%;
		font-size: 14px;
		line-height: 1rem;
		font-weight: bold;
	}

	.bluebtn__text__s {
		font-size: 12px;
		text-align: center;
		line-height: 1rem;
		font-weight: normal;
	}


}

@media screen and (min-width: 1200px) {
	.teaser {
		padding: 50px 2% 80px;
	}

	.trouble {
		padding: 80px 2%;
	}

	.free .freein {
		padding: 50px 2% 50px;
		color: #003a6c;
	}

	.service {
		padding: 0px 2% 80px;
	}

	.superiority {
		padding: 80px 2% 80px;
	}

	.superarea {
		padding: 30px 2%;
	}

	.example {
		padding: 80px 2%;
	}
}

@media screen and (max-width: 1600px) {
	.bluebtn {
		min-height: 150px;
	}

}

@media screen and (max-width: 768px) {
	.teaser {
		padding: 60px 20px 80px;
	}

	.taioukanouList ul li {
		width: 100%;
	}

	.bluebtn {
		width: 48%;
		padding: 10px;
		min-height: 100px;
	}

	.bluebtn:last-child {
		width: 100%;
	}

	.bluebtn__text {
		width: 80%;
		font-size: 13px;
		font-weight: bold;
	}

	.bluebtn__text__s {
		font-size: 11px;
		line-height: 13px;
		font-weight: normal;
	}

	.bluebtn__img {
		margin-right: 10px;
		width: 35px;
	}

	.inner {
		padding: 0px;
	}


	.trouble {
		padding: 50px 20px;
	}

	.free .freein {
		padding: 50px 20px 50px;
		color: #003a6c;
	}

	.service {
		padding: 0px 20px 50px;
	}

	.superiority {
		padding: 50px 20px 50px;
	}

	.superarea {
		padding: 15px 20px;
	}

	.example {
		padding: 50px 20px;
	}
}

.qa .inner {
	padding: 0px 2%;
	padding-bottom: 80px;
}

.qa ul li a {
	color: #333;
}


.teaser {
	padding: 100px 2% 80px;
}


.tuiki_240615_aggregation p {
	margin-top: 50px !important;
}