@charset "utf-8";
/* ----------------------------------

-----------------------------------*/

input[name="consent_policy"]+label {
	color: #999;
}

#form * {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif !important;
}

.mktoForm .inq-form-text,
.mktoForm .inq-form-text2 {
	font-size: 13px;
	color: #000;
}

.mktoForm .inq-form-text {
	margin: 10px 0 0 0;
}

.mktoForm .inq-form-text2 {
	margin: 0 0 20px 0;
}

.mktoForm .inq-form-text3 {
	margin: 0 0 18px 0;
}

@media screen and (min-width: 768px) {

	.mktoForm .inq-form-text,
	.mktoForm .inq-form-text2 {
		font-size: 14px;
	}

	.mktoForm .inq-form-text {
		margin: 30px 0 0;
	}

	.mktoForm .inq-form-text2 {
		margin: 0 0 30px 0;
	}
}

@media screen and (min-width: 992px) {

	.mktoForm .inq-form-text,
	.mktoForm .inq-form-text2 {
		font-size: 14px;
	}
}

@media screen and (min-width: 1200px) {

	.mktoForm .inq-form-text,
	.mktoForm .inq-form-text2 {
		font-size: 14px;
	}
}

a#apply-pdf {
	color: #5278e3 !important;
}


/* ----------------------------------
common
-----------------------------------*/

.cv a,
header #h_nav a,
.kv_bg .cv_button a {
	opacity: 1.0;
	filter: alpha(opacity=100);
	transition: 0.2s linear;
}

.cv a:hover,
header #h_nav a:hover,
.kv_bg .cv_button a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.small {
	font-size: 11px;
}

@media screen and (min-width: 576px) {
	.small {
		font-size: 12px;
	}
}

@media screen and (min-width: 768px) {
	.small {
		font-size: 13px;
	}
}

/* ----------------------------------
レイアウト
-----------------------------------*/

.container {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (min-width: 768px) {
	.container {
		padding: 0 40px;
	}
}

@media screen and (min-width: 1080px) {
	.container {
		padding: 0;
	}
}

/* ----------------------------------
ヘッダー
-----------------------------------*/
header {
	margin: 0 auto;
	width: 100%;
	z-index: 100;
	transition: 0.2s linear;
}

header.scroll_fixed {
	background-color: #fff;
}

@media screen and (min-width: 768px) {
	header {
		/*position: fixed;*/
	}
}

header .header-inner {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	position: relative;
	width: 100%;
}

header h1 {
	display: block;
	text-align: center;
	margin: 15px;
	width: 25%;
	max-width: 296px;
	min-width: 140px;
}

@media screen and (max-width: 767px) {
	header #h_nav {
		position: fixed;
		bottom: 0;
		width: 100%;
		z-index: 9999;
	}

	header #h_nav nav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
		width: 100%;
	}

	header #h_nav nav>div {
		width: 50%;
	}

	header #h_nav nav a {
		display: block;
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 25px 10px;
		font-size: 13px;
		position: relative;
		font-weight: 700;
	}
}

@media screen and (min-width: 768px) {
	header h1 {
		margin: 10px;
	}

	header #h_nav nav {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	header #h_nav nav a {
		display: block;
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 25px 5%;
		font-size: 13px;
		position: relative;
		width: 160px;
	}

}

@media screen and (min-width: 1024px) {
	header #h_nav nav a {
		font-size: 16px;
		width: 220px;
	}
}

/* アイコン */
header #h_nav nav a::before,
header #h_nav nav a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}

header #h_nav nav a::before {
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

@media screen and (min-width: 1024px) {

	header #h_nav nav a::before,
	header #h_nav nav a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
		content: "";
		vertical-align: middle;
	}

	header #h_nav nav a::before {
		width: 10px;
		height: 10px;
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
}

/* ボタンの色 */
/*header #h_nav nav div:nth-child(1) a{
	background-color: #F74B69;
	background: linear-gradient(135deg, #F74B69 0%,#FBB718 100%);
}*/
header #h_nav nav div:nth-child(1) a {
	background-color: #0da4af;
	background: linear-gradient(135deg, #0da4af 0%, #15D19E 100%);
}

header #h_nav nav div:nth-child(2) a {
	background-color: #1080b5;
	background: linear-gradient(135deg, #2d59a4 0%, #4a97af 100%);
}


@media screen and (max-width: 767px) {
	header.sp_top #h_nav {
		bottom: inherit;
		width: 100%;
		transition: 0.3s linear;
		transform: translateY(-150px);
		opacity: 0;
		filter: alpha(opacity=0);
		position: absolute;
		z-index: -100;
	}

	header.sp_top #h_nav nav a {
		display: block;
		background-color: #333;
		color: #fff;
		text-align: center;
		padding: 25px 10px;
		font-size: 13px;
		position: relative;
		font-weight: 700;
		line-height: 1.4;
	}
}

/* logo表示分け */
img.pc_logo{
	display: none;
}
img.sp_logo{
	display: block;
}
@media screen and (min-width: 768px) {
	img.pc_logo{
		display: block;
	}
	img.sp_logo{
		display: none;
	}	
}

/* ----------------------------------
01：KV
-----------------------------------*/

#kv {
	background-color: #eee;
	background: #fdf3e4 url("../imgs/kv_bg02.png") repeat top left;
	background-size: auto;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

#kv img {
	margin: 20px auto 0;
}

@media (min-width: 768px) {
	body header {
		position: fixed;
		top: 82px;
		left: 0;
		display: block;
	}

	body header.scroll_fixed-hnav {
		top: 0;
	}

	#kv {
		padding-top: 77px;
	}

	#kv img {
		margin: 0 auto;
	}
}

/* ------------------------------------------------------------
02：イントロ #intro
------------------------------------------------------------- */

#intro {
	margin-top: 40px;
}

@media screen and (min-width: 768px) {
	#intro {
		margin-top: 60px;
	}
}

/* ------------------------------------------------------------
03：こんなことにお困りではありませんか？ #outline
------------------------------------------------------------- */

h3.common {
	border-bottom: 1px dotted #ccc;
	padding: 8px 10px 11px 14px;

}

h4.common {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
	color: #2d59a4;
	position: relative;
	padding-left: 18px;
}

h4.common::before {
	content: "";
	background: #fff;
	border: 4px solid #2d59a4;
	box-sizing: border-box;
	border-radius: 100%;
	width: 13px;
	height: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
}

h5.common {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

th.next {
	background-color: #ddebf7;
}

th.more {
	background-color: #e2efda;
}

#outline .outline-catch {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.4;
}

#outline .outline-catch span {
	position: relative;
	display: inline-block;
}

#outline .outline-catch span::before {
	content: "＼";
	position: absolute;
	left: -25px;
	bottom: 0;
	transform: rotate(15deg);
}

#outline .outline-catch span::after {
	content: "／";
	position: absolute;
	right: -25px;
	bottom: 0;
	transform: rotate(-15deg);
}


@media screen and (min-width: 576px) {
	#outline .outline-catch {
		font-size: 20px;
	}

	#outline .outline-catch span::before {
		left: -30px;
	}

	#outline .outline-catch span::after {
		right: -30px;
	}
}


@media screen and (min-width: 768px) {
	#outline .outline-catch {
		font-size: 36px;
		margin-bottom: 40px;
	}

	#outline .outline-catch span::before {
		left: -60px;
	}

	#outline .outline-catch span::after {
		right: -60px;
	}
}

#outline .outline-item {
	margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
	#outline .outline-block {
		display: flex;
		justify-content: space-between;
	}

	#outline .outline-item {
		width: 31%;
		margin-bottom: 0;
	}
}

#outline .outline-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 7px;
	line-height: 1.5;
	color: #2890d7;
}

#outline .outline-item p {
	font-size: 13px;
	margin-bottom: 0;
}


#outline .outline-image {
	margin-bottom: 10px;
	text-align: center;
}

#outline .outline-item img {
	width: 50%;
	margin: 0 auto;
	border-radius: 100%;
	max-width: 221px;
}

@media screen and (min-width: 768px) {
	#outline .outline-item img {
		width: 100%;
	}

	#outline .outline-image {
		margin-bottom: 20px;
	}

	#outline .outline-title {
		font-size: 18px;
	}

	#outline .outline-item p {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------
04：サービス開始までの流れ #flow
------------------------------------------------------------- */

table.default {
	width: 100%;
	border: 0;
	margin: 10px auto 30px auto;
	border-spacing: 0;
	border-collapse: collapse;
}

table.default td,
table.default th {
	border: 1px solid #ccc;
	padding: 8px;
	font-size: 12px;
	line-height: 1.6;
	font-weight: normal;
	vertical-align: middle;
}

table.default th {
	text-align: center;
	background-color: #e5f1f7;
	background-color: #777;
	background-color: #6ea8c7;
	color: #fff;
}

table.default.v-top td,
table.default.v-top th {
	vertical-align: top;
}

@media screen and (min-width: 576px) {

	table.default td,
	table.default th {
		padding: 12px;
		font-size: 13px;
	}
}

@media screen and (min-width: 768px) {

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

@media screen and (min-width: 992px) {

	table.default td,
	table.default th {
		padding: 16px;
		font-size: 15px;
	}
}

@media screen and (min-width: 992px) {
	table.default.half {
		width: 50%;
		margin-left: 0;
	}
}

.bg01 {
	background-color: rgb(255 253 246) !important;
	background-color: rgb(249 249 249) !important;
	background-color: #e9f5fb !important;
}

span.new {
	color: #f14648;
}


/* ------------------------------------------------------------
05：契約コースのご紹介 #service
------------------------------------------------------------- */

ul.course-item {
	margin-bottom: 20px;
}

ul.course-item li {
	font-size: 14px;
	padding: 14px 14px 14px 29px;
	border-radius: 5px;
	background-color: #e3f1f7;
	margin-bottom: 10px;
	color: #403618;
	font-weight: bold;
	position: relative;
}

ul.course-item li span {
	color: #fca41d;
}

ul.course-item li::before,
ul.course-item li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

ul.course-item li::before {
	left: 12px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #5765cd;
	border-right: 2px solid #5765cd;
	transform: rotate(45deg);
}

@media screen and (min-width: 576px) {
	ul.course-item li {
		font-size: 18px;
		padding: 20px 24px 20px 39px;
		margin-bottom: 15px;
	}

	ul.course-item li::before {
		left: 20px;
	}
}


/* ------------------------------------------------------------
06：料金表 #price
------------------------------------------------------------- */

/* ------------------------------------------------------------
07：資料請求･サービスお申込みの注意事項 #explanation
------------------------------------------------------------- */

#explanation {
	padding-top: 40px;
	/*ページ内リンク時のヘッダー確保*/
}

#explanation .container {
	padding-top: 40px;
	margin-top: -40px;
}

@media screen and (min-width: 768px) {
	#explanation {
		padding-top: 100px;
		/*ページ内リンク時のヘッダー確保*/
	}

	#explanation .container {
		padding-top: 100px;
		margin-top: -100px;
	}
}

#explanation h2 {
	background-color: #515D98;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 40px 10px;
	margin-bottom: 30px;
	/*margin-top: 60px;*/
}

#explanation h3,
h3.common {
	border-left: 4px solid #515D98;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	padding: 5px 0 5px 10px;
	font-weight: 700;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	#explanation h2 {
		font-size: 30px;
		padding: 46px 10px 46px 10px;
		margin-bottom: 40px;
		/*margin-top: 80px;*/
	}

	#explanation h3,
	h3.common {
		font-size: 17px;
		padding: 9px 10px 12px 16px;
		margin-bottom: 25px;
	}
}

h3.common.special {
	border-left-color: rgb(249, 138, 138);
	color: rgb(249, 138, 138);
}

/* 訪問介護事業所様へのアイコン */
#explanation h2 .icon-target {
	background-color: rgb(255, 243, 146);
	padding: 7px 20px;
	font-size: 16px;
	color: #5e3d20;
	display: inline-block;
	margin-bottom: 15px;
	border-radius: 2px;
}

#explanation .about-honobono-block {
	border: 3px solid #F2F2F2;
	padding: 15px;
}

@media screen and (min-width: 576px) {
	#explanation .about-honobono-block {
		padding: 25px;
	}
}

@media screen and (min-width: 768px) {
	#explanation .about-honobono-block {
		border: 5px solid #F2F2F2;
		padding: 4%;
	}
}

#explanation .about-honobono-block strong {
	font-weight: normal;
}

#explanation .about-honobono-block strong.next-color {
	color: #3c73cd;
}

#explanation .about-honobono-block strong.more-color {
	color: #60b546;
}

#explanation .about-honobono-block p {
	font-size: 13px;
	margin: 0;
}

#explanation .about-honobono-block h4 {
	font-size: 13px;
	margin-bottom: 7px;
	font-weight: bold;
}

#explanation .about-honobono-block h4 img {
	width: auto;
	height: 24px;
	margin: 5px 0 0 0;
}

#explanation .about-honobono-block p+p {
	margin-top: 5px;
}

#explanation .about-honobono-block hr {
	margin: 20px 0;
}

@media screen and (min-width: 576px) {
	#explanation .about-honobono-block h4 img {
		margin: 0 0 0 10px;
	}
}

@media screen and (min-width: 768px) {
	#explanation .about-honobono-block p {
		font-size: 14px;
	}

	#explanation .about-honobono-block h4 {
		font-size: 14px;
		margin-bottom: 7px;
	}

	#explanation .about-honobono-block h4 img {
		height: 30px;
		margin-left: 10px;
	}

	#explanation .about-honobono-block hr {
		margin: 25px 0;
	}
}

#explanation .about-honobono-block a,
#explanation .about-honobono-block a:link {
	color: #f28b8b;
	text-decoration: underline;
	background: url("../imgs/icon-arrow.png") no-repeat left center;
	background-size: 8px 11px;
	padding-left: 14px;
}

.attention-block {
	background-color: #F8F8F8;
	padding: 20px 15px;
}

.attention-block li {
	font-size: 12px;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
	.attention-block {
		padding: 3%;
	}

	.attention-block li {
		font-size: 14px;
	}
}

/* ------------------------------------------------------------
08：フォームエリア #form フォーム自体はmerketoの埋め込み
------------------------------------------------------------- */







#toform h2 {
	background-color: #515D98;
	border-radius: 4px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 40px 10px;
	margin-bottom: 30px;
	/*margin-top: 60px;*/
}

#toform h3,
h3.common {
	border-left: 4px solid #515D98;
	border-bottom: 1px dotted #ccc;
	font-size: 16px;
	padding: 5px 0 5px 10px;
	font-weight: 700;
	margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
	#toform h2 {
		font-size: 30px;
		padding: 46px 10px 46px 10px;
		margin-bottom: 40px;
		/*margin-top: 80px;*/
	}

	#toform h3,
	h3.common {
		font-size: 17px;
		padding: 9px 10px 12px 16px;
		margin-bottom: 25px;
	}
}




#form h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 15px 0 15px 0;
	text-align: center;
}

#form h3 {
	background-color: #ECF4F9;
	padding: 15px;
	font-size: 13px;
	margin-bottom: 20px;
}

#form h2+p.text-center {
	text-align: left;
}

@media screen and (min-width: 768px) {
	#form h2 {
		font-size: 36px;
		margin: 15px 0 15px 0;
	}

	#form h3 {
		padding: 15px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	#form h2+p.text-center {
		text-align: center
	}
}

/* 切り替えタブ */

.tabs {
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.tab_item {
	display: inline-block;
	width: calc(100% / 2);
	box-sizing: border-box;
	border-bottom: 3px solid #5663A5;
	text-align: center;
}

.tab_item span {
	display: block;
	width: 96%;
	background-color: #B8BED9;
	padding: 20px 10px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	margin: 0 auto;
	position: relative;
}

.tab_item span::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 6px 5px 0 5px;
}

@media screen and (min-width: 768px) {
	.tab_item span {
		width: 80%;
		padding: 25px 10px;
		font-size: 18px;
	}

	.tab_item span::after {
		content: "";
		position: absolute;
		right: 20px;
		top: 50%;
		margin-top: -10px;
		margin: auto;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
		border-width: 10px 8px 0 8px;
	}
}

.tab_item:hover span {
	background-color: #5663A5;
}

.tab_item.inq {
	text-align: right;
	padding-right: 5px;
}

.tab_item.inq span {
	margin: 0 0 0 auto;
}

.tab_item.apply {
	text-align: left;
	padding-left: 5px;
}

.tab_item.apply span {
	margin: 0 auto 0 0;
}

@media screen and (min-width: 768px) {
	.tab_item.inq {
		padding-right: 10px;
	}

	.tab_item.apply {
		padding-left: 10px;
	}
}

input[name="tab_item"] {
	display: none;
}

/* タブコンテンツ */

.tab_content {
	display: none;
	padding: 10px 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.tab_content {
		padding: 30px 0;
		width: 100%;
	}
}

#inq:checked~#inq_content,
#apply:checked~#apply_content {
	display: block;
}

.tabs input:checked+.tab_item span {
	background-color: #5663A5;
	color: #fff;
}

.tabs input.on:checked+.tab_item span {
	background-color: #f5c958;
	color: #fff;
}

.tab_content.on#apply_content h3 {
	background-color: #fff5d9;
}

/* ------------------------------------------------------------
09：フッター footer
------------------------------------------------------------- */

#copyright {
	text-align: center;
	font-size: 11px;
	background-color: #F8F8F8;
	padding: 30px 10px 100px 30px
}

@media screen and (min-width: 768px) {
	#copyright {
		padding: 30px 10px;
		font-size: 12px;
	}
}

/* pagetop */

.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1001;
	background-color: rgba(45, 89, 164, 1);
}

img.pagetop {
	width: 60px;
	height: 60px;
}

@media (min-width: 768px) {
	img.pagetop {
		width: 80px;
		height: 80px;
	}
}

/* ------------------------------------------------------------
00：marketoフォームの調整（上書き）
------------------------------------------------------------- */

/* ---埋め込みフォーム関連あとで整理する */


.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid {
	border: 1px solid #85b8f5 !important;
	/* カーソル離した時必須の時に色がつく */
}

.mktoFieldDescriptor {
	margin-bottom: 15px !important;
}

form {
	max-width: 800px;
	margin: 0 auto;
	width: auto !important;
}

#form form h3.form-title {
	width: 100% !important;
	margin-bottom: 15px;
	margin-top: 20px;
}

form label,
form label span {
	font-size: 14px !important;

}

form label span {
	font-weight: bold !important;
}

form label strong span {
	color: #000 !important;
}

@media screen and (min-width: 768px) {

	form label,
	form label span {
		font-size: 15px !important;
	}
}

form .mktoHtmlText {
	width: 100% !important;
}

form * {
	float: none !important;
	clear: both !important;
}

.mktoAsterix {
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width: 767px) {
	.mktoAsterix {
		position: absolute;
		left: 0;
		top: 0;
	}

	form label {
		padding-left: 10px !important;
	}
}

form label {
	position: relative;
	box-sizing: border-box;
	outline: none;
}

input[type="text"] {
	width: 100% !important;
}

.mktoOffset,
.mktoClear {
	display: none;
}

.mktoForm .mktoFormCol {
	width: 100%;
}

.mktoTextField {
	width: auto !important;
}

.mktoForm .mktoFieldWrap {
	float: none !important;
	clear: both !important;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

@media screen and (max-width: 767px) {
	form label {
		margin-bottom: 10px !important;
		padding-right: 20px !important;
		display: block !important;
	}

	select,
	input[type="tel"],
	input[type="email"] {
		display: block !important;
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	form label strong {
		padding: 0 !important;
	}

	.mktoForm {
		padding: 0 !important;
	}
}

@media screen and (min-width: 768px) {
	.mktoForm .mktoFieldWrap {
		display: flex;
		flex-wrap: wrap;
	}

	form label {
		width: 25% !important;
	}

	.mktoTextField {
		max-width: calc(75% - 10px);
	}

	.mktoForm .mktoRadioList,
	.mktoForm .mktoCheckboxList {
		width: 100% !important;
		max-width: calc(75% - 10px);
	}
}

label#Lblconsent_policy+div+div.mktoLogicalField label {
	width: auto !important;
}

.mktoForm div.mktoLogicalField.mktoInvalid {
	border: 1px solid #fff !important;
}

.mktoButtonRow {
	display: block !important;
	margin: 40px 0 0 0 !important;
	padding: 0;
}

.mktoButtonWrap {
	width: 100% !important;
	display: block !important;
	text-align: center !important;
	margin: 0 !important;
	padding: 0 !important;
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton {
	padding: 15px 20px !important;
	width: 100%;
	max-width: 380px;
	font-size: 16px !important;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
	display: none;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
	margin-bottom: 10px;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
	padding: 0;
}

.mktoForm .mktoFormCol {
	float: none !important;
	clear: both !important;
	display: flex;
	flex-wrap: wrap;
}

#form .attention-block {
	background-color: #F8F8F8;
	padding: 10px 10px;
	margin: 10px 0 20px 0;
	height: 140px;
	overflow-y: auto;
}

#form .attention-block li {
	font-size: 12px;
	margin: 0 0 2px 20px;
	padding: 0;
}

#form .attention-block ul {
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	#form .attention-block {
		padding: 20px 20px;
		margin: 10px 0 20px 0;
		height: auto;
		overflow-y: visible;
	}

	#form .attention-block li {
		font-size: 12px;
		margin: 0 0 4px 20px;
		padding: 0;
	}
}

.mktoError {
	bottom: -20px !important;
}

form input {
	border: 1px solid #eee;
	padding: 10px !important;
	box-shadow: none !important;
	border-radius: 2px !important;
}

form select {
	border: 1px solid #eee;
	padding: 10px !important;
	box-shadow: none !important;
	border-radius: 2px !important;
}


/* フォームの確認画面　モーダルダイアログ --------------------------------*/

.ui-dialog table {
	width: 100%;
	border: 0;
	margin: 10px auto 15px auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.ui-dialog td,
.ui-dialog th {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 8px;
	font-size: 11px;
	line-height: 1.6;
	font-weight: normal;
}

.ui-dialog th {
	text-align: left;
	width: 25%;
	background-color: #f3f7f9;
}

@media screen and (min-width: 576px) {

	.ui-dialog td,
	.ui-dialog th {
		padding: 8px;
		font-size: 12px;
	}
}

@media screen and (min-width: 992px) {

	.ui-dialog td,
	.ui-dialog th {
		padding: 8px;
		font-size: 13px;
	}
}

.ui-widget-header {
	border: 1px solid #2d59a4 !important;
	background: #2d59a4 !important;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px !important;
	padding: 5px !important;
	border-radius: 2px !important;
}

.ui-dialog p {
	font-size: 14px;
	margin-bottom:1.5rem;
}

.ui-dialog-buttonset button {
	font-size: 14px !important;
	padding: 0.6em 2.5em !important;/*【移動後】*/
}


/* 上書き矯正 */

@media screen and (min-width: 768px) {
	.ui-dialog table {
		min-width: 600px;
	}

	.ui-dialog table th {
		white-space: nowrap;
	}
}

.ui-dialog .ui-dialog-content{
	padding: 1.2rem 1.6rem 0 1.6rem !important;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-radius: 2px !important;
}

.ui-dialog-buttonpane{
	padding: 1.5rem 1rem 1rem 1rem !important;
}

@media screen and (max-width: 767px) {
	.ui-dialog {
		margin: 0 10px;
	}

	.ui-dialog-buttonpane {
		padding-bottom: 80px !important;
	}
}

/*.ui-dialog-buttonset button .ui-button-text {
	padding: 0.6em 2.5em;
}*/

/*↓span取る*/
.ui-dialog-buttonset button:first-child{
	color: #fff;
	background-color: #779dd5;
	background-image: linear-gradient(to bottom, #779dd5, #5186cb);
}

::placeholder {
	color: #aaa;
}



/* ▽test用 終わったら消す▽ */

#cookie-delete {
	border: 1px solid #666;
	padding: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.15s linear;
}

#cookie-delete:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#send-test {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.15s linear;
	border: 1px solid #666;
	padding: 5px;
	width: 85px;
}

#send-test:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#send-test2 {
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.15s linear;
	border: 1px solid #666;
	padding: 5px;
	width: 150px;
}

#send-test2:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

/* table nextとmore用 */

table.default th.next {
	background-color: #ddebf7;
	color: #000;
}

table.default th.more {
	background-color: #e2efda;
	color: #000;
}

h5.common {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

@media only screen and (max-width:640px) {
	h5.common {
		font-size: 15px;
		margin-bottom: 10px;
	}
}

table.res td {
	width: 25%;
}

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

	table.res,
	table.res tbody,
	table.res tr,
	table.res th,
	table.res td {
		display: block;
		width: 100%;
	}

	table.res tr {
		display: inline-flex;
		flex-wrap: wrap;
	}

	table.res td {
		width: 50%;
		font-size: 12px;
		padding: 5px;
		border-bottom: none;
	}

	table.res td:nth-child(even) {
		border-left: none;
	}

	table.res th {
		padding: 5px;
		border-bottom: none;
	}

	table.res {
		border-bottom: 1px solid #ccc;
	}
}

@media only screen and (max-width:370px) {
	table.res td {
		width: 100%;
	}

	table.res td:nth-child(even) {
		border-left: 1px solid #ccc;
	}

}
.bpo-new {
    display: flex;
    align-items: center;
    gap: 4px;
}
.bpo-new img{
	width: 40px;
}


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

.bpo-new img{
	width: 20px;
}
}
/* ==========================================================================
221028 WF add
========================================================================== */
/* iPhoneでの文字サイズ不具合の回避 ----------*/

body {
	-webkit-text-size-adjust: 100%;
}

/* 個人情報エリアの装飾 ----------*/

[id*="mktoForm_"] #privacy-box {
	background-color: #eef5fb;
	border-radius: 3px;
	padding: 15px;
	margin-top: 30px;
	margin-bottom: 15px;
}

[id*="mktoForm_"] #privacy-box .privacy-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4px;
}

[id*="mktoForm_"] #privacy-box .privacy-text {
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
}

@media screen and (min-width: 576px) {
	[id*="mktoForm_"] #privacy-box {
		padding: 5%;
	}

	[id*="mktoForm_"] #privacy-box .privacy-title {
		font-size: 16px;
	}

	[id*="mktoForm_"] #privacy-box .privacy-text {
		font-size: 14px;
		line-height: 1.8;
	}
}

[id*="mktoForm_"] #privacy-box .privacy-text img.wf-icon-blank {
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	padding: 0;
	display: inline-block;
}

[id*="mktoForm_"] #privacy-box a {
	padding: 0;
	color: #3366ff;
}

[id*="mktoForm_"] .mktoLogicalField label {
	white-space: nowrap;
}

/* ----------------------------------
youtube BLOCK
-----------------------------------*/

.youtube_block {
	max-width: 800px;
	width: 100%;
	margin: 30px auto 40px;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtube iframe {
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (min-width: 576px) {
	.youtube_block {
		margin: 50px auto 60px;
	}
}




/* ==========================================================================
250618 WF add
========================================================================== */


.sp-only{
	display: block;
}
.pc-only{
	display: none;
}

@media screen and (min-width: 768px) {
.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
}



.background-yellow{
	background-color: #fef9ea;
}

.catchcopy {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.4;
}

.catchcopy>span {
	position: relative;
	display: inline-block;
}

.catchcopy>span::before {
	content: "＼";
	position: absolute;
	left: -25px;
	bottom: 0;
	transform: rotate(15deg);
}

.catchcopy>span::after {
	content: "／";
	position: absolute;
	right: -25px;
	bottom: 0;
	transform: rotate(-15deg);
}

.catchcopy-white{
    position: unset;
    font-size: 0.8em;
    color: #fff;
    background-color: #f5a396;
    padding: 4px 14px;
    margin-top: 10px;
    margin-right: 10px;
}

.catchcopy-color{
	color: #f5a396;
}

@media screen and (min-width: 576px) {
	.catchcopy {
		font-size: 20px;
	}

	.catchcopy span::before {
		left: -30px;
	}

	.catchcopy span::after {
		right: -30px;
	}
}


@media screen and (min-width: 768px) {
	.catchcopy {
		font-size: 36px;
		margin-bottom: 40px;
	}

	.catchcopy span::before {
		left: -60px;
	}

	.catchcopy span::after {
		right: -60px;
	}
}


.arrow{
	width: 40px;
    margin: 40px auto;
}



@media screen and (min-width: 768px) {
.arrow{
	width: 60px;
    margin: 60px auto;
}

}



.common-add{
position: relative;
    margin-top: 40px;
}

.common-add>img{
position: absolute;
    width: 160px;
    bottom: 0;
    right: 8px;
}


@media screen and (min-width: 768px) {
.common-add{
    margin-top: 96px;
}

.common-add>img{
    width: 320px;
    right: 32px;
}
}


/* ------------------------------------------------------------
「満足しました！」のお声、続々。 #review
------------------------------------------------------------- */



#review{
	padding-top: 40px;
    padding-bottom: 20px;
}

	#review .review-block {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 16px 8px;

	}

#review .review-item {
	    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
	width: 100%;
}




@media screen and (min-width: 576px) {
	#review .review-item {
		width: 49%;
		margin-bottom: 0;
	}
}



@media screen and (min-width: 992px) {

	#review .review-item {
		width: 32%;
		margin-bottom: 0;
	}
}


#review .review-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    color: #fff;
    background-color: #f25e37;
    padding: 8px;
    display: flex
;
    gap: 20px;
    align-items: flex-end;
    align-items: ;
    justify-content: center;
    text-align: center;
}

#review .review-title:before{
    content: "";
    background-color: #fff;
    width: 2px;
    height: 24px;
    transform: rotate(-15deg);
    display: block;
}
#review .review-title:after{
    content: "";
    background-color: #fff;
    width: 2px;
    height: 24px;
    transform: rotate(15deg);
    display: block;
}
#review .review-item p {
	font-size: 13px;
	margin-bottom: 0;
}


#review .review-image {
    text-align: center;
    padding: 20px;
}

#review .review-item .review-image {
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    /* max-width: 221px; */
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
#review .review-item .review-image img{
	border-radius: 8px;
}
#review .review-point-item {
    display: flex
;
    padding: 0 20px;
    align-items: flex-start;
    gap: 8px;
}
#review .review-point-item-icon {
    width: 36px;
    margin-top: 0%;
}
#review .review-point-item-text{
	align-items: center;
    display: flex
;
    /* gap: 8px; */
    flex-wrap: wrap;
    flex: 1;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}

#review .review-text01{
	    font-size: 20px!important;
		color:#000!important;
    padding: 0;
    display: inline-block;
	text-align:left;
	font-weight: bold;
}
#review .review-text02{
	    flex: 1;
    padding: 0;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
gap:8px;
}
#review .review-text02:before{
content:"";
flex:1;
display:block;
width:100%;
height:1px;
border-top: 2px dotted #ccc;
}
#review .review-text03 {
	padding:20px;
}
.bpo-number {
    font-size: 52px;
    font-family: sans-serif;
    line-height: 52px;
    font-weight: bold;
    font-family: "Jost", sans-serif;
    color: #f25e37;
    padding: 0 4px;
}

#review .review-text-white {
    color: #fff;
    background-color: #f5a396;
    font-size: 14px;
    padding: 8px;
    display: inline-block;
    margin: 0 8px 8px 8px;
}

#review .review-text-l {
    color: #f5a396;
    font-size: 32px;
    line-height: 1;
    display: inline-block;
}


@media screen and (min-width: 768px) {
#review{
	padding-top: 60px;
}

	#review .review-item .review-image {
		width: 100%;
	}


	#review .review-title {
		font-size: 20px;
		    padding: 20px;
	}




	#review .review-item p {
		font-size: 14px;
	}
#review .review-text-white {
    font-size: 16px;

}

#review .review-text01 {
font-size: 18px;
}

}


/* ------------------------------------------------------------
お客様からのお喜びの声 #voice
------------------------------------------------------------- */

#voice{
    padding-bottom: 40px;
}

.voice-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.voice-item {
    display: flex;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 12px;
    align-items: center;
}
.voice-image{
	width: 100px;
}

.voice-text {
    background-color: #fff;
    height: auto;
    flex: 1;
    /*padding: 32px;
    font-size: 16px;*/
    border-radius: 8px;
    font-size: 16px;
    padding: 20px;
	display: flex
;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
	position: relative;
}

.voice-text:after{
position: absolute;
    content: "";
    background-color: #fff;
    width: 20px;
    height: 12px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    display: block;
    bottom: -12px;
    left: calc(50% - 10px);
}

@media screen and (min-width: 768px) {
#voice{
    padding-bottom: 60px;
}

.voice-block {
gap: 32px;
}


.voice-item {
    flex-direction: row;
	align-items: flex-start;
	gap: 32px;
}

.voice-item .voice-text:after{
position: absolute;
        content: "";
        background-color: #fff;
        width: 20px;
        height: 21px;
        clip-path: polygon(0 0, 100% 0%, 100% 100%);
        display: block;
        bottom: calc(50% - 10px);
        left: -20px;
}


.voice-item:nth-child(2n){
	flex-direction: row-reverse;
}


.voice-item:nth-child(2n) .voice-text:after{
position: absolute;
        content: "";
        background-color: #fff;
        width: 20px;
        height: 21px;
        clip-path: polygon(0 0, 100% 100%, 0 100%);
        display: block;
        bottom: calc(50% - 10px);
        right: -20px;
        left: initial;
}

.voice-image{
	width: 160px;
}

.voice-text {
    padding: 32px;
    font-size: 18px;
}
}