@charset "utf-8";
html {
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
body {
	min-width: 0;
	-webkit-overflow-scrolling: touch;
	color: #000;
}
@media screen and (min-width: 941px) {
	html,
	body {
		overflow-y: visible!important;
	}
} 
* { -webkit-text-size-adjust: none; }
a,span { text-indent: 0; }
a:link,a:visited,a:hover { color: #1e95d4; }
a[href^='tel'],
a[href^='tel']:hover {
	cursor: default;
	text-decoration: none;
	color: #333333;
}
.pre-page-ttl a[href^='tel']:hover { color: #ffffff; }
img { -webkit-backface-visibility: hidden;}
/* TAB/SP */
@media screen and (max-width: 940px) {
	a[href^='tel'],
	a[href^='tel']:hover { color: #1e95d4; }
}

/* コンテンツ（共通）
-------------------------------------------------- */
main {
	min-height: calc(100vh - 670px);
	line-height: 1.75;
	display: block;
	position: relative;
	padding-top: 60px;
}
header.header-simple ~ main {
	padding-top: 0;
	min-height: calc(100vh - 150px);
	padding-bottom: 1px;
}
.pre-in-box {
	max-width: 1024px;
	width: 86%;
	margin: 0 auto;
	padding: 55px 0 100px;
}
.pre-in-box.adjust-padding {padding: 100px 0;}
.pre-in-box.box-w960 { max-width: 960px; }
/* パンくず */
.topic-path {
	width: 86%;
	max-width: 1200px;
	margin: 22px auto;
	font-size: 14px;
}
.topic-path li {
	display: inline;
	vertical-align: middle;
}
.topic-path li:not(:last-child):after {
	content: '';
	display: inline-block;
	vertical-align: 1px;
	width: 8px;
	height: 8px;
	border-top: 1px #666666 solid;
	border-right: 1px #666666 solid;
	transform: rotate(45deg);
	margin: 0 13px 0 10px;
}

@media screen and (max-width: 940px) {
	main {padding-top: 60px;}
	.pre-in-box {padding: 35px 0 60px;}
	.pre-in-box.adjust-padding {padding: 80px 0;}
}
/* SP */
@media screen and (max-width: 670px){
	.topic-path {
		width: 92%;
		margin: 10px auto;
		font-size: 12px;
	}
	.topic-path li:not(:last-child):after {
		margin: 0 8px 0 5px;
		width: 6px;
		height: 6px;
	}
	.pre-in-box {
		width: 90%;
		padding: 15px 0 30px;
	}
	.pre-in-box.adjust-padding {padding: 40px 0;}
}

/* 見出しフォント（共通）
-------------------------------------------------- */
.font-num {
	font-family: 'Roboto';
	font-size: 34px;
	line-height: calc( 36 / 34);
	font-weight: 400;
}
.font-sc01 {
	font-size: 38px;
	line-height: calc( 50 / 38);
	font-weight: 400;
}
.font-sc02 {
	font-size: 36px;
	line-height: calc( 50 / 36);
	font-weight: 400;
}
.font-sc03 {
	font-size: 26px;
	line-height: calc( 40 / 26);
	font-weight: 400;
}
.font-ho01 {
	font-size: 16px;
	line-height: calc( 26 / 16);
	font-weight: 400;
}
@media screen and (max-width: 940px) {
	.font-sc01{
		font-size: 32px;
		line-height: calc( 42 / 32);
	}
	.font-sc02 {
		font-size: 28px;
		line-height: calc( 38 / 28);
	}
	.font-sc03 {
		font-size: 22px;
		line-height: calc( 32 / 22);
	}
	.font-ho01 {
		font-size: 15px;
		line-height: calc( 25 / 15);
	}
}
@media screen and (max-width: 670px){
	.font-sc01 {
		font-size: 26px;
		line-height: calc( 34 / 26);
	}
	.font-sc02 {
		font-size: 22px;
		line-height: calc( 30 / 22);
	}
	.font-sc03 {
		font-size: 18px;
		line-height: calc( 26 / 18);
	}
	.font-ho01 {
		font-size: 15px;
		line-height: calc( 24 / 15);
	}
}


/****** 背景 ******/
/* グレー */
.bg-lgry { background-color: #f6f6f6; }
.bg-gray {background: #eee;}
.bg-yellowgreen {background-color: #EBF9F0;}
.bg-yellowgreen02 {background-color: #E0F8DA;}
.bg-white{background-color: #FFF;}
/*** グラデーション ***/
/* 青→緑 */
.bg-bl-grn {
	background-color: #23a1c7;
	background: linear-gradient(30deg, #23a1c7 0, #23a1c7 40%, #13b281 60%, #13b281 100%);
}
/* 緑→黄緑 */
.bg-grn-ygrn {
	background-color: #00a487;
		background:linear-gradient(150deg, #00a487 0, #00a487 20%, #00a436 80%, #00a436 100%);
	color: #ffffff;
}

/****** リンク、文言系 ******/
.pre-fc-grn { color: #0a9b00; }
.pre-fc-blue { color: #1e95d4; }
.pre-fc-red { color: #ed4f3e; }
.pre-fc-blk { color: #333333!important; }
.pre-h-trans {
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
}
.pre-h-trans:hover {
	opacity: 0.7;
	text-decoration: none;
}
.pre-h-trans:hover .link-arw,
.pre-h-trans:hover .link-blank { text-decoration: underline; }
.pre-page-ttl {
	text-align: center;
	color: #ffffff;
	padding: 50px 10px;
	font-size: 24px;
	font-weight: 500;
	display: flex;
	flex-direction: column;
	height: 60px;
	justify-content: center;
	font-family: 'Noto Sans JP',sans-serif,'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	background: #03AF7A;
	box-sizing: border-box;
}
.pre-page-ttl .page-ttl-sub {
	font-size: 15px;
	display: block;
	margin-top: 5px;
	font-family: 'Noto Sans JP',sans-serif,'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}
.pre-page-ttl.ttl-repletion { align-items: center; }
.pre-page-ttl.ttl-repletion .subborder { 
	font-size: 15px; 
	border: 1px solid #fff; 
	padding: 2px 12px 1px; 
	border-radius: 5px; 
	margin-bottom: 9px;
}
.page-ttl-sub .tel-icn {
	background: url('/img/common/icon/tel_00.png') left 6px center no-repeat;
	background-size: 15px auto;
	padding-left: 25px;
	font-weight: bold;
	color: #ffffff;
}
.pre-push-txt,
.pre-push-sub,
.pre-head {
	line-height: 1.9;
	text-align: center;
}
.pre-push-txt {
	font-size: 28px;
	margin: 30px auto 20px;
}
.pre-push-sub {
	font-size: 18px;
	margin: 20px auto 40px;
}
.pre-head {
	margin: 35px auto 40px;
}
.pre-txt {
	font-size: 15px;
	line-height: 2;
}
.pre-txt-note {
	text-align: center;
	margin: 5px auto;
}
.pre-txt-note:first-child { margin-top: 0; }
.link-arw:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: -2px 2px 0 3px;
}
.link-blank, 
a.link-blank {color: #03AF7A;}
.link-blank:hover,
a.link-blank:hover {color: #038059;}
.link-blank:hover::after {
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='13.999' viewBox='0 0 16 13.999'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M13,12H10.889V2.933H0V1H13V12Z' transform='translate(475 6878.529)' fill='%23038059' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-472 -6879.53)'%3E%3Cg transform='translate(472 6882.823)'%3E%3Cpath d='M2,1A1,1,0,0,0,1,2V9a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V2a1,1,0,0,0-1-1H2M2,0h9a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H2A2,2,0,0,1,0,9V2A2,2,0,0,1,2,0Z' transform='translate(0 -0.294)' fill='%23038059'/%3E%3Crect width='11' height='2' transform='translate(1 0.706)' fill='%23038059'/%3E%3C/g%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M2,1A1,1,0,0,0,1,2V9a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V2a1,1,0,0,0-1-1H2M2,0h9a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H2A2,2,0,0,1,0,9V2A2,2,0,0,1,2,0Z' transform='translate(475 6879.529)' fill='%23038059'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
}
.link-blank::after {
	content: "";
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='13.999' viewBox='0 0 16 13.999'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Cpath d='M13,12H10.889V2.933H0V1H13V12Z' transform='translate(475 6878.529)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-472 -6879.53)'%3E%3Cg transform='translate(472 6882.823)'%3E%3Cpath d='M2,1A1,1,0,0,0,1,2V9a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V2a1,1,0,0,0-1-1H2M2,0h9a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H2A2,2,0,0,1,0,9V2A2,2,0,0,1,2,0Z' transform='translate(0 -0.294)' fill='%2303af7a'/%3E%3Crect width='11' height='2' transform='translate(1 0.706)' fill='%2303af7a'/%3E%3C/g%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cpath d='M2,1A1,1,0,0,0,1,2V9a1,1,0,0,0,1,1h9a1,1,0,0,0,1-1V2a1,1,0,0,0-1-1H2M2,0h9a2,2,0,0,1,2,2V9a2,2,0,0,1-2,2H2A2,2,0,0,1,0,9V2A2,2,0,0,1,2,0Z' transform='translate(475 6879.529)' fill='%2303af7a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat;
	position: relative;
	width: 16px;
	height: 14px;
	display: inline-block;
	text-align: left;
	margin-left: 6px;
	margin-right: 0px;
}
.link-txt,
.link-txt:link,
.link-txt:visited {
	padding: 0 3px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: underline;
}
.link-txt:hover { text-decoration: none; }
/* 下線グラデーションタイトル */
.pre-sub-title {
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.4;
}
.pre-sub-title:after {
	content: '';
	display: block;
	height: 4px;
	width: 30px;
	background-color: #8ec718;
	background:linear-gradient(90deg, #009d63 30%, #8ec718 70%);
}
main:not(#pre-index):not(#pre-buyer) .pre-sub-title {
	font-size: 21px;
	position: relative;
	padding-top: 40px;
	line-height: 1.4;
	font-family: 'Noto Sans JP',sans-serif,'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}
main:not(#pre-index):not(#pre-buyer) .pre-sub-title:after {
	position: absolute;
	top: 0;
	left: calc(50% - 15px);
}

/****** 表系 ******/
.pre-tbl-basic {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 30px auto 0;
	font-size: 15px;
	line-height: 1.6;
}
.pre-tbl-basic .tbl-th,
.pre-tbl-basic .tbl-td {
	border-color: #cccccc;
	border-style: solid;
	padding: 10px 20px;
}
.pre-tbl-basic .tbl-th:first-of-type { border-width: 1px; }
.pre-tbl-basic .tbl-td:first-of-type { border-width: 1px 1px 1px 0; }
.pre-tbl-basic .tbl-th {
	flex-basis: calc(15% - 42px);
	background-color: #f6f6f6;
	border-width: 0 1px 1px 1px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.pre-tbl-basic .tbl-td {
	flex-basis: calc(85% - 41px);
	border-width: 0 1px 1px 0;
}
/****** モーダル ******/
.modal-area,
.loding-area-parent,
.modal-blk-area,
.modal-clear-area {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 99999;
}
.modal-blk-area,
.modal-clear-area { background-color: #000000; }
.modal-blk-area { opacity: 0.4; }
.modal-clear-area { opacity: 0; }
.loding-area,
.modal-area .modal-box {
	background-color: #ffffff;
	border: 1px #bfbfbf solid;
	border-radius: 5px;
	box-shadow: 0 0 15px 5px rgba(100,100,100,0.5);
	position: relative;
	margin: 0 auto;
	z-index: 99999;
}
.modal-area .modal-box {
	max-width: 600px;
	width: 90%;
	top: 10vh;
}
.loding-area {
	width: 45px;
	padding: 20px;
	top: 30vh;
}
.modal-area .modal-box.error-box { background-color: #ffe7e7; }
.modal-area .modal-box .data-table { border-top: 1px #eaeaea solid; }
.modal-area .modal-box .f-mclose {
	position: absolute;
	right: 5px;
	top: 5px;
	text-indent: -100px;
	overflow: hidden;
	width: 20px;
	height: 20px;
	padding: 10px;
	cursor: pointer;
}
#pre-certification .modal-area .pre-fo-area { padding: 40px 0; }
.modal-area .pre-fo-area .pre-fo-errmark { font-size: 16px; }
.modal-area .modal-box .f-mclose:before,
.modal-area .modal-box .f-mclose:after {
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 2px;
	background-color: #4d4d4d;
	border-radius: 2px;
	top: 20px;
	left: 10px;
}
.modal-area .modal-box .f-mclose:before {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal-area .modal-box .f-mclose:after {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal-area .modal-box .modal-txt>p,
.modal-area .modal-box p.modal-txt {
	color: #222222;
	font-size: 16px;
}
.modal-area .modal-box .modal-txt {
	padding: 40px 35px;
	text-align: center;
}
.on-modal { overflow-y: scroll; }

/*** 会社情報モーダル ***/
/* 会社名 */
.modal-area.mem-info .modal-box .info-head {
	padding: 20px 40px;
	font-size: 18px;
	border-bottom: 1px #e3e3e3 solid;
	cursor: move;
	color: #222222;
	border-radius: 5px 5px 0 0;
	text-align: left;
}
.modal-area.mem-info .modal-box .info-head:hover { background-color: #fafafa; }
/* 情報枠 */
.modal-box .mem-info-area {
	padding: 26px 40px 30px;
	height: calc(70vh - 60px)!important;
	min-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}
.modal-box .mem-info-area .data-table {
	width: 100%;
	border-top: none;
	margin-bottom: 40px;
}
.modal-area .mem-info-area .data-table th { width: 130px; }
/*** 情報テーブル ***/
.modal-area .data-table { width: 100%; }
.modal-area .data-table.t-brdr { border-top: 1px #e3e3e3 solid; }
.modal-area .data-table th,
.modal-area .data-table td {
	border-bottom: 1px #e3e3e3 solid;
	vertical-align: middle;
	text-align: left;
}
.modal-area .data-table th {
	font-weight: bold;
	padding: 10px 10px 10px 0;
}
.modal-area .data-table td { padding: 10px 0; }
.modal-area .data-table .sub-notetxt {
	color: #666666;
	font-weight: normal;
}
.modal-area .data-table input[type='text'],.data-table input[type='password'],
.modal-area .data-table input[type='tel'],.data-table input[type='number'],.data-table textarea { margin: 5px 0; }
.modal-area .data-table .add-box { margin-bottom: 5px; }
/* TAB/SP */
@media screen and (max-width: 940px) {
	header.header-simple ~ main { min-height: calc(100vh - 130px); }
	.pre-txt-note { margin: 15px auto; }
	.pre-in-box + div .ssl-area { margin-top: 0; }
	.pre-push-sub { margin-top: -15px; }
	.pre-head { margin-top: 20px; }
}
/* TAB */
@media screen and (max-width: 940px) and (min-width: 671px) {
	.pre-sub-title { margin-bottom: 30px; }
	.pre-push-txt {
		font-size: 24px;
		margin: 15px auto 35px;
	}
	.pre-head { margin-bottom: 20px; }
	.pre-txt { font-size: 14px; }
}
/* SP */
@media screen and (max-width: 670px){
	.pre-page-ttl {
		font-size: 22px;
		height: 70px;
		padding: 0;
	}
	.pre-page-ttl .page-ttl-sub { font-size: 13px; }
	.pre-sub-title {
		margin-bottom: 25px;
		font-size: 14px;
	}
	.pre-page-ttl.ttl-repletion .subborder {
		margin-bottom: 0;
		font-size: 11px;
	}
	main:not(#pre-index):not(#pre-buyer) .pre-sub-title {
		padding-top: 25px;
		margin-bottom: 25px;
		font-size: 18px;
	}
	.pre-push-txt {
		font-size: 15px;
		margin: 5px auto 20px;
	}
	.pre-push-sub {
		font-size: 14px;
		margin-bottom: 20px;
		display: grid;
	}
	.pre-head {
		margin: 15px auto 30px;
	}
	.pre-txt {
		font-size: 14px;
		line-height: 1.8;
	}
	/****** 表系 ******/
	.pre-tbl-basic { display: block; }
	.pre-tbl-basic .tbl-td,
	.pre-tbl-basic .tbl-td:first-of-type { border-width: 0 1px 1px 1px; }
	/****** モーダル ******/
	.modal-box .mem-info-area,
	.modal-area.mem-info .modal-box .info-head { padding: 20px; }
	.modal-area .data-table,
	.modal-area .data-table tbody,
	.modal-area .data-table tr,
	.modal-area .data-table th,
	.modal-area .data-table td { display: block; }
	.modal-area .data-table th {
		border-bottom: 0;
		width: 100%;
		padding: 10px 0 0;
	}
	.modal-area .data-table td { padding-top: 0; }
	.link-blank::after {
		top: 2px;
	}
}

/* フォーム
-------------------------------------------------- */
.pre-fo-area .pre-in-box { padding-bottom: 0; }
.pre-fo-area.pre-fo-complete .pre-in-box.pre-txt { padding: 20px 0 100px; }
/*** フォーム本体 ***/
.pre-fo-wrap {
	background-color: #f6f6f6;
	padding: 40px 20px;
}
.pre-fo-wrap .pre-fo-inner {
	max-width: 720px;
	margin: 0 auto;
	line-height: 1.8;
}
.pre-fo-wrap .pre-fo-inner + .pre-fo-inner { margin-top: 45px; }
.pre-fo-wrap .pre-fo-head {
	font-size: 18px;
	margin: -5px auto 10px;
}
.pre-fo-wrap .pre-fo-head:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 0;
	border-style:	solid;
	border-color: #333333 transparent;
	border-width: 0.7em 0.4em 0;
	margin: -2px 2px 0 0;
}
.pre-fo-wrap .pre-fo-inner .pre-fo-input {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 10px 0;
	border-top: 1px #cccccc solid;
	font-size: 15px;
}
.pre-fo-wrap .pre-fo-inner .pre-fo-input:last-child { border-bottom: 1px #cccccc solid; }
.pre-fo-area.pre-fo-confirm .pre-fo-inner .pre-fo-input { padding: 13px 0 9px; }
.pre-fo-wrap .pre-fo-inner .pre-fo-cap {
	flex-basis: 220px;
	font-weight: bold;
	font-size: 15px;
	padding-right: 10px;
		padding-top: 10px;
}
.pre-fo-area.pre-fo-confirm .pre-fo-inner .pre-fo-cap { padding-top: 0; }
.pre-fo-wrap .pre-fo-inner .fo-req:before {
	content: '必須';
	display: inline-block;
	padding: 2px 5px;
	border-radius: 2px;
	background-color: #ed4f3e;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1.4;
}
.pre-fo-wrap .pre-fo-inner .pre-fotxt {
	flex-basis: calc(100% - 230px);
	word-break: break-all;
}
.pre-fo-wrap .pre-fo-ex {
	color: #666666;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	margin: 4px 0 0;
}
.pre-fo-wrap input + p.pre-fo-ex { display: inline-block; }
.pre-fo-privacy {
	font-size: 14px;
	text-align: center;
	margin: 35px auto 0;
	width: 90%;
	line-height: 1.8;
}
.pre-fo-privacy02 {
	font-size: 14px;
	text-align: center;
	margin: 35px auto 0;
	width: 100%;
	line-height: 1.8;
}
p[class^="pre-fo-privacy"] a.co-writing-link {
	transform: translateY(-1px);
}
.pre-fo-btnarea {
	text-align: center;
	margin-top: 40px;
}
.tax-select-box {
	border:1px solid #ccc;
	border-radius: 5px;
    background-color: #fff;
    padding: 10px 20px 20px 20px;
	margin: 0 0 10px 0;
}
.pre-fo-input-sub {
	border-bottom: 1px solid #ccc;
    padding: 15px 5px;
}
@media screen and (max-width: 940px) {
	p[class^="pre-fo-privacy"] a.co-writing-link {
		transform: translateY(-2px);
	}	
}
/****** 入力部分 ******/
.pre-fo-area input[type='text'],
.pre-fo-area input[type='tel'],
.pre-fo-area input[type='email'],
.pre-fo-area input[type='password'],
.pre-fo-area input[type='url'],
.pre-fo-area input[type='number'],
.pre-fo-area textarea,
.pre-fo-area select {
	border: 1px #cccccc solid;
	border-radius: 5px;
	background-color: #ffffff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 14px;
	padding: 5px 7px;
	height: 33px;
	margin: 6px 5px 6px 0;
	box-sizing: border-box;
	outline: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP',sans-serif,Meiryo,'ＭＳ Ｐゴシック';
}
/* エラー */
.pre-fo-area input[type='text'].pre-fo-err,
.pre-fo-area input[type='tel'].pre-fo-err,
.pre-fo-area input[type='email'].pre-fo-err,
.pre-fo-area input[type='password'].pre-fo-err,
.pre-fo-area input[type='url'].pre-fo-err,
.pre-fo-area input[type='number'].pre-fo-err,
.pre-fo-area textarea.pre-fo-err,
.pre-fo-area select.pre-fo-err { border-color: #ed5747; }
/* フォーカス */
.pre-fo-area input[type='text']:focus,
.pre-fo-area input[type='tel']:focus,
.pre-fo-area input[type='email']:focus,
.pre-fo-area input[type='password']:focus,
.pre-fo-area input[type='url']:focus,
.pre-fo-area input[type='number']:focus,
.pre-fo-area textarea:focus,
.pre-fo-area select:focus {
	background-color: #fafffa;
	border-color: #23a51a;
}
/* disabled */
.pre-fo-area input[type='text'][disabled],
.pre-fo-area input[type='tel'][disabled],
.pre-fo-area input[type='email'][disabled],
.pre-fo-area input[type='password'][disabled],
.pre-fo-area input[type='url'][disabled],
.pre-fo-area input[type='number'][disabled],
.pre-fo-area textarea[disabled],
.pre-fo-area select[disabled] {
	background-color: #e2e2e2;
	border-color: #c3c3c3!important;
	color: #999999;
	opacity: 1;
}
/* 入力欄の長さ */
.pre-fo-area .pre-fo-vs {
	max-width: 50px;
	width: 20%;
}
.pre-fo-area .pre-fo-s {
	max-width: 100px;
	width: 28%;
}
.pre-fo-area .pre-fo-m {
	max-width: 130px;
	width: 34%;
}
.pre-fo-area .pre-fo-s-price {
	max-width: 80px;
	width: 50%;
	text-align: right;
}
.pre-fo-area .pre-fo-l {
	max-width: 350px;
	width: 80%;
}
.pre-fo-area .pre-fo-vl { width: 100%; }
.pre-fo-area .pre-fo-imedsbl {
	font-size: 16px;
	ime-mode: disabled;
}
.pre-fo-area .pre-fo-text-m {
	max-width:200px;
	height:30px;
}
.pre-fo-area .pre-fo-text-l {
	max-width:350px;
	height: 120px;
	width: 80%;
}
.pre-fo-area .pre-fo-text-vl {
	height: 120px;
	width: 100%;
}
/* プルダウン */
.pre-fo-area select {
	background: url('/img/common/icon/min_arw_g_00.gif') right 10px center no-repeat #ffffff;
	margin-right: 0;
	padding-right: 27px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	height: auto;
}

.pre-fo-area select::-ms-expand { display: none; }
/* ラジオ・チェックボックス */
.pre-fo-area .pre-fo-inner .pre-fo-radio,
.pre-fo-area .pre-fo-inner .pre-fo-check { display: none; }
.pre-fo-area .pre-fo-inner .pre-fo-radio + label,
.pre-fo-area .pre-fo-inner .pre-fo-check + label {
	display: inline-block;
	vertical-align: middle;
	border: 1px #cccccc solid;
	border-radius: 3px;
	background-color: #ffffff;
	padding: 3px 10px 2px 8px;
	font-size: 15px;
	margin: 5px 0;
}
.pre-fo-area .pre-fo-inner .pre-fo-radio.pre-fo-err + label,
.pre-fo-area .pre-fo-inner .pre-fo-check.pre-fo-err + label { border-color: #ed5747; }
.pre-fo-area .pre-fo-inner .pre-fo-radio + label:hover,
.pre-fo-area .pre-fo-inner .pre-fo-check + label:hover { border-color: #0a9b00; }
.pre-fo-area .pre-fo-inner .pre-fo-radio:checked + label,
.pre-fo-area .pre-fo-inner .pre-fo-check:checked + label {
	color: #23a51a;
	border-color: #23a51a;
}
.pre-fo-area .pre-fo-inner .pre-fo-radio + label:before,
.pre-fo-area .pre-fo-inner .pre-fo-check:checked + label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: -2px 5px 0 0;
	background-color: #eeeeee;
	box-shadow: 0 0 0 1px #bbbbbb;
	box-sizing: border-box;
}
.pre-fo-area .pre-fo-inner .pre-fo-radio + label:before {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 2px #eeeeee solid;
}
.pre-fo-area .pre-fo-inner .pre-fo-radio:checked + label:before {
	background-color: #666666;
}

/****** エラー ******/
.pre-fo-area .pre-error-msg {
	max-width: 720px;
	margin: 0 auto 30px;
	border: 1px #ed4f3e solid;
	padding: 9px 10px 8px;
	color: #ed4f3e;
	font-size: 14px;
	text-align: center;
	background-color: #ffffff;
	font-weight: bold;
	box-sizing: border-box;
}
.pre-fo-area .pre-error-msg .pre-fo-errmark { margin-left: 3px; }
.pre-fo-area .pre-fo-errmark {
	font-size: 14px;
	color: #ed4f3e;
	background: url("/img/common/icon/icon_errmark_01.png") 1px 2px no-repeat;
	background-size: 16px auto;
	padding-left: 22px;
	line-height: 1.4;
	margin-top: 1px;
}
.pre-fo-area span.pre-fo-errmark { display: inline-block; }

/****** 注意事項 ******/
.pre-fo-area .pre-fo-attention-area {
	background-color: #eeeeee;
	border: 1px #cccccc solid;
	max-width: 650px;
	width: 80%;
	margin: 30px auto 0;
	padding: 15px;
	font-size: 14px;
	line-height: 1.7;
}

/****** ボタン ******/
.pre-btn {
	border-radius: 10px;
	color: #ffffff!important;
	font-weight: bold;
	display: inline-block;
	position: relative;
	text-align: center;
	box-shadow: 0 1px 2px 0 rgba(100,100,100,0.5);
	box-sizing: border-box;
	white-space: nowrap;
}
.pre-btn:hover {
	text-decoration: none;
	-webkit-transition: .1s;
	transition: .1s;
}
.pre-btn:after,
.pre-btn-input:after {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 5px);
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px 2px 0 0;
}
.pre-btn:not(.pre-btn-back):after,
.pre-btn-input:not(.pre-btn-input-back):after {
	border-color: #ffffff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pre-btn.pre-btn-back:after,
.pre-btn-input.pre-btn-input-back:after {
	left: 17px;
	right: auto;
	border-color: #666666;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* input */
.pre-btn-input {
	display: inline-block;
	position: relative;
}
.pre-btn-input input.pre-btn {
	border: 0;
	font-family: 'Noto Sans JP',sans-serif,'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
	cursor: pointer;
	margin: 0;
	-webkit-appearance: none;
	opacity: 1;
	width: 100%;
	line-height: 1.4;
	outline: none;
}
/*** サイズ ***/
/* S */
.pre-btn.pre-btn-s,
.pre-btn-input.pre-btn-s { min-width: 170px; }
.pre-btn.pre-btn-s,
.pre-btn-input.pre-btn-s input {
	font-size: 13px;
	padding: 12px 30px 11px;
}
.pre-btn.pre-btn-s:after,
.pre-btn-input.pre-btn-s:after { right: 16px; }
/* M */
.pre-btn.pre-btn-m,
.pre-btn-input.pre-btn-m { min-width: 230px; }
.pre-btn.pre-btn-m,
.pre-btn-input.pre-btn-m input {
	font-size: 15px;
	padding: 18px 38px 15px;
}
.pre-btn.pre-btn-m:after,
.pre-btn-input.pre-btn-m:after { right: 18px; }
/* L */
.pre-btn.pre-btn-l,
.pre-btn-input.pre-btn-l { min-width: 300px; }
.pre-btn.pre-btn-l,
.pre-btn-input.pre-btn-l input {
	font-size: 17px;
	padding: 23px 48px 20px;
}
.pre-btn.pre-btn-l:after,
.pre-btn-input.pre-btn-l:after { right: 25px; }
/* LL */
.pre-btn.pre-btn-ll,
.pre-btn-input.pre-btn-ll { min-width: 350px; }
.pre-btn.pre-btn-ll,
.pre-btn-input.pre-btn-ll input {
	font-size: 18px;
	padding: 30px 55px 27px;
}
.pre-btn.pre-btn-ll:after,
.pre-btn-input.pre-btn-ll:after { right: 40px; }
/*** 色 ***/
/* 赤 */
.pre-btn.pre-btn-red { background-color: #ec4f3e; }
.pre-btn.pre-btn-red:hover { background-color: #ff6656; }
/* 青 */
.pre-btn.pre-btn-blue { background-color: #1e95d4; }
.pre-btn.pre-btn-blue:hover { background-color: #2ab2f9; }
/* グレー（戻るボタン） */
.pre-btn.pre-btn-back {
	background-color: #f3f3f3;
	color: #666666!important;
}
.pre-btn.pre-btn-back:hover { background-color: #e3e3e3; }
/* 白/青ボーダー */
.pre-btn.pre-btn-bbrdr {
	background-color: #ffffff;
	border: 1px #1e95d4 solid;
	color: #1e95d4!important;
	box-shadow: none;
}
.pre-btn.pre-btn-bbrdr:after { border-color: #1e95d4; }
.pre-btn.pre-btn-bbrdr:hover {
	background-color: #1e95d4;
	color: #ffffff!important;
}
.pre-btn.pre-btn-bbrdr:hover:after { border-color: #ffffff; }
/* 背景なし/白ボーダー */
.pre-btn.pre-btn-wbrdr {
	background-color: transparent;
	border: 1px #ffffff solid;
	box-shadow: none;
}
.pre-btn.pre-btn-wbrdr:hover { background-color: rgba(250,250,250,0.2); }
/* 灰（disabled） */
.pre-btn.pre-btn-dsbl {
	background-color: #bbbbbb;
	box-shadow: none;
}

.base-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s, color 0.3s, border 0.3s;
	border: 2px solid #ccc;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 30px 14px;
	box-sizing: border-box;
	cursor: pointer;
}
.base-btn.w275 {width: 275px;}
.base-btn.w260 {width: 260px;}
.base-btn.w240 {width: 240px;}
.base-btn.w175 {width: 175px;}
.base-btn.btn-s {font-size: 15px;}
.base-btn.green-btn {
	background: #03AF7A;
	color: #fff;
	border-color: #03AF7A;
}
.base-btn.green-btn:hover {
	background: #fff;
	color: #03AF7A;
}
.base-btn.cv-btn {
	background: #F18F10;
	color: #fff;
	border-color: #F18F10;
}
.base-btn.cv-btn:hover {
	background: #fff;
	color: #F18F10;
}
.base-btn.sub-btn-green {
	background: #fff;
	color: #03AF7A;
	border-color: #03AF7A;
}
.base-btn.sub-btn-green:hover {
	background: #03AF7A;
	color: #fff;
	border-color: #fff;
}
.base-btn.sub-btn-gray {
	background: #fff;
	color: #84919E;
	border-color: #84919E;
}
.base-btn.sub-btn-gray:hover {
	background: #84919E;
	color: #fff;
	border-color: #84919E;
}
.base-btn:disabled {
	background: #CCCCCC!important;
	color: #fff!important;
	border-color: #ccc;
}
.base-btn.cv-btn .download-icon {
	background: url('/img/common/icon/download_white.png') center left / 19px 17px no-repeat;
	padding-left: 25px;
	transition: background-image 0.2s;
}
.pdf-btn {
	max-width: 330px;
		margin: 0 auto;
		margin-bottom: 52px;
		padding: 13px 14px 14px;
}
.pdf-btn:hover .download-icon {
	background-image: url('/img/common/icon/download.png');
}
.simple-button {
	background: #FFFFFF;
	border: 1px solid #84919E;
	border-bottom: 2px solid #84919E;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	padding: 8px 11px 7px;
	box-sizing: border-box;
	cursor: pointer;
}
.simple-button:hover {
	border-bottom: 1px solid #84919E;
	padding-top: 9px;
}
@media screen and (max-width: 670px) {
	.base-btn {font-size: 15px;}
	.base-btn.btn-s {font-size: 12px;}
	.pdf-btn {margin-bottom: 35px;}
	.base-btn.cv-btn .download-icon {
		background: url(/img/common/icon/download_white.png) center left / 18px 16px no-repeat;
		padding-left: 23px;
	}
	.base-btn.w260 {width: 190px;}
}

/*** 郵便番号検索 ***/
.pre-btn-adrs {
	border-width: 1px;
	border-color: #cccccc #cccccc #888888;
	border-style: solid;
	border-radius: 3px;
	box-shadow: 0 -25px 24px -18px #cccccc inset;
	background-color: #ffffff;
	font-size: 13px;
	padding: 8px 10px 7px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.4;
}
.pre-btn-adrs:hover {
	padding: 9px 10px 6px;
	border-color: #888888 #cccccc #cccccc;
}

/*** ステップ ***/
.pre-fo-step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto;
	position: relative;
}
.pre-page-ttl + .pre-in-box .pre-fo-step:first-child { margin-top: 0; }
.pre-fo-area.pre-fo-complete .pre-fo-step { margin-bottom: 20px; }
.pre-fo-step:before {
	content: '';
	display: block;
	position: absolute;
	height: 3px;
	top: 10px;
	background-color: #23a1c7;
	background: linear-gradient(30deg, #23a1c7 0, #23a1c7 40%, #13b281 60%, #13b281 100%);
	z-index: 0;
}
.pre-fo-step p {
	color: #999999;
	position: relative;
	z-index: 1;
	text-align: center;
}
.pre-fo-step span {
	display: block;
	line-height: 1.8;
	width: 1.6em;
	height: 1.6em;
	border-radius: 50%;
	border: 1px #999999 solid;
	background-color: #ffffff;
	font-weight: bold;
	margin: 0 auto 5px;
	font-size: 12px;
}
/* 現在地 */
.pre-fo-step .now-step {
	color: #0a9b00;
	font-weight: bold;
}
.pre-fo-step .now-step span {
	color: #ffffff;
	background-color: #0a9b00;
	border-color: #0a9b00;
}
/* ステップごとの指定 */
/* ステップ2つ */
.pre-fo-step.step2 { max-width: 350px; }
.pre-fo-step.step2:before {
	width: 50%;
	left: 25%;
}
.pre-fo-step.step2 p { flex-basis: 50%; }
/* ステップ3つ */
.pre-fo-step.step3 { max-width: 350px; }
.pre-fo-step.step3:before {
	width: 70%;
	left: 15%;
}
.pre-fo-step.step3 p { flex-basis: 33.33%; }
/* ステップ5つ */
.pre-fo-step.step5 {
	max-width: 600px;
	font-size: 11px;
}
.pre-fo-step.step5:before {
	width: 80%;
	left: 10%;
}
.pre-fo-step.step5 p { flex-basis: 20%; }

/****** SSL ******/
.ssl-area {
	display: flex;
	flex-direction: column;
	margin: 50px auto 100px;
	padding: 0 20px;
	align-items: center;
}
.ssl-area p {
	color: #666666;
	text-align: center;
}
.ssl-area > p > span { display: inline-block; }
/* TAB/SP */
@media screen and (max-width: 940px) {
	/*** ステップ ***/
	.pre-page-ttl + .pre-in-box .pre-fo-step:first-child { margin-top: 10px; }
}
/* SP */
@media screen and (max-width: 670px){
	/*** フォーム本体 ***/
	.pre-fo-wrap .pre-fo-inner .pre-fo-input { display: block; }
	.pre-fo-wrap .pre-fo-inner .pre-fo-cap { padding-top: 5px; }
	.pre-fo-area.pre-fo-confirm .pre-fo-inner .pre-fo-input { padding: 11px 0; }
	/****** エラー ******/
	.pre-fo-wrap .pre-error-msg { padding: 6px 5px; }
	/*** ボタン ***/
	.pre-btn.pre-btn-s,
	.pre-btn.pre-btn-m,
	.pre-btn-input.pre-btn-s,
	.pre-btn-input.pre-btn-m {
		min-width: 170px;
		width: 100%;
		max-width: 210px;
	}
	.pre-btn.pre-btn-l,
	.pre-btn.pre-btn-ll,
	.pre-btn-input.pre-btn-l,
	.pre-btn-input.pre-btn-ll {
		min-width: 250px;
		width: 90%;
		max-width: 320px;
	}
	.pre-btn.pre-btn-ll,
	.pre-btn-input.pre-btn-ll input { padding: 30px 40px 27px; }
	.pre-fo-area.pre-fo-confirm .pre-btn-input {
		width: 43%;
		min-width: 0;
	}
}

/* ログイン、PW再設定
-------------------------------------------------- */
#pre-certification .pre-fo-area,
#pre-certification .pre-fo2 {
	max-width: 450px;
	width: 90%;
	padding: 55px 0 100px;
	margin: 0 auto;
	font-size: 15px;
}
#pre-certification .pre-fo-area input { width: 100%; }
#pre-certification .pre-fo2 form {padding: 0;}
#pre-certification .pre-fo2 .pre-fo2-btnarea {margin-top: 10px;}
#pre-certification.pre_login {background: #EBF9F0;}
#pre-certification.pre_login .login-area p:not(.pre-fo-errmark) {padding-bottom: 5px;}
#pre-certification.pre_login .pre-fo2 {
	max-width: 500px;
	padding: 55px 60px 50px;
	margin: 30px auto;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
}
#pre-certification.pre_login .pre-fo2 .info .co-textlink-green {
	white-space: nowrap;
	margin-left: -7px;
}
/* PW再設定：複数アカウントリスト */
#pre-certification .pre-fo-wrap.acount-list .pre-fo-input { flex-wrap: nowrap; }
#pre-certification .pre-fo-wrap.acount-list .pre-fo-cap {
	flex-basis: 45%;
	display: flex;
	align-items: center;
	font-weight: normal;
}
#pre-certification .pre-fo-wrap.acount-list .pre-fo-cap label {
	margin-right: 10px;
	padding-left: 10px;
	display: flex;
	align-items: center;
}
#pre-certification .pre-fo-wrap.acount-list .pre-fo-cap input {
	margin: 0 10px;
	cursor: pointer;
}
#pre-certification .pre-fo-wrap.acount-list .pre-fo-cap span { white-space: nowrap; }
#pre-certification .pre-fo-wrap.acount-list .acount-id { flex-basis: 15%; }
#pre-certification .pre-fo-wrap.acount-list .acount-name { flex-basis: 40%; }
/* SP */
@media screen and (max-width: 670px){
	#pre-certification.pre_login .pre-fo2 {
		padding: 30px 8% 40px;
		max-width: none;
	}
	.pre-fo2 .pre-fo2-btnarea .base-btn {
		width: 100%;
		padding: 15px;
		font-size: 15px;
	}
	#pre-certification.pre_login .login-area a {font-size: 14px;}
	#pre-certification.pre_login .login-area .rules,
	#pre-certification.pre_login .login-area .rules a {font-size: 13px;}
	#pre-certification .pre-fo2 .pre-fo2-btnarea {margin: 10px 0 20px;}
	#pre-certification .pre-fo-wrap.acount-list .pre-fo-cap label { width: 100%; }
	#pre-certification .pre-fo-wrap.acount-list .pre-fo-cap input { margin: 0 10px 0 0; }
	#pre-certification .pre-fo-wrap.acount-list .acount-id { margin: 3px 0 -8px; }
}
/* メール認証フォーム
-------------------------------------------------- */
.pre-fo-area.mail-verify .pre-fo-cap-ex {
	font-size: 14px;
	font-weight: normal;
	color: #666;
}
.pre-fo-area.mail-verify .pre-fo-inner .pre-fo-input { padding: 15px 0 12px; }
.pre-fo-area.mail-verify input[type='text'] {
	width: 100%;
	max-width: none;
	height: 40px;
	font-size: 16px;
}
.pre-fo-area.mail-verify .end-icon img {
	width: 20%;
	max-width: 100px;
	min-width: 80px;
	margin-left: -30px;
}
.pre-fo-area.mail-verify .input-mail {
	font-size: 16px;
	font-weight: bold;
	word-break: break-all;
}
/* SP */
@media screen and (max-width: 670px){
	.pre-fo-area.mail-verify input[type='text'] { font-size: 14px; }
	.pre-fo-area.mail-verify input[type='submit'] { font-size: 14px; }
	.pre-fo-wrap.mail-verify .pre-fo-inner .pre-fotxt { margin-top: 0; }
	.pre-fo-area.mail-verify .pre-fo-inner .pre-fo-input { padding-top: 8px; }
}

.mail-certification {
	padding: 45px 0 90px;
	box-sizing: border-box;
}
.mail-certification .pre-fo2-white-wrap {
	border-radius: 5px;
	max-width: 900px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border: none;
	padding: 80px 0;
}
.mail-certification .main-title {
	font-size: 30px;
	margin-bottom: 50px;
	text-align: center;
}
.mail-certification.pre-fo2 .pre-fo-inner {max-width: 500px;}
.mail-certification.pre-fo2 .w376 {margin: 0 auto;}
.mail-certification.pre-fo2 .privacy-statement {
	font-size: 12px;
	color: #666666;
	margin: 25px auto 0;
	text-align: center;
}
.mail-certification.pre-fo2 .logo {
	width: 130px;
	display: block;
	margin: 0 auto 30px;
}
.mail-certification.pre-fo2 .box-attention:after {
	right: auto!important;
	left: 40px!important;
}
.mail-certification.pre-fo2 .base-btn.cv-btn {margin: 25px auto 0;}
.mail-certification.pre-fo2 .box-attention {
	margin: 15px auto 0;
	width: 496px;
	display: block;
}
/* SP */
@media screen and (max-width: 670px){
	.mail-certification {
		background: #fff;
		padding: 35px 25px 0;
	}
	.mail-certification .pre-fo2-white-wrap {
		box-shadow: none;
		padding: 45px 0 40px;
	}
	.mail-certification.pre-fo2 .logo {
		width: 90px;
		margin-bottom: 0;
	}
	.mail-certification .main-title {
		font-size: 22px;
		margin-bottom: 40px;
	}
	.mail-certification.pre-fo2 .box-attention {width: 100%;}
	.mail-certification.pre-fo2 .pre-fo-inner {max-width: 280px;}
	.mail-certification.pre-fo2 .box-attention .co-hover-underline {
		position: absolute;
		right: 17px;
		bottom: 7px;
	}
	.mail-certification.pre-fo2 .privacy-statement {
		font-size: 11px;
		max-width: 280px;
	}
	.mail-certification.pre-fo2 .base-btn.cv-btn {
		margin-top: 20px;
		padding-right: 15px;
	}
}

.mail-certification.certification-finish {padding-bottom: 201px;}
.mail-certification.certification-finish>section {padding: 0 20px;}
.mail-certification.certification-finish .main-title {margin-bottom: 40px;}
.mail-certification.certification-finish .main-sentence {
	font-size: 18px;
	text-align: center;
	line-height: 32px;
	margin-bottom: 30px;
}
.mail-certification.certification-finish .pre-fo2-white-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.mail-certification.certification-finish .pre-fo2-white-wrap .mail-link-wrapper {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.mail-certification.certification-finish .pre-fo2-white-wrap .mail-link-wrapper li:not(:last-child) {margin-right: 70px;}
.mail-certification.certification-finish .pre-fo2-white-wrap .mail-link {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	transition: opacity 0.3s;
}
.mail-certification.certification-finish .pre-fo2-white-wrap .mail-link:hover {opacity: 0.7;}
.mail-certification.certification-finish .pre-fo2-white-wrap .mail-link .img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 31px;
	height: 31px;
	background-color: #ECECEC;
	border-radius: 100%;
	margin-bottom: 10px;
}
.mail-certification.certification-finish .pre-fo2-white-wrap .mail-link:hover .sentence {text-decoration: underline;}
.mail-certification.certification-finish .not-send {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}
@media screen and (max-width: 670px) {
	.mail-certification.certification-finish>section {padding: 0;}
	.mail-certification.certification-finish .pre-fo2-white-wrap {padding-bottom: 50px;}
	.mail-certification.certification-finish {padding-bottom: 100px;}
	.mail-certification.certification-finish .main-sentence {
		font-size: 14px;
		margin-bottom: 15px;
		line-height: 22px;
	}
	.mail-certification.certification-finish .short-period {font-size: 12px;}
	.mail-certification.certification-finish .pre-fo2-white-wrap .mail-link-wrapper li:not(:last-child) {margin-right: 35px;}
	.mail-certification.certification-finish .not-send {
		font-size: 12px;
		margin-top: 0;
	}
}

/* トップ：お知らせリンク
-------------------------------------------------- */
#top-notice {
	background-color: #84919E;
	padding: 4px 0;
	text-align: center;
	font-size: 15px;
	border-bottom: solid 1px #ffffff;
}
#top-notice a,
#top-notice .sentence {
	color: #ffffff;
	padding: 6px 10px;
	display: block;
	font-size: 13px;
	font-weight: 400;
}
#top-notice a:nth-child(n+2),
#top-notice .sentence:nth-child(n+2) {border-top: 1px solid #ffffff;}
#top-notice a:hover { text-decoration: underline; }
#top-notice a:before {
	content: '';
	display: inline-block;
	vertical-align: -3px;
	width: 16px;
	height: 16px;
	background: url('/img/common/icon/info_w_01.png') center center no-repeat;
	background-size: contain;
	margin-right: 6px;
}
#top-notice a.no-icon:before {content: normal;}
#top-notice a.link-arw:after {
	height: 6px;
	width: 6px;
	margin: -2px 2px 0 0;
	border-width: 2px 2px 0 0;
}
#top-notice a.mente:after {margin-left: 10px;}

/* SP */
@media screen and (max-width: 670px){
	#top-notice { font-size: 14px; }
	#top-notice a.link-arw:after {margin-left: 10px;}
}

/*** よくあるご質問 ***/
.pre-faq-contents .sub {
	padding: 0 25px;
	font-size: 15px;
	font-weight: bold;
	color: #2ca0af;
}
/* Q */
.pre-faq-contents .faq-q {
	display: flex;
	justify-content: space-between;
	border-top: 1px #cccccc dotted;
	padding: 10px 25px;
	font-size: 18px;
	line-height: 2;
}
.pre-faq-contents .faq-q:before {
	content: 'Q';
	color: #2ca0af;
	margin-right: 20px;
}
.pre-faq-contents .faq-q-txt {
	flex-basis: calc(100% - 1em - 20px - 21px - 3em);
	position: relative;
}
.pre-faq-contents .faq-q:hover {
	background-color: #f6f6f6;
	color: #1e95d4;
}
.pre-faq-contents dl:first-of-type .faq-q { border: 0; }
/* A */
.pre-faq-contents dd .faq-a {
	text-indent: -26px;
	padding: 10px 25px 10px 90px;
	border-top: 1px #cccccc dotted;
}
.pre-faq-contents dd .faq-a:before {
	content: 'A';
	font-size: 18px;
	color: #50aa00;
	margin-right: 10px;
}
.pre-faq-contents dd ul {
	font-size: 14px;
	line-height: 1.7;
	padding: 0 25px 10px 90px;
}
.pre-faq-contents dd .faq-a a {
	font-size: 14px;
	color: #333333;
	background: url("/img/common/pdf_dl_00.gif") no-repeat;
	padding-left: 27px;
}
.pre-faq-contents dd .no-pdf a {
		padding-left: 0;
		background: none;
		color: #1e95d4;
}
/* 開く、閉じる */
.pre-faq-contents .faq-q .faq-btn { text-align: right; }
.pre-faq-contents .faq-q .faq-btn span,
.pre-faq-contents .faq-q .faq-btn:after {
	display: inline-block;
	vertical-align: middle;
}
.pre-faq-contents .faq-q .faq-btn span {
	width: 20px;
	height: 20px;
	background-color: #1e95d4;
	border-radius: 50%;
	position: relative;
	margin-right: 5px;
}
.pre-faq-contents .faq-q .faq-btn span:before,
.pre-faq-contents .faq-q .faq-btn span:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #ffffff;
}
.pre-faq-contents .faq-q .faq-btn span:before {
	height: 2px;
	width: 14px;
	left: 3px;
	top: calc(50% - 1px);
}
.pre-faq-contents .faq-q .faq-btn span:after {
	height: 14px;
	width: 2px;
	top: 3px;
	left: 9px;
	z-index: 2;
	transition: transform .2s ease-in;
}
.pre-faq-contents .faq-q .faq-btn:after {
	content: '開く';
	color: #1e95d4;
	width: 3em;
	white-space: nowrap;
	line-height: 1.4;
	font-size: 15px;
}
.pre-faq-contents .faq-btn.btn-open span { background-color: #cccccc; }
.pre-faq-contents .faq-btn.btn-open:after {
	content: '閉じる';
	color: #999999;
}
.pre-faq-contents .faq-btn.btn-open span:after {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
@media screen and (max-width: 940px) and (min-width: 671px) {
	/*** よくあるご質問 ***/
	.pre-faq-contents .faq-q {
		padding: 10px 15px;
		font-size: 16px;
	}
	.pre-faq-contents .faq-q:before { margin-right: 10px; }
	.pre-faq-contents dd .faq-a {
		text-indent: -27px;
		padding: 10px 15px 10px 74px;
	}
}
@media screen and (max-width: 670px){
	/*** よくあるご質問 ***/
	.pre-faq-contents .faq-q {
		padding: 8px 5px 8px 8px;
		font-size: 15px;
	}
	.pre-faq-contents .faq-q:before,
	.pre-faq-contents .faq-q .faq-btn span { margin-right: 3px; }
	.pre-faq-contents dd .faq-a:before {
		margin-right: 3px;
		font-size: 14px;
	}
	.pre-faq-contents dd .faq-a {
		text-indent: -17px;
		padding: 10px 10px 10px 27px;
		font-size: 13px;
	}
	.pre-faq-contents dd ul {
		font-size: 12px;
		line-height: 1.5;
		padding: 0 10px 10px 27px;
	}
	.pre-faq-contents dd .faq-a a {
		font-size: 12px;
		padding-bottom: 5px;
	}
	.pre-faq-contents .faq-q-txt { flex-basis: calc(100% - 1em - 30px); }
	.pre-faq-contents .faq-q .faq-btn:after { display: none; }
}

/* 資料請求枠
-------------------------------------------------- */
#pre-request-part .pre-in-box {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#pre-request-part .pre-push-txt { margin-bottom: 45px; }
#pre-request-part .pre-txt { margin: -15px auto 50px; }
#pre-request-part .material-img { justify-content: center; }
#pre-request-part .material-img img {
	height: 166px;
	width: auto;
	margin: 60px 15px 0;
}
#inquiry-part .pre-in-box { padding: 40px 0 60px; }
#inquiry-part .pre-in-box .pre-push-txt { margin-bottom: 15px; }
/* TAB/SP */
@media screen and (max-width: 940px) {
	#pre-request-part .pre-txt { margin: -10px auto 0; }
	#pre-request-part .material-img img { margin: 25px 15px 35px; }
	#pre-request-part .pre-in-box .pre-btn { order: 1; }
}
/* TAB */
@media screen and (max-width: 940px) and (min-width: 671px) {
	#pre-request-part .pre-push-txt { margin: 15px 0 0; }
}
/* SP */
@media screen and (max-width: 670px){
	#pre-request-part .material-img img {
		height: 105px;
		margin: 25px 15px;
	}
	#pre-request-part .pre-push-txt { margin: 15px 0 0; }
	#pre-request-part .pre-in-box .pre-btn { margin-bottom: 10px; }
	#inquiry-part .pre-in-box { padding: 30px 0 40px; }
}

/* サービスの特徴
-------------------------------------------------- */
#pre-solution .works-img {
	width: 194px;
	height: auto;
	display: block;
	margin: 40px auto;
}
#pre-solution .pre-push-txt + .works-img { margin-top: 75px; }
#pre-solution .solution-works li,
#pre-cart	.cart-realize-box li {
	background-color: #ffffff;
	padding: 30px;
	border: 1px #cccccc solid;
	text-align: center;
	flex-basis: calc(33% - 15px);
}
#pre-solution .solution-works li {
	display: flex;
	flex-direction: column;
}
#pre-solution .solution-works li:not(:last-child),
#pre-cart	.cart-realize-box li:not(:last-child) { margin-right: 20px; }
#pre-solution .solution-works dt {
	font-weight: bold;
	color: #0a9b00;
	line-height: 1.6;
}
#pre-solution .solution-works dd,
#pre-cart	.cart-realize-box dd { font-size: 18px; }
#pre-solution .solution-works p,
#pre-cart	.cart-realize-box p {
	border-top: 1px #cccccc dotted;
	margin-top: 15px;
	padding-top: 15px;
	color: #666666;
	text-align: left;
}
#pre-solution .solution-works p { margin-bottom: 20px; }
#pre-solution .solution-works li a {
	display: block;
	margin-top: auto;
	font-weight: bold;
}
#pre-solution .solution-works li a:hover span { text-decoration: underline; }
#pre-solution .solution-works [class^='works-']:before,
#pre-cart	.cart-realize-box [class^='box-']:before {
	content: '';
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto 20px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
#pre-solution .solution-works .works-01:before { background-image: url('/img/pre_login/solution_1_00.png'); }
#pre-solution .solution-works .works-02:before { background-image: url('/img/pre_login/solution_2_00.png'); }
#pre-solution .solution-works .works-03:before { background-image: url('/img/pre_login/solution_3_00.png'); }
#pre-solution .solution-works .works-04:before { background-image: url('/img/pre_login/solution_4_00.png'); }
#pre-solution .solution-works .works-05:before { background-image: url('/img/pre_login/solution_5_00.png'); }
#pre-solution .solution-works .works-06:before { background-image: url('/img/pre_login/solution_6_00.png'); }
#pre-solution .solution-works .works-07:before { background-image: url('/img/pre_login/solution_7_00.png'); }
#pre-solution .solution-works .works-08:before { background-image: url('/img/pre_login/solution_8_00.png'); }
#pre-solution .solution-works .works-09:before { background-image: url('/img/pre_login/solution_13_00.png'); }
#pre-solution .solution-works .works-10:before { background-image: url('/img/pre_login/solution_10_00.png'); }
#pre-solution .solution-works .works-11:before { background-image: url('/img/pre_login/solution_11_00.png'); }
#pre-solution .solution-works .works-12:before { background-image: url('/img/pre_login/solution_12_00.png'); }
/* TAB */
@media screen and (max-width: 940px) and (min-width: 671px) {
	#pre-solution .unjust-solution dl dd { padding-right: 170px; }
	#pre-solution .unjust-solution > div { 
		background-position: 93% center;
		background-size: auto 70px;
	}
}
/* SP */
@media screen and (max-width: 670px){
	#pre-solution .unjust-solution dl dd { padding-right: 0; }
	#pre-solution .unjust-solution > div { 
		padding: 85px 30px 30px;
		text-align: center;
		background-position: center 10%;
		background-size: auto 55px;
	}
}

/*** 取引先枠 ***/
#pre-solution .mem-solution .solution-works dt,
#pre-solution .mem-solution .pre-sub-title span { color: #2ca0af; }
/* TAB/SP */
@media screen and (max-width: 940px) {
	#pre-solution .solution-works li { padding: 20px; }
	#pre-solution .solution-works dd { font-size: 16px; }
	#pre-solution .solution-works li a { font-size: 13px; }
}
/* TAB */
@media screen and (max-width: 940px) and (min-width: 671px) {
	#pre-solution .solution-works li:not(:last-child) { margin-right: 13px; }
	#pre-solution .solution-works [class^='works-']:before {
		width: 65px;
		height: 65px;
	}
}
/* SP */
@media screen and (max-width: 670px){
	#pre-solution .solution-works { display: block; }
	#pre-solution .solution-works li:not(:last-child),
	#pre-cart	.cart-realize-box li:not(:last-child){ margin: 0 0 20px; }
	#pre-solution .solution-works p,
	#pre-cart	.cart-realize-box p{
		padding-top: 5px;
		margin-top: 10px;
	}
	#pre-solution .solution-works p { margin-bottom: 10px; }
	#pre-solution .solution-works [class^='works-']:before {
		width: 60px;
		height: 60px;
		margin-bottom: 10px;
	}
}

/* 利用の流れ
-------------------------------------------------- */
#pre-flow .pre-head {
	text-align: left;
}
#pre-flow .lo-three-box .date {
	color: #666;
	font-size: 13px;
	border-radius: 30px;
	border: 1px solid #84919E;
	box-sizing: border-box;
	display: inline-block;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	padding: 2px 8px;
}
@media screen and (max-width: 670px) {
	#pre-flow .pre-head {	text-align: center;}
}

/* お役立ちページ
-------------------------------------------------- */
#pre-useful {
	background-color: #f6f6f6;
	padding-bottom: 80px;
	line-height: 1.8;
}
#pre-useful .main-wrap {
	max-width: 1200px;
	margin: 40px auto 0;
	display: flex;
}
#pre-useful .main-wrap,
#pre-useful .topic-path {
	padding: 0 30px;
	box-sizing: content-box;
}
#pre-useful .topic-path {
	max-width: 1200px;
	margin: 22px auto 0;
	width: 100%;
}
#pre-useful .left-wrap {max-width: 840px;}
#pre-useful .right-menu {
	max-width: 300px;
	margin-left: 5%;
}
@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop, #pre-useful .left-wrap, #pre-useful .right-menu {
		width: 100%;
	}
}
#pre-useful .right-menu h2 {
	background: #e0f8d9;
	font-size: 15px;
	font-weight: 600;
	color: #29a21f;
	padding: 9px 25px 5px;
}
#pre-useful .right-menu a,
#pre-useful .right-menu img {
	vertical-align: bottom;
	display: inline-block;
}
#pre-useful .right-menu img {width: 100%;}
#pre-useful.pre-useful-list .right-menu {margin-top: 59px;}
#pre-useful .right-menu>*:not(:last-child) {margin-bottom: 20px;}
#pre-useful .right-menu .contents {
	border: 1px solid #ccc;
	background: #fff;
	text-align: left;
}
#pre-useful .right-menu .contents a {color: #333;}
#pre-useful .right-menu .contents a:hover {text-decoration: none;}
#pre-useful .right-menu .to-paid {max-width: 300px;}
#pre-useful .right-menu a,
#pre-useful .right-menu .to-paid,
#pre-useful .right-menu .to-download {transition: opacity 0.2s;}
#pre-useful .right-menu a:hover,
#pre-useful .right-menu .to-paid:hover,
#pre-useful .right-menu .to-download:hover {opacity: 0.7;}
#pre-useful .right-menu .recommend ul {padding: 15px 24px 15px 25px;}
#pre-useful .right-menu .recommend li {padding: 15px 0;}
#pre-useful .right-menu .recommend a {
	min-height: 50px;
	display: flex;
	position: relative;
	transition: opacity 0.2s;
}
#pre-useful .right-menu .recommend a:hover {opacity: 0.6;}
#pre-useful .right-menu .recommend .img-wrap {
	width: 105px;
	height: 50px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: calc(50% - 25px);
}
#pre-useful .right-menu .recommend .img-wrap>img {
	height: 150px;
	width: auto;
}
#pre-useful .right-menu .recommend .sentence {
	padding-left: 120px;
	margin-top: -2px;
	line-height: 1.4;
}
#pre-useful .right-menu .genre a {
	height: 56px;
	padding: 0 25px;
	width: 100%;
	transition: color 0.2s;
	line-height: 1.4;
	display: flex;
	align-items: center;
}
#pre-useful .right-menu .genre a:hover {color: #0a9b00;}
#pre-useful .right-menu .genre li:not(:last-child) a {border-bottom: 1px solid #ccc;}
#pre-useful .right-menu .tag ul {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
}
#pre-useful .right-menu .tag li {margin: 5px 0 5px 10px;}
#pre-useful .right-menu .tag a {
	padding: 2px 10px 0;
	min-width: 75px;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	transition: background 0.2s, color 0.2s;
}
#pre-useful .right-menu .tag a:hover {
	color: #fff;
	background: #0a9b00;
}
/*** メインビジュアル ***/
#pre-useful .pre-page-ttl {
	font-size: 14px;
	height: auto;
	padding: 25px 20px;
}
#pre-useful .pre-page-ttl .post-title {
	width: 94%;
	margin: 0 auto;
	height: 102px;
	background: url('/img/contents/useful/ttl_article_pc_00.png') center center no-repeat;
	background-size: contain;
}
#pre-useful .pre-page-ttl .post-head { text-indent: -300%; }
#pre-useful .pre-page-ttl .post-title .mv-ttl {
	display: none;
}
#pre-useful .pre-page-ttl .mv-subtxt { 
	margin-top: 160px; 
	display: inline-block;
}
/* コンテンツトップ用 */
#pre-useful.pre-useful-list .pre-page-ttl { padding: 45px 20px 90px; }
#pre-useful.pre-useful-list .pre-page-ttl h1 {
	height: 138px;
	background-image: url('/img/contents/useful/ttl_top_pc_00.png');
}

/*** 記事一覧 ***/
#pre-useful .article-list {margin-bottom: 70px;}
#pre-useful .article-list h2 {
	font-size: 20px;
	padding-top: 40px;
}
#pre-useful .article-list h2>span {
	border-left: 5px solid #64b735;
	padding: 3px 0 3px 20px;
	display: inline-block;
}
#pre-useful .article-list h2:first-child { padding-top: 0; }
#pre-useful .article-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5px;
}
#pre-useful .article-list ul li {
	width: calc(33% - 6px);
	display: flex;
	margin: 12px 12px 0 0;
}
#pre-useful:not(.pre-useful-list) .article-list ul li:nth-child(n+4) {display: none;}
#pre-useful .article-list ul li:nth-child(3n) { margin-right: 0; }
#pre-useful .article-list ul li a {
	display: flex;
	width: 100%;
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid #ddd;
	padding: 0 30px 0px 115px;
	background-color: #fff;
	min-height: 100px;
	box-sizing: border-box;
	position: relative;
	transition: background-color 0.2s;
}
#pre-useful .article-list ul li a .img-wrap {
	position: absolute;
	width: 100px;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
#pre-useful .article-list ul li a .img-wrap>img {transition: opacity 0.2s;}
#pre-useful .article-list ul li a .img-wrap>img {height: 150px;}
#pre-useful .article-list ul li a:hover {
	background-color: #eeeeee;
	text-decoration: none;
}
#pre-useful .article-list ul li a:hover img {opacity: 0.8;}
#pre-useful .article-list ul li a:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px #666666 solid;
	border-right: 2px #666666 solid;
	transform: rotate(45deg);
	position: absolute;
	right: 15px;
	top: calc(50% - 5px);
	border-radius: 1px;
}
#pre-useful .article-list ul li a .sentence {
	display: flex;
	align-items: center;
	justify-content: center;
}
/*** Paidバナー（記事） ***/
[class^='useful-paid-bnr'] {
	background:
		url('/img/contents/useful/img_paidbnr_l_00.png') left -30% top 23%,
		url('/img/contents/useful/img_paidbnr_r_00.png') right -32% top 80%
	;
	background-repeat: no-repeat;
	background-size: 54% auto, 33% auto;
	background-color: #ffffff;
	margin-top: 40px;
	border: 1px #ccc solid;
	display: flex;
	line-height: 1.8;
	box-shadow: 0 0 50px -50px #e3f8de inset;
	justify-content: center;
	align-items: center;
	transition: opacity 0.5s;
}
[class^='useful-paid-bnr'] a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 79px 20px 29px;	
}
.useful-paid-bnr-article:hover,
#useful-paid-bnr:hover { opacity: 0.8; }
#pre-useful [class^='useful-paid-bnr'] a:hover { text-decoration: none; }
#pre-useful [class^='useful-paid-bnr'] a:hover span {
	background-color: #ffffff;
	color: #1e95d4;
}
#pre-useful [class^='useful-paid-bnr'] a:hover span:before {
	border-top: 2px #1e95d4 solid;
	border-right: 2px #1e95d4 solid;
}
[class^='useful-paid-bnr'] img.paid-bnr-pc { width: 240px; }
[class^='useful-paid-bnr'] .box-r { margin-left: 40px; }
[class^='useful-paid-bnr'] .box-r figure {
	padding-bottom: 15px;
	border-bottom: 1px solid #cccccc;
	margin: 0;
}
[class^='useful-paid-bnr'] .box-r img { vertical-align: middle; }
[class^='useful-paid-bnr'] .paid-bnr-logo { width: 20%; }
[class^='useful-paid-bnr'] .paid-bnr-logotxt {
	width: 60%;
	padding-left: 12px;
	min-width: 190px;
}
#pre-useful [class^='useful-paid-bnr'] p {
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
	padding: 20px 0;
}
#pre-useful [class^='useful-paid-bnr'] span {
	color: #ffffff;
	font-weight: bold;
	background-color: #1e95d4;
	padding: 10px 40px;
	border-radius: 27px;
	display: inline-block;
	border: 2px solid #1e95d4;
	transition: background-color 0.5s,color 0.5s;
	position: relative;
}
#pre-useful [class^='useful-paid-bnr'] a span:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotate(45deg);
	position: absolute;
	right: 19px;
	top: calc(50% - 4px);
	border-radius: 1px;
	transition: border 0.2s;
}
/*** コンテンツトップ ***/
#pre-useful.pre-useful-list { padding-bottom: 60px; }
/*** 記事本体 ***/
#pre-useful,#pre-useful * { box-sizing: border-box; }
#pre-useful { font-size: 14px; }
#pre-useful article {
	background-color: #ffffff;
	padding: 30px 45px 50px;
	word-break: break-all;
	margin: 0 auto 50px;
}
#pre-useful article p { font-size: 15px; }
#pre-useful article p + p { margin-top: 15px; }
#pre-useful article p .little_tag { 
	font-size: 15px;
		border: 1px solid #333;
		padding: 2px 5px 4px 5px;
		margin: 0 6px;
		border-radius: 5px;
}
#pre-useful article .related-post {
	display: inline-block;
	padding: 6px;
	font-size: 14px;
	color: #555555;
	border-radius: 3px;
	line-height: 1;
	vertical-align: 1px;
	margin-right: 9px;
	border: 1px #cccccc solid;
}
#pre-useful article .border {
	border: 1px #333333 solid;
		width: 90%;
		padding: 35px;
		margin-top: 20px;
		margin-bottom: 20px;
}
#pre-useful article .img-photo {
	margin: 0;
		height: 350px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
		border: 1px solid #fff;
}
#pre-useful article .c-formal {
	text-align: center;
	background-color: #f6f6f6;
	border: 1px #cccccc solid;
	padding: 10px;	
}
#pre-useful article .c-formal span {
	padding: 0 5px 0 0;
	font-weight: bold; 	
}
#pre-useful article p img { max-width: 100%; }
#pre-useful article table { margin-top: 25px; }
#pre-useful article table tr { border: 1px solid; }
#pre-useful article table tr th {
	border-right: 1px dotted;
	padding: 13px 25px;
	font-weight: bold;
}
#pre-useful article table .cell_50 { width: 50% }
#pre-useful article table .cell_25 { width: 25% }
#pre-useful article .elec_book_tb { margin-bottom: 25px; }
#pre-useful article .elec_book_tb tbody tr th { border-right: 1px dotted; }
#pre-useful article .elec_book_tb tbody tr td { border-right: 1px dotted; }
#pre-useful article table tr td { padding: 13px 25px; }
#pre-useful article .s-table { margin-bottom: 25px; }
#pre-useful article .agent-table { margin-bottom: 25px; }
#pre-useful article .agent-table tbody tr th {
	line-height: 1.3em;
	border-right: 1px solid;
	text-align: center;
}
#pre-useful article .agent-table tbody tr td { border-right: 1px solid; }
#pre-useful article table .txt_center { text-align: center; }
#pre-useful article table .txt_bg_blue { background-color: #AEDAEC; }
#pre-useful article table .txt_bg_ltblue { background-color: #D5F1FD; }
#pre-useful article table .txt_bg_red { background-color: #ECAEAE; }
#pre-useful article table .txt_bg_ltred { background-color: #FFE8E8; }
#pre-useful article table .txt_bg_grn { background-color: #AEECB0; }
#pre-useful article table .txt_bg_ltgrn { background-color: #DEFAD2; }
#pre-useful article table .txt_small_12 { font-size: 12px; }
#pre-useful article .useful-animetion {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-top: 15px;
} 
#pre-useful article .useful-animetion iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
#pre-useful article .tb_layer_fixed {
	width: 100%;
		table-layout: fixed;
}
/* タイトル・見出し */
#pre-useful article h1,
#pre-useful article h2,#pre-useful article h3 { line-height: 1.4; }
#pre-useful article h1 {/* タイトル */
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px #cccccc solid;
	margin-top: 20px;
	margin-bottom: 35px;
	padding-bottom: 20px;
	line-height: 1.6;
}
#pre-useful article h1 .sub-title {
	font-size: 18px;
	display: block;
}
#pre-useful article h2 {/* 見出し */
	font-size: 20px;
	font-weight: bold;
	background-color: #eeeeee;
	border-bottom: 2px #cccccc solid;
	padding: 12px 15px 10px;
	margin: 40px auto 25px;
}
#pre-useful article h3 {/* 小見出し */
	font-size: 16px;
	font-weight: bold;
	border-left: 4px #0a9b00 solid;
	padding-left: 12px;
	margin: 25px auto 15px;
}
#pre-useful article h4 { margin: 15px 0 5px; }/* 孫見出し */
#pre-useful article h4:before {
	content: '';
	display: inline-block;
	vertical-align: 1px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #333333;
	margin: 0 10px 0 3px;
}
#pre-useful article h5 { font-weight: bold; }
#pre-useful .article-mv {
	margin: 0;
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ccc;
}
#pre-useful .article-mv>img {width: 100%;}
#pre-useful article [class^='useicon'] {
	display: flex;
	flex-wrap: wrap;
}
#pre-useful article [class^='useicon']>* {margin-bottom: 10px;}
#pre-useful article [class^='useicon']>*:not(:last-child) {margin-right: 10px;}
#pre-useful article [class^='useicon']>.cat {margin-right: 20px;}
#pre-useful article .cat {
	font-size: 15px;
	border: 1px solid #0a9b00;
	color: #0a9b00;
	padding: 2px 5px 0;
}
#pre-useful article .tag {
	padding: 2px 10px 0;
	min-width: 75px;
	background: #eee;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 13px;
	transition: background 0.2s, color 0.2s;
	font-size: 14px;
	text-decoration: none;
	color: #333;
}
#pre-useful article .tag:hover {
		color: #fff;
		background: #0a9b00;
}
#pre-useful article .tag-bottom {
	display: flex;
	margin: 55px 0 0;
	padding-top: 30px;
	border-top: 1px solid #ccc;
}
#pre-useful article .tag-bottom .title {
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
}
#pre-useful article .tag-bottom .title:after {
	content: ':';
	padding-left: 5px;
}
#pre-useful article .tag-bottom ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	width: calc(100% - 91px);
}
#pre-useful article .tag-bottom li {
	list-style: none;
	margin: 0 0 10px 0;
}
#pre-useful article .tag-bottom li:not(:last-child) {margin-right: 10px;}
#pre-useful article .to-instance-banner {
	margin-top: 45px;
	display: inline-block;
	transition: opacity 0.2s;
}
#pre-useful article .to-instance-banner:hover {opacity: 0.7;}
#pre-useful article .to-instance-banner img {
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}
#pre-useful article .to-instance-banner .sp {display: none;}
/* 目次 */
#pre-useful .contents-list {
	display: inline-flex;
	border: 1px #dddddd solid;
	padding: 12px 0;
	margin: 15px auto 0;
	line-height: 1.7;
}
#pre-useful .contents-list dt {
	align-self: center;
	padding: 10px 30px;
	font-weight: bold;
	flex-shrink: 0;
}
#pre-useful .contents-list dd {
	padding: 0 40px 0 20px;
	border-left: 1px #dddddd dotted;
}
#pre-useful .contents-list dd a {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
#pre-useful .contents-list dd a:before { content: '・'; }
/* リスト */
#pre-useful article ul { margin: 15px 0; }
#pre-useful article ul li {
	list-style: disc;
	margin-left: 25px;
}
#pre-useful article ul li.list-ttl {
	list-style: none;
	margin-left: 0;
}
/* 固定帯 */
#pre-useful .article-fixed-link {
	position: fixed;
	bottom: -100px;
	opacity: 0;
	left: 0;
	width: 100%;
	height: 55px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255,255,255,0.85);
	color: #ffffff;
	z-index: 10;
	transition: opacity 0.3s;
}
#pre-useful .article-fixed-link figure img {
	padding-top: 7px;
	width: 85px;
}
#pre-useful .article-fixed-link p {
	max-width: calc(100% - 85px - 50px - 175px);
	margin: 0 20px 0 30px;
}
#pre-useful .article-fixed-link a {
	width: 60%;
	background-color: #1e95d4;
	color: #ffffff;
	padding: 7px 0;
	border-radius: 25px;
	text-align: center;
	font-weight: bold;
	transition: background-color 0.2s,color 0.2s;
	border: 2px solid #1e95d4;
}
#pre-useful .article-fixed-link a:hover {
	background-color: #ffffff;
	color: #1e95d4;
	text-decoration: none;
}
/* PC */
@media screen and (min-width: 1025px) {
	#pre-useful.pre-useful-list .article-list {margin-bottom: 120px;}
}
/* TAB/SP */
@media screen and (max-width: 1024px) {
	#pre-useful .main-wrap {
		flex-direction: column;
		align-items: center;
	}
	#pre-useful .topic-path {
		box-sizing: border-box;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	#pre-useful .right-menu {
		margin-left: 0;
		max-width: 100%;
		text-align: center;
	}
	#pre-useful .left-wrap {max-width: 100%;}
	#pre-useful.pre-useful-list .right-menu {margin-top: 0;}
	/*** 記事一覧 ***/
	#pre-useful .article-list {margin-bottom: 90px;}
	#pre-useful .article-list ul li:nth-child(2n) { margin-left: 0; }
	/*** Paidバナー ***/
	#pre-useful [class^='useful-paid-bnr'] {
		display: none;
		background: url('/img/contents/useful/img_paidbnr_sp_bg_00.png') left 0 top 0;
		background-size: 100%;
		background-repeat: no-repeat;
		line-height: 1.8;
		padding: 0;
		max-height: 980px;
		justify-content: center;
		text-align: center;
		margin-top: 20px;
	}
	#pre-useful.pre-useful-list [class^='useful-paid-bnr'] {display: none;}
	[class^='useful-paid-bnr'] a {
		padding: 30px 40px;
		display: block;
	}
	#pre-useful.pre-useful-list + [class^='useful-paid-bnr'] { padding: 50px 0 40px; }
	[class^='useful-paid-bnr'] p,
	#pre-useful.pre-useful-list + [class^='useful-paid-bnr'] p { text-align: left; }
	[class^='useful-paid-bnr'] img.paid-bnr-sp {
		width: 50%;
		margin-left: 7%;
	}
	[class^='useful-paid-bnr'] .box-r { margin: 10px 0 0 0; }
	[class^='useful-paid-bnr'] .box-r div {
		padding: 0;
		border: none;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	[class^='useful-paid-bnr'] .paid-bnr-logo { width: 18%; }
	[class^='useful-paid-bnr'] .paid-bnr-logotxt {
		width: 58%;
		padding-left: 22px;
	}
	[class^='useful-paid-bnr'] figure img { margin: 0 auto; }
	[class^='useful-paid-bnr'] figure img:first-child { width: 74%; }
	[class^='useful-paid-bnr'] figure .paid-bnr-logotxt { width: 90%; }
	#pre-useful [class^='useful-paid-bnr'] span { width: 60%; }
}
/* TAB */
@media screen and (max-width: 1024px) and (min-width: 671px) {
	/*** メインビジュアル ***/
	#pre-useful.pre-useful-list .pre-page-ttl { padding: 30px 10px 105px; }
	#pre-useful .right-menu>* { margin-bottom: 20px; }
	#pre-useful .right-menu a:last-child { padding-left: 10px; }
	/*** 記事本体 ***/
	#pre-useful article {
		padding: 30px 40px;
		margin: 0 0 50px;
	}
	#pre-useful article h2 { margin: 30px auto; }
}
/* SP */
@media screen and (max-width: 670px){
	#pre-useful,
	#pre-useful article [class^='useicon'] { font-size: 13px; }
	#pre-useful { padding-bottom: 50px; }
	#pre-useful [class^='useful-paid-bnr'] { margin-bottom: 30px; }
	#pre-useful .main-wrap {margin: 0 auto;}
	#pre-useful .main-wrap,
	#pre-useful .topic-path { padding: 0 15px; }

	/*** メインビジュアル ***/
	#pre-useful .pre-page-ttl { padding: 20px 10px; }
	#pre-useful .pre-page-ttl .post-title {
		height: 20vw;
		background: url('/img/contents/useful/ttl_article_sp_00.png') center center no-repeat;
		background-size: cover;
		width: 100%;
	}
	#pre-useful .pre-page-ttl h1 {
		width: 100%;
		height: 20vw;
		background-image: url('/img/contents/useful/ttl_article_sp_00.png');
	}
	#pre-useful .pre-page-ttl .mv-subtxt {
		text-align: left;
		max-width: 380px;
		width: 90%;
		margin: 58% auto 0;
	}
	
	/* コンテンツトップ用 */
	#pre-useful.pre-useful-list .pre-page-ttl { padding: 30px 10px 125px; }
	#pre-useful.pre-useful-list .pre-page-ttl h1 {
		height: 49vw;
		max-width: 400px;
		max-height: 210px;
		background-image: url('/img/contents/useful/ttl_top_sp_00.png');
	}
	
	#pre-useful.pre-useful-list { padding-bottom: 90px; }

	/*** 記事一覧 ***/
	#pre-useful .article-list,
	#pre-useful .article-list h2 {
		font-size: 18px;
		line-height: 1.2;
		padding-top: 30px;
	}
	#pre-useful article h3 { margin-top: 20px; }
	#pre-useful article [class^='useicon']>.cat { margin-right: 12px; }
	#pre-useful article .cat { font-size: 13px; }
	#pre-useful article .tag {
		min-width: 50px;
		font-size: 12px;
	}
	#pre-useful .article-list ul {
		justify-content: space-between;
		margin-top: 25px;
	}
	#pre-useful .article-list ul li {
		width: calc(50% - 5px);
		margin: 0px 0 10px;
	}
	#pre-useful:not(.pre-useful-list) .article-list ul li:nth-child(n+3) {display: none;}
	#pre-useful .article-list ul li a {
		font-size: 14px;
		line-height: 1.5;
		flex-direction: column;
		padding: 0;
	}
	#pre-useful .article-list ul li a:after {content: none;} 
	#pre-useful .article-list ul li a .img-wrap {
		position: static;
		width: 100%;
		height: 59px;
	}
	#pre-useful .article-list ul li a .img-wrap>img {
		height: auto;
		width: 100%;
	}
	#pre-useful .article-list ul li a .sentence {
		display: block;
		padding: 5px 10px;
		min-height: 70px;
	}
	#pre-useful .article-list ul li a .sentence:after {
		content: '';
		display: inline-block;
		width: 8px;
		height: 8px;
		border-top: 2px #666666 solid;
		border-right: 2px #666666 solid;
		transform: rotate(45deg);
		border-radius: 1px;
		margin-left: 5px;
	}
	/*** Paidバナー ***/
	[class^='useful-paid-bnr'] a { padding: 20px; }
	[class^='useful-paid-bnr'] img.paid-bnr-sp {
		min-width: 175px;
		margin-left: 14%;
	}
	[class^='useful-paid-bnr'] .box-r div { display: block; }
	[class^='useful-paid-bnr'] .paid-bnr-logo {
		min-width: 105px;
		padding-right: 15px;
	}
	[class^='useful-paid-bnr'] .paid-bnr-logotxt {
		padding: 13px 0 0 0;
		min-width: 205px;
	}
	#pre-useful [class^='useful-paid-bnr'] span {
		width: 70%;
		padding: 10px 25px;
	}
	
	/*** 記事本体 ***/
	#pre-useful article h1 {
		font-size: 20px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	#pre-useful article {
		width: 100%;
		padding: 20px;
		border: 0;
	}
	#pre-useful article h2 { margin: 20px auto 25px; }
	#pre-useful article h3 { margin-bottom: 10px; }
	#pre-useful .contents-list dt { padding: 10px 20px; }
	.useful-paid-bnr-article .pre-btn-m { width: 80%; }
	#pre-useful .link-blank { background-position: left 2px top 5px; }
	#pre-useful article .to-instance-banner .pc {display: none;}
	#pre-useful article .to-instance-banner .sp {display: block;}
	#pre-useful .article-mv {
		margin-top: 20px;
		height: auto;
	}
	
	/*** 固定帯 ***/
	#pre-useful .article-fixed-link.show-btn {
		opacity: 1;
		bottom: 0;
		box-shadow: 0 0 7px 0 rgba(155,155,155,0.5);
	}
	#pre-useful ~ footer #page-top { transition: opacity 0.3s; }
	#pre-useful ~ footer #page-top.hide-top { opacity: 0; }
}

/* メンテナンス告知など
-------------------------------------------------- */
#pre-notice .pre-txt-note:only-of-type { margin-top: 20px; }
#pre-notice.pre-holiday .pre-tbl-basic { max-width: 500px; }
#pre-notice .notice-date { font-size: 14px; }
#pre-notice .notice-ttl {
	font-size: 21px;
	padding: 5px 0 10px;
	margin-bottom: 35px;
	line-height: 1.6;
	border-bottom: 1px #cccccc solid;
	font-family: 'Noto Sans JP',sans-serif,'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}
/* 利用規約 */
#pre-guide .headline {
	font-weight: bold;
	font-size: 18px;
}
#pre-guide ul li {
	padding: 0 0 0 2em;
	text-indent: -2em;
	margin-top: 15px;
}
#pre-guide li .list-contents li {
	margin-top: 5px;
	text-indent: -1em;
}
#pre-guide .rac-contact {
	border: 1px #bfbfbf solid;
	max-width: 22em;
	margin: 10px 0 20px 2em;
}
#pre-guide .rules-area input { display: none; }
#pre-guide .rules-menu-box { border-bottom: 1px #cccccc solid; }
#pre-guide .rules-menu-box label {
	display: block;
	margin-bottom: -1px;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	padding: 10px 0 15px;
	width: 180px;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
}
#pre-guide .rules-menu-box label:hover {color: #03AF7A;}
#pre-guide #rules-c:checked ~ .rules-menu-box .rules-c,
#pre-guide #rules-m:checked ~ .rules-menu-box .rules-m {
	border-bottom: 3px solid #03AF7A;
	color: #03AF7A;
}
#pre-guide [class^='rules-box-'] {
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: opacity .3s ease-in;
	font-weight: normal;
}
#pre-guide #rules-c:checked ~ .rules-box-c,
#pre-guide #rules-m:checked ~ .rules-box-m {
	opacity: 1;
	height: auto;
}
#pre-guide .rules-update {
	margin: 50px 0 15px;
	font-weight: bold;
	text-align: right;
}
#pre-guide .rules-beginning {
	margin-bottom: 40px;
	font-weight: normal;
}
#pre-guide .chapter {
	font-size: 24px;
	font-weight: 500;
	margin: 40px 0 10px;
}
#pre-guide .rules-txt { margin-left: 1em;}
#pre-guide .rules-area [class^='rules-box-'] > ul:not(.inner-bracket) { margin-left: 1em; }
#pre-guide .rules-area ol> li {
	list-style-type: decimal;
	margin-left: 2em;
}
#pre-guide .bracket-a li {
	text-indent: -3em;
	padding-left: 3em;
	margin: 5px 0;
}
#pre-guide .bracket-b li {
	text-indent: -3em;
	padding-left: 3em;
	margin: 5px 0 5px 1em;
}
#pre-guide .bracket-b li.les-indent {
	text-indent: -1em;
	padding-left: 1em;
}
#pre-guide .inner-bracket > li {
	text-indent: -1em;
	padding-left: 1em;
}
#pre-guide .number {
	text-indent: -1em;
	padding-left: 1em;
	margin: 20px 0 0 1em;
}
/* SP */
@media screen and (max-width: 670px){
	#pre-notice .notice-date { font-size: 13px; }
	#pre-notice .notice-ttl {
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 25px;
	}
	#pre-guide .headline { font-size: 16px; }
	#pre-guide .chapter {font-size: 18px;}
	#pre-guide .rules-menu-box label {
		width: 100px;
		font-size: 13px;
	}
	#pre-guide .rules-menu-box label:first-child {margin-left: 20px;}
	#pre-guide #rules-c:checked ~ .rules-menu-box .rules-c,
	#pre-guide #rules-m:checked ~ .rules-menu-box .rules-m {
		border-bottom: 1px solid #fff;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-top: 2px solid #03AF7A;
		padding-top: 8px;
	}
	#pre-guide .rules-update { margin-top: 25px;}
}

/* 資料請求
-------------------------------------------------- */
/* 完了 */
#pre-complete .pre-complete-sns,
#pre-complete .pre-complete-sns > div {
	flex-wrap: wrap;
	justify-content: center;
}
#pre-complete .pre-complete-sns {
	margin: 30px auto 0;
	border-top: 1px #cccccc solid;
	padding-top: 20px;
	width: 80%;
}
#pre-complete .pre-complete-sns > p {
	flex-basis: 100%;
	font-size: 14px;
}
#pre-complete .pre-complete-sns a { margin: 7px 10px; }
#pre-complete .pre-complete-sns a img {
	width: 36px;
	height: auto;
	vertical-align: middle;
	margin: 0 12px 0 -20px;
}

/* Paid申し込み（企業）
-------------------------------------------------- */
#pre-entry .pre-fo-innerpre-txt { line-height: 1.4; }
#pre-entry .rules-area {
	border: 1px #cccccc solid;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 15px;
	margin-top: 30px;
	font-size: 15px;
}
#pre-entry .rules-area .link-blank .link-txt {transform: translateY(-2px);}
/* 完了 */
.pd-sprt-info {
	border-top:1px #cccccc solid;
	border-bottom:1px #cccccc solid;
	padding: 13px 15px 15px;
	margin: 25px auto 15px;
	text-align: center;
	max-width: 700px;
}
.pd-sprt-info .pd-sprt-ttl:before,
.pd-sprt-info .pd-sprt-ttl:after {
	content: '';
	display: inline-block;
	vertical-align: 0.3em;
	width: 15px;
	height: 1px;
	background-color: #333333;
	margin: 0 3px;
}
.pd-sprt-info .pd-sprt-indnt {
	text-indent: -32px;
	padding-left: 32px;
}
.pd-sprt-info .pd-sprt-indnt * { text-indent: 0; }
.pd-sprt-info .pd-sprt-tel,
.pd-sprt-info .pd-sprt-form,
.pd-sprt-info .pd-sprt-mail {
	display: inline-block;
	vertical-align: middle;
	min-height: 23px;
	padding-left: 32px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 23px;
}
.pd-sprt-info .pd-sprt-tel {
	font-weight: bold;
	background-image: url('/img/common/icon/tel_grn_00.png');
	color: #333333;
}
.pd-sprt-info .pd-sprt-form {
	background-image: url('/img/common/icon/pc_grn_00.png');
	margin-top: 5px;
}
.pd-sprt-info .pd-sprt-mail {
	background-image: url('/img/common/icon/mail_grn_00.png');
	margin-top: 5px;
	color: #333333;
}
/* 銀行選択モーダル */
.blockUI.blockMsg.blockPage {
	z-index: 10001 !important;
	width: 600px!important;
	left: calc(50% - 300px)!important;
	top: 20%!important;
	position: fixed!important;
}
#bank_name_dialog,
#bank_branch_name_dialog {
	padding: 10px;
	box-sizing: border-box;
	cursor: default;
}
.pre-modal-inner-box {
	text-align: left;
	margin: 10px 20px;
}
.pre-modal-inner-box .pre-modal-title {
	font-size: 22px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px #cccccc solid;
}
.pre-mdl-cls {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px #333333 solid;
	text-indent: 100px;
	overflow: hidden;
	position: relative;
}
.pre-mdl-cls:before,
.pre-mdl-cls:after {
	content: '';
	display: block;
	height: 1px;
	width: 11px;
	background-color: #333333;
	position: absolute;
	top: 2px;
	top: 7px;
	left: 2px;
}
.pre-mdl-cls:before {
	transform-origin: 50% 50%;
	-webkit-transition: .3s;
	transition: .3s;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.pre-mdl-cls:after {
	transform-origin: 50% 50%;
	-webkit-transition: .3s;
	transition: .3s;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#bank_list,
#bank_branch_list { margin-top: 15px; }
#bank_list_ui,
#bank_branch_list_ui {
	flex-wrap: wrap;
	margin-top: 5px;
	max-height: 32vh;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#bank_list_ui li,
#bank_branch_list_ui li {
	flex-basis: 50%;
	font-size: 15px;
	margin: 5px 0;
}
#bank_list_ui li label,
#bank_branch_list_ui li label {
	padding: 5px 0;
	margin-right: 15px;
	display: block;
	text-indent: -20px;
	padding-left: 20px;
}
/* はてなマーク（注記） */

.pre-q-notes {
	position: relative;
}
.pre-f-icon {
	background: #8A8A8A;
	width: 1.3em; 
	line-height: 1.3em;
	text-align: center; 
	border-radius: 50%;
	color: #fff;
	margin-left: 5px;
    margin-top: 2px;
}
.pre-f-icon:hover {
	cursor: pointer; 
	background-color: #222;
}
.pre-answer {
	position: absolute;
	display: none;
	top: -80px;
    width: 287px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #fffff0;
	border: 1px #cccccc solid;
	padding: 13px 20px;
	text-align: left;
	font-weight: normal !important;
	font-style: normal;
	box-shadow: 0 0 4px 0 rgba(100, 100, 100, 0.4);
	font-size: 13px;
}
.pre-f-icon:hover + .pre-answer {
	display: block;
}


/* SP */
@media screen and (max-width: 670px){
	.blockUI.blockMsg.blockPage {
		width: 90vw!important;
		top: 15%!important;
		left: calc(50% - 45vw)!important;
	}
	.pre-modal-inner-box { margin: 10px; }
	#bank_list_ui li,
	#bank_branch_list_ui li { font-size: 14px; }
	#bank_list_ui li label,
	#bank_branch_list_ui li label { margin-right: 5px; }
}

/* メンバー誘導リンク（請求書を受け取った方）
----------------------------------------------------------------------------------------------- */
.pre-member-banner {
	position: fixed;
	right: 0;
	top: 200px;
	z-index: 99;
}
.pre-member-banner .member-banner-a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 55px;
	height: 200px;
	padding: 5px 0 0;
	border-radius: 20px 0 0 20px;
	line-height: 0;
	background: #fff;
 	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
	writing-mode: vertical-lr;
	text-orientation: upright;
	text-align: center;
	color: #333;
	font-size: 15px;
}
.pre-member-banner .member-banner-a:hover { opacity: 0.7; }

/* セミナー誘致リンク
----------------------------------------------------------------------------------------------- */
.pre-seminar-banner {
	position: fixed;
	right: 25px;
	bottom: 25px;
	z-index: 99;
	display: none;
}
.pre-seminar-banner .seminar-banner-a {
	max-width: 250px;
	height: 250px;
	display: block;
	padding: 0;
	overflow: visible;
	position: relative;
	border-radius: 6px;
	line-height: 0;
}
.pre-seminar-banner .seminar-banner-a img {
	width: 100%;
	height: auto;
	transition: opacity 0.3s;
	filter: drop-shadow(0 0 4px #d5e5da);
}
.pre-seminar-banner .seminar-banner-a:hover img { opacity: 0.7; }
/* 閉じるボタン */
.pre-seminar-banner #pre-seminar-banner-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	border: 1px #ffffff solid;
}
.pre-seminar-banner #pre-seminar-banner-close span {
	position: relative;
	background: #fff;
	border:1px solid #000;
	width: 20px;
	height: 20px;
}
.pre-seminar-banner #pre-seminar-banner-close span:hover {background: #fff;}
.pre-seminar-banner #pre-seminar-banner-close span::after,
.pre-seminar-banner #pre-seminar-banner-close span:before {
	content: "";
	position: absolute;
	top: 50%;
	display: block;
	width: 11px;
	border-top: 2px solid #000;
	text-align: center;
	right: 0;
	left: 0;
	margin: auto;
}
.pre-seminar-banner #pre-seminar-banner-close span:after {transform: skewY(45deg);}
.pre-seminar-banner #pre-seminar-banner-close span:before {transform: skewY(-45deg);}
/* tab/m */
@media screen and (max-width: 940px) {
	.pre-seminar-banner .seminar-banner-a {
		max-width: 480px;
		height: 108px;
	}
}

@media screen and (max-width: 670px) {
	footer .ft-p-area .ft-p-area-left .pre-seminar-banner { position: static; }
	.pre-seminar-banner .seminar-banner-a { margin: 0 auto; max-width: 400px; height:inherit;}

	.pre-seminar-banner {
		right:0;
		bottom: 0;
		margin: 20px;
	}
}
/* TOPに戻るボタンの位置 */
#page-top.above-seminar a { bottom: 300px; right: 125px; }
@media screen and (max-width: 940px) {
	#page-top.above-seminar a { bottom: 160px; right: 20px; }
}
@media screen and (max-width: 670px) {
	#page-top.above-seminar a { bottom: 120px; }
}

/* 書類提出フォーム
--------------------------------------------------------------------------------- */
.header-ds-form {
	position: static;
}
.header-ds-form .header-inner {
	justify-content: space-between;
}
.header-ds-form .header-inner .name-pc-tab {
	display: flex;
	align-items: center;
	font-size: 15px;
}
#documents-submission-form .name-sp {
	display: none;
}
#documents-submission-form {
	background-color: #f6f6f6;
	font-size: 15px;
	padding-top: 0;
	min-height: calc(100% - 216px);
}
#documents-submission-form .message {
	font-size: 15px;
	text-align: center;
}
#documents-submission-form img {
	vertical-align: top;
}
#documents-submission-form .wrap {
	width: 90%;
	max-width: 1000px;
	margin: 43px auto 0;
	padding-bottom: 50px;
}
#documents-submission-form .confirm-error {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 43px;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #ff4103;
	margin-bottom: 30px;
}
#documents-submission-form .confirm-error span {
	display: inline-block;
	color: #ed4f3e;
	font-size: 14px;
	font-weight: bold;
	padding-left: 28px;
	position: relative;
}
#documents-submission-form .confirm-error span:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url('/img/pre_login/doc_submit/error.png') no-repeat center/contain;
	position: absolute;
	left: 0;
}
#documents-submission-form form fieldset {
	background-color: #ffffff;
	padding-top: 88px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	position: relative;
}
#documents-submission-form form fieldset:not(:last-of-type) {
	margin-bottom: 30px;
}
#documents-submission-form .confirm form fieldset:not(:last-of-type) {
	margin-bottom: 20px;
}
#documents-submission-form form fieldset legend {
	width: 100%;
	height: 88px;
	background-color: #fcfcfc;
	font-size: 22px;
	box-sizing: border-box;
	padding: 29px 60px;
	border-bottom: 1px solid #cccccc;
	border-radius: 5px 5px 0 0;
	position: absolute;
	top: 0;
}
#documents-submission-form .fieldset-inner {
	padding: 25px 60px 48px;
}
#documents-submission-form fieldset figure {
	width: 304px;
	align-self: flex-start;
	background-color: #f6f6f6;
	text-align: center;
	font-size: 14px;
	color: #666666;
	padding: 13px;
	margin: 0;
}
#documents-submission-form fieldset figcaption {
	margin-bottom: 9px;
}
#documents-submission-form .sample-1 img {
	width: 100%;
}
#documents-submission-form .sample-inner {
	position: relative;
	text-align: right;
}
#documents-submission-form .stamp {
	position: absolute;
	z-index: 0;
}
#documents-submission-form .stamp:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	z-index: -1;
}
#documents-submission-form .sample-inner > img {
	width: 100%;
}
#documents-submission-form .sample-2 .sample-inner {
	width: 92px;
	padding-right: 113px;
	margin: 0 auto;
}
#documents-submission-form .sample-2 .stamp img {
	width: 96px;
}
#documents-submission-form .sample-2 .stamp {
	bottom: 4px;
	right: 0;
}
#documents-submission-form .sample-2 .stamp:before {
	content: '発行元社判';
	position: absolute;
	top: -21px;
	left: 12px;
}
#documents-submission-form .sample-2 .stamp:after {
	border-bottom: 14px solid #666666;
	border-left: 31px solid transparent;
	bottom: 14px;
	left: -26px;
	transform: rotate(-24.9deg);
}
#documents-submission-form .sample-3 .sample-inner {
	width: 93px;
	padding-left: 108px;
	margin: 0 auto;
}
#documents-submission-form .sample-3 .stamp img {
	width: 94px;
}
#documents-submission-form .sample-3 .stamp {
	bottom: 2px;
	left: 0;
}
#documents-submission-form .sample-3 .stamp:before {
	content: '収受印';
	position: absolute;
	top: -21px;
	left: 24px;
}
#documents-submission-form .sample-3 .stamp:after {
	border-bottom: 13px solid #666666;
	border-right: 29px solid transparent;
	top: 6px;
	right: -18px;
	transform: rotate(-49.2deg);
}
#documents-submission-form .image {
	background-color: #f6f6f6;
	padding: 37px 48px 45px;
	border: 1px solid #cccccc;
}
#documents-submission-form .image .notes{
	display: flex;
    flex-direction: column;
	font-size: 14px;
}
#documents-submission-form .notes {
	margin: 8px 0 24px;
}
#documents-submission-form .notes li {
	padding-left: 1em;
	position: relative;
}
#documents-submission-form .notes li:before {
	content: '※';
	color: #ed4f3e;
	position: absolute;
	left: 0;
}
#documents-submission-form .upload-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
#documents-submission-form input[type="file"] {
	display: none;
}
#documents-submission-form .upload-area {
	width: calc((100% - 18px) / 2);
	background-color: #ffffff;
	color: #666666;
	position: relative;
	user-select: none;
}
#documents-submission-form .upload-area:before {
	content: '';
	display: block;
	padding-top: 64%;
}
#documents-submission-form .upload-inner,
#documents-submission-form .drag-hover,
#documents-submission-form .progress,
#documents-submission-form .uploaded-image,
#documents-submission-form .error {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #666666;
	box-sizing: border-box;
	border: 1px dashed #898989;
	position: absolute;
	top: 0;
	left: 0;
}
#documents-submission-form .drag-hover {
	display: none;
	background-color: rgba(217, 238, 248, 0.95);
	border: 1px dashed #1e95d4;
	z-index: 5;
}
#documents-submission-form .drag-hover .up-message {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
#documents-submission-form .upload-area .icon {
	margin-bottom: 15px;
}
#documents-submission-form .upload-area .icon img {
	width: 24px;
}
#documents-submission-form .upload-area label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 162px;
	height: 41px;
	background-color: #00a0e9;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 10px;
	margin: 15px 0;
	transition: 0.2s;
}
#documents-submission-form .progress {
	display: none;
	background-color: #ffffff;
	font-size: 14px;
	z-index: 2;
}
#documents-submission-form .progress .bar {
	width: 80%;
	max-width: 223px;
	height: 17px;
	border-radius: 8.5px;
	margin-top: 10px;
	overflow: hidden;
	position: relative;
}
#documents-submission-form .progress .bar .bar-inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-radius: inherit;
}
#documents-submission-form .progress .bar .bar-color {
	width: 0;
	height: 100%;
	background-color: #01b776;
	position: absolute;
	top: 0;
	left: 0;
}
#documents-submission-form .uploaded-image {
	display: none;
	background-color: #ffffff;
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	border: 1px solid #cccccc;
	z-index: 3;
	cursor: zoom-in;
}
#documents-submission-form .file-name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#documents-submission-form .uploaded-image .file-name,
#documents-submission-form .error .file-name {
	width: 100%;
	height: 25px;
	background-color: rgba(0, 0, 0, 0.55);
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	box-sizing: border-box;
	padding: 0 5px;
	color: #ffffff;
	position: absolute;
	left: 0;
	bottom: 0;
}
#documents-submission-form .pdf-count {
	flex-shrink: 0;
	white-space: nowrap;
}
#documents-submission-form .delete {
	width: 30px;
	height: 30px;
	background-color: #333333;
	color: #ffffff;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 4;
	transition: 0.2s;
}
#documents-submission-form .delete span:before,
#documents-submission-form .delete span:after,
#documents-submission-form .modal-close:before,
#documents-submission-form .modal-close:after {
	display: block;
 	content: "";
 	background-color: #ffffff;
		position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 2px;
	margin: -6% 0 0 -23%;
}
#documents-submission-form .delete span:before,
#documents-submission-form .modal-close:before {
	transform: rotate(-45deg);
}
#documents-submission-form .delete span:after,
#documents-submission-form .modal-close:after {
	transform: rotate(45deg);
}
#documents-submission-form .modal-close:before,
#documents-submission-form .modal-close:after {
	background-color: #333333;
	margin: 0 0 0 -21%;
}
#documents-submission-form .error {
	display: none;
	justify-content: center;
	align-items: center;
	background-color: #dedede;
	box-sizing: border-box;
	padding: 0 10px 25px;
	border: 2px solid #ed4f3e;
	z-index: 2;
}
#documents-submission-form .error .error-message {
	color: #ed4f3e;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#documents-submission-form .error .error-message .exclamation:before	{
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url('/img/pre_login/doc_submit/error.png') no-repeat center/contain;
	transform: translate(0, 4px);
	margin-right: 10px;
}
#documents-submission-form .error label {
	margin: 15px 0 0;
}
#documents-submission-form .zoom-modal {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
#documents-submission-form .zoom-modal .modal-window {
	width: 80%;
	height: 80%;
	max-width: 900px;
	max-height: 900px;
	background-color: #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 32px 2px rgba(75, 75, 75, 0.55);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 101;
}
#documents-submission-form .zoom-modal .modal-header {
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #333333;
	box-sizing: border-box;
	padding-left: 15px;
}
#documents-submission-form .zoom-modal .scroll {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: calc(100% - 40px);
	overflow: auto;
	text-align: center;
	box-sizing: border-box;
	padding: 18px;
	border-top: 1px solid #cccccc;
	-webkit-overflow-scrolling: auto;
}
#documents-submission-form .zoom-modal .scroll.padding-adjust {
	padding-bottom: 0;
}
#documents-submission-form .zoom-modal .scroll.padding-adjust:after {
	content: '';
	display: block;
	width: 100%;
	height: 18px;
}
#documents-submission-form .scroll img {
	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
#documents-submission-form .zoom-modal .modal-close {
	width: 40px;
	height: 100%;
	flex-shrink: 0;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	margin-left: auto;
}
#documents-submission-form .upload-area .file-type {
	font-size: 13px;
	color: #898989;
}
#documents-submission-form .upload-area.front:after,
#documents-submission-form .upload-area.back:after {
	display: block;
	width: 100px;
	height: 35px;
	background-color: #dcdcdc;
	color: #666666;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	padding: 4px 0;
	position: absolute;
	top: 1px;
	left: 1px;
	pointer-events: none;
	line-height: 1.2;
}
#documents-submission-form .upload-area.front:after {
	content: 'オモテ面';
}
#documents-submission-form .upload-area.back:after {
	content: 'ウラ面';
}
#documents-submission-form .add-file {
	text-align: center;
	margin-top: 20px;
}
#documents-submission-form .add-file label {
	display: inline-block;
	padding-left: 22px;
	color: #1e95d4;
	position: relative;
}
#documents-submission-form .add-file label:before {
	content: '＋';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	background-color: #1e95d4;
	color: #ffffff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 8px);
	left: 0;
}
#documents-submission-form .add-file.disabled label {
	color: #666666;
	cursor: default;
}
#documents-submission-form .add-file.disabled label:before {
	background-color: #aaaaaa;
}
#documents-submission-form .confirm .fieldset-inner {
	padding: 25px 109px 40px;
}
#documents-submission-form .confirm .uploaded-image {
	display: flex;
}
#documents-submission-form .confirm .upload-area.front:after,
#documents-submission-form .confirm .upload-area.back:after {
	background-color: transparent;
	color: #333333;
	font-weight: normal;
	top: -30px;
}
#documents-submission-form .complete,
#documents-submission-form .submitted {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 235px;
	background-color: #ffffff;
	box-sizing: border-box;
	padding: 47px 20px;
	border: 1px solid #cccccc;
}
#documents-submission-form .complete p,
#documents-submission-form .submitted p {
	max-width: 100%;
}
#documents-submission-form .submitted {
	height: auto;
	margin-top: 80px;
	padding: 53px 20px;
}
#documents-submission-form .submitted .catch {
	font-size: 20px;
	font-weight: bold;
}
#documents-submission-form .submitted .explain {margin: 25px 0 20px;}
#documents-submission-form .close {
	display: inline-block;
	padding-right: 13px;
	position: relative;
	overflow: visible;
}
#documents-submission-form .close:after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	border-top: 2px solid #1e95d4;
	border-right: 2px solid #1e95d4;
	transform: rotate(45deg);
	position: absolute;
	top: 5px;
	right: 0;
}
/* safari */
_::-webkit-full-page-media, _:future, :root #documents-submission-form .zoom-modal .scroll::-webkit-scrollbar {
	width: 5px;
}
_::-webkit-full-page-media, _:future, :root #documents-submission-form .zoom-modal .scroll::-webkit-scrollbar-track-piece {
	background-color: #f1f1f1;
}
_::-webkit-full-page-media, _:future, :root #documents-submission-form .zoom-modal .scroll::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
}
/* hover */
#documents-submission-form .confirm-before-submission {
	background: #fff;
	padding: 29px 60px;
	margin: 50px 0 30px;
}
#documents-submission-form .confirm-before-submission .sentence {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
#documents-submission-form .confirm-before-submission .sentence .sub {
	font-size: 16px;
	font-weight: normal;
	margin-left: 15px;
	color: #666;
}
#documents-submission-form .confirm-before-submission .box-wrap {
	display: flex;
	justify-content: center;
}
#documents-submission-form .confirm-before-submission .box-wrap .left {
	margin-right: 10%;
}
#documents-submission-form .confirm-before-submission dd	{display: flex;}
#documents-submission-form .confirm-before-submission dd p {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#documents-submission-form .confirm-before-submission dd p:not(:last-child) {margin-right: 20px;}
#documents-submission-form .confirm-before-submission dd span {
	font-size: 14px;
	margin-top: 12px;
	text-align: center;
}
#documents-submission-form .confirm-before-submission dd img {
	max-width: 143px;
}
#documents-submission-form .confirm-before-submission dt {
	font-size: 16px;
	margin-bottom: 20px;
}
#documents-submission-form .confirm-before-submission .masking {
	max-width: 121px;
	margin: 13px 0 8px;
}
#documents-submission-form .radio {
	display: flex;
	max-width: 440px;
	flex-wrap: wrap;
	margin-top: 5px;
}
#documents-submission-form .radio li {
	width: 50%;
	margin-top: 10px;
}
#documents-submission-form .check-icon {
	background: url(/img/pre_login/doc_submit/check.png) center left / 20px no-repeat;
	padding: 2px 0 2px 27px;
	text-align: left;
}
#documents-submission-form .check-icon.ci-mini,
#documents-submission-form .peke-icon.ci-mini {background-size: 19px;}
#documents-submission-form .peke-icon {
	background: url(/img/pre_login/doc_submit/peke.png) center left / 20px no-repeat;
	padding: 2px 0 2px 27px;
	text-align: left;
}
#documents-submission-form .peke-icon.gray {background-image: url(/img/pre_login/doc_submit/peke_gray.png);}
#documents-submission-form .sub-title {
	font-size: 18px;
	margin: 0;
}
#documents-submission-form .example {
	background: #F6F6F6;
	padding: 20px 30px 40px;
	margin: 25px 0;
	max-width: 567px;
	box-sizing: border-box;
	display: none;
}
#documents-submission-form .example-title {
	color: #666;
	margin-bottom: 20px;
}
#documents-submission-form .identification-example-title {
	color: #333333;
}
#documents-submission-form .example-sub-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
#documents-submission-form .example .box-wrap {
	display: flex;
	justify-content: center;
}
#documents-submission-form .identification .example .box-wrap {
	margin-top: 20px;
}
#documents-submission-form .example .box-wrap {
	justify-content: flex-start;
	margin-left: 4rem;
}
#documents-submission-form .example .box-wrap img {max-width: 178px;}
#documents-submission-form .example .box-wrap > * {
	font-size: 14px;
	display: flex;
		flex-direction: column;
}
#documents-submission-form .example .box-wrap > *:not(:first-child) {margin-left: 30px;}
#documents-submission-form .example .mini {
	font-size: 14px;
	margin-top: 12px;
	text-align: center;
	color: #333333;
}
#documents-submission-form .example .number-circle {
	font-size: 9px;
	font-weight: bold;
	border: 1px solid #333;
	border-radius: 100%;
	width: 14px;
	height: 14px;
	margin-top: -3px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#documents-submission-form .example .sub-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 2em;
}
#documents-submission-form .example .sub-list.txt-indent {
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#documents-submission-form .example .sub-list li {width: 100%;}
#documents-submission-form .example .sub-list li:not(:last-child) {margin-bottom: 5px;}
#documents-submission-form .example .sub-list-wrap:not(:last-child) {margin-bottom: 20px;}
#documents-submission-form .national-health-insurance-card .box-wrap img {max-width: 243px;}
#documents-submission-form .national-health-insurance-card	.box-wrap > *:not(:first-child) {margin-left: 5px;}
#documents-submission-form .enrollment .example {max-width: 800px;}
#documents-submission-form .enrollment .box-wrap {
	justify-content: flex-start;
	margin-left: 30px;
}
#documents-submission-form .enrollment .box-wrap .left {
	width: 50%;
	align-items: center;
}
#documents-submission-form .health-insurance-card .box-wrap img {max-width: 366px;}
#documents-submission-form .invoice .box-wrap img {max-width: 276px;}
#documents-submission-form .staff-identity-card .box-wrap .left {width: auto;}
#documents-submission-form .staff-identity-card .box-wrap > *:not(:first-child) {margin-left: 60px;}
#documents-submission-form .alphabet-numbering {
	font-size: 16px;
	font-weight: bold;
}
#documents-submission-form .business .example {max-width: 100%;}
#documents-submission-form .business .left {
	max-width: 100%;
	width: 300px;
	flex-shrink: 0;
}
#documents-submission-form .business .box-wrap {
	justify-content: flex-start;
	margin-left: 30px;
}
#documents-submission-form .business .box-wrap img {max-width: 100%;}
#documents-submission-form .st-margin {margin-bottom: 20px;}
@media all and (-ms-high-contrast: none) {
	#documents-submission-form .business .box-wrap .center,
	#documents-submission-form .business .box-wrap .right {width: 100%;}
	#documents-submission-form .business .box-wrap img {min-height: 100%;}
}
@media screen and (min-width: 940px) {
	#documents-submission-form .upload-area label:hover {
		background-color: #d9eef8;
		color: #1e95d4;
		box-sizing: border-box;
		border: 2px solid #1e95d4;
	}
	#documents-submission-form .delete:hover {
		background-color: #898989;
	}
	#documents-submission-form .delete:before {
		content: '';
		width: 0;
		height: 0;
		border-right: 6.5px solid transparent;
		border-left: 6.5px solid transparent;
		border-bottom: 10px solid #333333;
		position: absolute;
		left: 50%;
		bottom: -16px;
		transform: translate(-50%, 0);
		opacity: 0;
		transition: 0.2s;
		pointer-events: none;
	}
	#documents-submission-form .delete:after {
		content: '削除';
		width: 60px;
		height: 30px;
		background-color: #333333;
		color: #ffffff;
		font-size: 14px;
		text-align: center;
		line-height: 30px;
		border-radius: 5px;
		position: absolute;
		top: 45px;
		left: -15px;
		z-index: 4;
		opacity: 0;
		transition: 0.2s;
		pointer-events: none;
	}
	#documents-submission-form .delete:hover:before,
	#documents-submission-form .delete:hover:after {
		opacity: 1;
	}
	#documents-submission-form .add-file label:hover {
		text-decoration: underline;
	}
	#documents-submission-form .add-file.disabled label:hover {
		text-decoration: none;
	}
}
/* PC/TAB */
@media screen and (min-width: 670px) {
	#documents-submission-form .upload-wrap .upload-area:not(:nth-last-of-type(-n + 2)) {
		margin-bottom: 18px;
	}
}
/* TABLET/SP */
@media screen and (max-width: 940px) {
	#documents-submission-form .zoom-modal .modal-window {
		height: 50%;
	}
	#documents-submission-form .zoom-modal .scroll {
		height: calc(100% - 60px);
		border-bottom: 1px solid #cccccc;
	}
	#documents-submission-form .zoom-modal .scroll::-webkit-scrollbar {
		width: 5px;
	}
	#documents-submission-form .zoom-modal .scroll::-webkit-scrollbar-track-piece {
		background-color: #f1f1f1;
	}
	#documents-submission-form .zoom-modal .scroll::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
	}
	#documents-submission-form .confirm-before-submission .sentence {
		display: flex;
		flex-direction: column;
	}
	#documents-submission-form .confirm-before-submission .sentence .sub {
		margin-left: 0;
		line-height: 1.8;
	}
	#documents-submission-form .confirm-before-submission .box-wrap {
		flex-direction: column;
		width: 470px;
		margin: 0 auto;
	}
	#documents-submission-form .confirm-before-submission .box-wrap .left {margin-right: 0;}
	#documents-submission-form .business .box-wrap {
		flex-wrap: wrap;
		justify-content: center;
		margin-left: 0;
	}
	#documents-submission-form .business .left {
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#documents-submission-form .business .center,
	#documents-submission-form .business .right {
		margin-left: 0!important;
	}
	#documents-submission-form .business .center {
		width: 35%;
		margin-right: 20px;
	}
	#documents-submission-form .business .right {width: 52%;}
}
/* TABLET */
@media screen and (min-width: 671px) and (max-width: 940px) {
	#documents-submission-form {
		font-size: 14px;
	}
	#documents-submission-form .wrap {
		width: 93%;
	}
	#documents-submission-form form fieldset {
		padding-top: 78px;
	}
	#documents-submission-form form fieldset legend {
		height: 78px;
		padding: 24px 50px;
	}
	#documents-submission-form .fieldset-inner {
		padding: 25px 50px 48px;
	}
	#documents-submission-form fieldset figure {
		font-size: 13px;
	}
	#documents-submission-form fieldset figure:not(.sample-1) {
		width: 230px;
	}
	#documents-submission-form .identification .image {
		padding: 30px;
	}
	#documents-submission-form .image {
		padding: 30px 30px 14px;
	}
	#documents-submission-form .upload-area .icon {
		margin-bottom: 10px;
	}
	#documents-submission-form .upload-area label {
		width: 148px;
		height: 36px;
		margin: 12px 0;
	}
	#documents-submission-form .upload-area .error label {
		margin: 12px 0 0;
	}
	#documents-submission-form .add-file {
		margin-top: 14px;
	}
	#documents-submission-form .error .error-message {
		font-size: 13px;
	}
	#documents-submission-form .error .error-message .exclamation:before {
		margin-right: 7px;
	}
	#documents-submission-form .error .error-message .tb-break {
		display: inline-block;
	}
	#documents-submission-form .delete {
		width: 27px;
		height: 27px;
	}
	#documents-submission-form .confirm .fieldset-inner {
		padding: 25px 60px 40px;
	}
	#documents-submission-form .complete,
	#documents-submission-form .submitted {
		padding: 35px 20px;
	}
	#documents-submission-form .complete {
		height: 200px;
	}
}
/* SP */
@media screen and (max-width: 670px) {
	.header-ds-form .header-inner .name-pc-tab {
		display: none;
	}
	#documents-submission-form {
		font-size: 14px;
	}
	#documents-submission-form .name-sp {
		display: block;
		font-size: 13px;
		text-align: center;
		margin-bottom: 35px;
	}
	#documents-submission-form .wrap {
		margin: 20px auto 0;
	}
	#documents-submission-form .wrap.confirm {
		margin: 27px auto 0;
	}
	#documents-submission-form form fieldset {
		padding-top: 58px;
	}
	#documents-submission-form form fieldset legend {
		height: 58px;
		font-size: 18px;
		padding: 16px 18px;
	}
	#documents-submission-form .fieldset-inner {
		padding: 25px 20px;
	}
	#documents-submission-form .identification .fieldset-inner {
		padding: 25px 20px 10px;
	}
	#documents-submission-form .identification .box-wrap .left img,
	#documents-submission-form .identification .box-wrap .right img{
		margin: 0 auto;
	}
	#documents-submission-form fieldset figure {
		display: none;
	}
	#documents-submission-form .image,
	#documents-submission-form .identification .image {
		background-color: transparent;
		padding: 0;
		border: none;
	}
	#documents-submission-form .upload-area:before {
		padding-top: 80%;
	}
	#documents-submission-form .upload-wrap.sp-center {
		justify-content: center;
	}
	#documents-submission-form .identification .upload-wrap.sp-center{
		justify-content: space-between;
	}
	#documents-submission-form .upload-area:not(.upload-success) {
		margin-bottom: 70px;
	}
	#documents-submission-form .upload-area.upload-success {
		margin-bottom: 18px;
	}
	#documents-submission-form .confirm .upload-area {
		margin-bottom: 0;
	}
	#documents-submission-form .upload-area.front:after,
	#documents-submission-form .upload-area.back:after {
		width: 70px;
		font-size: 13px;
		line-height: 1.4;
	}
	#documents-submission-form .upload-inner {
		background: url('/img/pre_login/doc_submit/image.png') no-repeat center calc(50% - 8px)/30%, #f6f6f6;
		justify-content: flex-end;
		border: 1px solid #cccccc;
	}
	#documents-submission-form .upload-area .file-type {
		font-size: 12px;
		margin-bottom: 15%;
	}
	#documents-submission-form .upload-inner .icon,
	#documents-submission-form .upload-inner span {
		display: none;
	}
	#documents-submission-form .upload-area label {
		width: 100%;
		max-width: 160px;
		font-size: 13px;
		border-radius: 5px;
		margin: 0;
		position: absolute;
		left: 50%;
		bottom: -52px;
		transform: translate(-50%, 0);
	}
	#documents-submission-form .add-file {
		margin-top: 0;
	}
	#documents-submission-form .progress {
		background-color: #f6f6f6;
		text-align: center;
		font-size: 13px;
		border: 1px solid #cccccc;
	}
	#documents-submission-form .uploaded-image .file-name {
		display: none;
	}
	#documents-submission-form .delete {
		width: 23px;
		height: 23px;
		border-left: 2px solid #ffffff;
		border-bottom: 2px solid #ffffff;
	}
	#documents-submission-form .delete span:before,
	#documents-submission-form .delete span:after {
		margin: -6% 0 0 -30%;
	}
	#documents-submission-form .zoom-modal {
		background: rgba(0, 0, 0, 0.65);
	}
	#documents-submission-form .zoom-modal .modal-window {
		box-shadow: 0 0 32px 2px rgba(0, 0, 0, 0.75);
	}
	#documents-submission-form .modal-close:before,
	#documents-submission-form .modal-close:after {
		width: 20px;
		margin: 0 0 0 -27%;
	}
	#documents-submission-form .error {
		padding: 10px;
	}
	#documents-submission-form .error .file-name {
		display: none;
	}
	#documents-submission-form .error .error-message .exclamation:before	{
		width: 16px;
		height: 16px;
		margin-right: 3px;
	}
	#documents-submission-form .error .error-message {
		font-size: 11px;
	}
	#documents-submission-form .confirm .fieldset-inner {
		padding: 30px 20px;
	}
	#documents-submission-form .confirm .identification .fieldset-inner {
		padding: 20px 20px 30px;
	}
	#documents-submission-form .confirm .upload-wrap .upload-area:not(:nth-last-of-type(-n + 2)) {
		margin-bottom: 18px;
	}
	#documents-submission-form .pre-btn-input.pre-btn-m {
		width: 43%;
		min-width: 0;
	}
	#documents-submission-form .complete {
		height: 185px;
		padding: 27px 22px;
	}
	#documents-submission-form .submitted {
		padding: 35px 20px;
		margin-top: 50px;
	}
	#documents-submission-form + footer #page-top {
		display: none !important;
	}
	#documents-submission-form form fieldset:not(:last-of-type) {margin-bottom: 15px;}
	#documents-submission-form .confirm-before-submission {
		padding: 20px 15px;
		margin: 0 0 15px;
	}
	#documents-submission-form .confirm-before-submission .sentence {
		font-size: 14px;
		margin-bottom: 15px;
	}
	#documents-submission-form .confirm-before-submission .sentence .sub {font-size: 11px;}
	#documents-submission-form .confirm-before-submission dt {
		font-size: 14px;
		margin-bottom: 8px;
	}
	#documents-submission-form .confirm-before-submission dd span {
		font-size: 11px;
		margin-top: 5px;
	}
	#documents-submission-form .confirm-before-submission .box-wrap {width: 100%;}
	#documents-submission-form .check-icon,
	#documents-submission-form .peke-icon,
	#documents-submission-form .check-icon.ci-mini,
	#documents-submission-form .peke-icon.ci-mini {
		background-size: 16px 16px;
		padding-left: 22px;
	}
	#documents-submission-form .confirm-before-submission dd {justify-content: center;}
	#documents-submission-form .confirm-before-submission dd img {
		max-width: 95px;
		width: 100%;
	}
	#documents-submission-form .confirm-before-submission dd p:not(:last-child) {margin-right: 14px;}
	#documents-submission-form .confirm-before-submission .masking {
		max-width: 80px;
		margin: 8px 0 7px;
	}
	#documents-submission-form .sub-title {font-size: 14px;}
	#documents-submission-form .radio {flex-direction: column;}
	#documents-submission-form .radio li {width: 100%;}
	#documents-submission-form .example {
		margin: 15px 0;
		padding: 10px 16px 15px;
	}
	#documents-submission-form .example-title {
		font-size: 12px;
		margin-bottom: 15px;
	}
	#documents-submission-form .example-sub-title {
		font-size: 14px;
		margin-bottom: 6px;
	}
	#documents-submission-form .example .box-wrap:last-child {
		margin-left: 0;
		justify-content: center;
	}
	#documents-submission-form .example .box-wrap img {width: 100%;}
	#documents-submission-form .example .mini {
		font-size: 12px;
		margin-top: 8px;
	}
	#documents-submission-form .national-health-insurance-card .box-wrap .mini,
	#documents-submission-form .mynumber-card .box-wrap .mini {
		margin-left: 0;
		width: 100%;
	}
	#documents-submission-form .example .box-wrap > *:not(:first-child) {margin-left: 16px;}
	#documents-submission-form .sp-flex-direction {flex-direction: column;}
	#documents-submission-form .sp-flex-direction .left {
		order: 1;
		margin-top: 15px;
	}
	#documents-submission-form .box-wrap.sp-flex-direction > *:not(:first-child) {margin-left: 0;}
	#documents-submission-form .example .sub-list {margin-left: 1.2em;}
	#documents-submission-form .example .sub-list li:not(:last-child) {margin-bottom: 2px;}
	#documents-submission-form .example .sub-list.title-with-icon {margin-left: 1.6em;}
	#documents-submission-form .national-health-insurance-card .box-wrap img {
		width: 208px;
		position: relative;
	}
	#documents-submission-form .notes {margin: 5px 0 20px;}
	#documents-submission-form .notes li {font-size: 12px;}
	#documents-submission-form .image .notes {width: auto;}
	#documents-submission-form .image .notes li,
	#documents-submission-form .image .notes li:nth-child(even){width: 100%;}
	#documents-submission-form .enrollment .box-wrap {margin-left: 0;}
	#documents-submission-form .enrollment .box-wrap .left {
		width: 100%;
		align-items: flex-start;
	}
	#documents-submission-form .invoice .box-wrap img {
		max-width: 211px;
		margin-left: 1.2em;
	}
	#documents-submission-form .enrollment .staff-identity-card .box-wrap .left {
		order: 0;
		margin-top: 0;
	}
	#documents-submission-form .enrollment .staff-identity-card .box-wrap .right {margin-top: 15px;}
	#documents-submission-form .business .center,
	#documents-submission-form .business .right {
		order: 2;
		width: 100%;
	}
	#documents-submission-form .business .center {
		margin: 15px 0;
	}
	#documents-submission-form .business .left {
		margin-bottom: 0;
		margin-top: 0;
	}
}

/* フォームweb商談希望部分
-------------------------------------------------- */
.web-meeting {border-bottom: 1px #cccccc solid;}
#web_meeting_date.web-meeting {border-top: none;}
.web-meeting .pre-fotxt{font-size: 14px}
.web-meeting .receive01{margin-right:25px}
.web-meeting .date-area{padding: 2px 0 4px}
.web-meeting .date-area .necessary-area{display:inline-block;width:56px;padding-left: 5px;}
.web-meeting .date-area .input-wrap{display:inline-block;width:118px;position:relative}
.web-meeting [type='radio'] {display: none;}
.web-meeting label { display: inline-block;padding: 4px 0;}
.web-meeting label:not(:last-of-type) { margin-right: 60px; }
.web-meeting label:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	background-color: #fff;
	width: 6px;
	height: 6px;
	border: 3px #fff solid;
	box-shadow: 0 0 0 1px #999;
	margin-right: 8px;
	border-radius: 50%;
}
.web-meeting input[type='radio']:checked + label:before { background-color: #22ac38; }
.web-meeting .date-area .date1,
.web-meeting .date-area .date2,
.web-meeting .date-area .date3{display:inline-block;width:100%;position:relative}
.web-meeting .date-area .date-clear-button{
	width:24px;
	height:30px;
	position:absolute;
	right:3px;
	top:50%;
	margin-top: -15px;
	cursor: pointer;
}
.web-meeting .date-area .date-clear-button:before,
.web-meeting .date-area .date-clear-button:after{
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 2px;
	background: #777;
	transform: rotate(45deg);
	top: 14px;
	right: 7px;
}
.web-meeting .date-area .date-clear-button:after{
	transform: rotate(-45deg);
}
.web-meeting .date-area .time{display:inline-block;margin-left: 9px}
.web-meeting .date-area .time [name^="hour"],
.web-meeting .date-area .time [name^="minute"]{width:63px;}
.web-meeting .date-area p.pre-fo-errmark,
.web-meeting .date-area div.pre-fo-errmark {margin-left: 113px;}
@media screen and (min-width: 671px) and (max-width: 940px){
.web-meeting .date-area .time{display:block;margin:5px 0 0 113px}
}
@media screen and (max-width: 670px){
.web-meeting .date-area:first-of-type{padding-top:0}
.web-meeting .date-area:last-of-type{padding-bottom:0}
.web-meeting .date-area{padding:10px 0}
.web-meeting .date-area .input-wrap{width:85%;}
.web-meeting .date-area:not(:last-of-type){border-bottom:1px solid #dddddd}
.web-meeting .date-area .time{display:block;margin-left: 0;}
.web-meeting .date-area .time [name^="hour"]{width:55px;margin-left:0}
.web-meeting .date-area .time [name^="minute"]{width:55px}
.web-meeting .date-area p.pre-fo-errmark,
.web-meeting .date-area div.pre-fo-errmark {margin-left: 0;}
}
.web-meeting .date-area .date-clear-button:hover{background-position:center bottom 2px}
.lp03.web-meeting .date-area select.pre-fo-errmark {margin-top: 6px;}

/* レイアウトコンポーネント
-------------------------------------------------- */
/* 3枚,2枚画像レイアウト */
.lo-three-box {
	display: flex;
	justify-content: space-between;
}
.lo-three-box h3 {margin: 30px 0 20px;}
.lo-three-box li {
	width: calc(33% - 27px);
	position: relative;
}
.lo-three-box .image {
	max-width: 400px;
	background: #fff;
	position: relative;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 4px;
	min-height: 0%;
}
.lo-three-box.border .image {border: 1px solid #ccc;}
.lo-three-box .image>img {
	width: 100%;
	max-width: 230px;
	box-sizing: border-box;
}
.lo-three-box .sentence {line-height: 30px;}
.lo-three-box.arrow li:not(:last-child) .image:before,
.lo-three-box.arrow li:not(:last-child) .image:after,
.lo-three-box.arrow li:not(:last-child):before,
.lo-three-box.arrow li:not(:last-child):after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.lo-three-box.arrow li:not(:last-child) .image:before,
.lo-three-box.arrow li:not(:last-child):before {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent #03AF7A;
	border-width: 10px 0 10px 14px;
	right: -37px;
}
.lo-three-box.arrow li:not(:last-child) .image:after,
.lo-three-box.arrow li:not(:last-child):after {
	width: 3%;
	height: 8px;
	background-color: #03AF7A;
	right: -23px;
}
.lo-three-box.arrow li:not(:last-child):before,
.lo-three-box.arrow li:not(:last-child):after {content: none;}
.lo-three-box.two-box {justify-content: space-around;}
.lo-three-box.two-box li {width: calc(48.5% - 45px);}
.lo-three-box.two-box .image {max-width: 450px;}
.lo-three-box.two-box .image>img {max-width: 300px;}
@media screen and (max-width: 940px) {
	.lo-three-box .image {
		min-height: auto;
		margin: 0 auto;
		padding: 15px;
	}
}
@media screen and (max-width: 670px) {
	.lo-three-box {flex-direction: column;}
	.lo-three-box li,
	.lo-three-box.two-box li {width: 100%;}
	.lo-three-box.two-box .image {max-width: 310px;}
	.lo-three-box li:not(:last-child) {margin-bottom: 30px;}
	.lo-three-box.arrow li:not(:last-child) {margin-bottom: 43px;}
	.lo-three-box h3,
	.lo-three-box .sentence {
		max-width: 310px;
		margin: 0 auto;
	}
	.lo-three-box .sentence > span {display: inline-block;}
	.lo-three-box h3 {
		font-size: 16px;
		margin: 15px auto 10px;
		text-align: center;
	}
	.lo-three-box .sentence {line-height: 1.5em;}
	.lo-three-box .sentence br {display: none;}
	.lo-three-box.arrow li:not(:last-child) .image:before,
	.lo-three-box.arrow li:not(:last-child) .image:after {content: none;}
	.lo-three-box.arrow li:not(:last-child):before,
	.lo-three-box.arrow li:not(:last-child):after {content: '';}
	.lo-three-box.arrow li:not(:last-child):before,
	.lo-three-box.arrow li:not(:last-child):after {
		transform: translateY(-50%) rotate(90deg) translateX(50%);
		right: 50%;
	}
	.lo-three-box.arrow li:not(:last-child):before {
		top: auto;
		bottom: -40px;
	}
	.lo-three-box.arrow li:not(:last-child):after {
		bottom: -18px;
		top: auto;
		width: 14px;
	}
	.lo-three-box .image>img,
	.lo-three-box.two-box .image>img {max-width: 180px;}
	.lo-three-box .image>img {width: 60%;}
	.lo-three-box.two-box .image>img {
		width: 74%;
		padding: 10px 0;
	}
	.lo-three-box .image {
		padding: 0;
		max-width: 310px;
	}
}
/* 背景画像あり、CV系レイアウト */
.lo-check-area {
	background: radial-gradient(rgba(6,138,92, .2) 0%, rgba(6,138,92, .2) 100%),
	url('/img/common/bg/photo_01.png') center bottom / cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 0%;
}
.lo-check-area .pre-in-box {
	padding: 100px 0 120px;
}
.lo-check-area .logo {
	width: 92px;
	padding-right: 10px;
}
.lo-check-area .pre-push-txt {
	color: #fff;
	font-size: 36px;
	line-height: 1.5;
	margin: 0 0 36px;
}
.lo-check-area .pre-push-txt .disp-type {
	display: inline-block;
}
.lo-check-area .link-btn {
	background-color: #F18F10;
	max-width: 552px;
	height: 112px;
	padding: 10px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	color: #fff;
	border-radius: 10px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
	transition: color 0.2s;
	overflow: hidden;
	box-shadow: 5px 8px 11px 0 rgb(0 0 0 / 16%);
}
.lo-check-area .link-btn:before {
	content: '';
	position: absolute;
	top: 0;
	right: -50px;
	bottom: 0;
	left: 0;
	border-right: 50px solid transparent;
	border-bottom: 120px solid #fff;
	transform: translateX(-100%);
	transition: transform 0.2s ease-in-out, opacity 0.3s;
	opacity: 0;
}
.lo-check-area .link-btn>span {z-index: 1;}
.lo-check-area .link-btn .download {
	background: url('/img/common/icon/download_white.png') center left / 26px 25px no-repeat;
	padding-left: 35px;
	transition: background-image 0.2s;
}
.lo-check-area .link-btn .icon {
	width: 69px;
	height: 69px;
	border-radius: 50%;
	background: #fff;
	color: #F18F10;
	font-weight: 800;
	font-size: 23px;
	padding: 2.6% 0;
	margin: 0 20px 0 0;
	box-sizing: border-box;
}
.lo-check-area .subhead {
	position: relative;
	text-align: center;
	font-size: 20px;
	text-align: center;
	margin: 0 0 5px;
	color: #fff;
	font-weight: 400;
}
.lo-check-area .subhead::before {
	-webkit-transform: rotate(-35deg);
	transform: rotate(-35deg);
}
.lo-check-area .subhead::after {
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
}
.lo-check-area .subhead .num {
	font-size: 46px;
	font-family: "Roboto";
	font-style: italic;
	padding: 0 6px 0 0;
	font-weight: 400;
}
.lo-check-area .subhead::before, .lo-check-area .subhead::after {
	content: "";
	position: relative;
	display: inline-block;
	content: "";
	background: #fff;
	width: 1px;
	height: 40px;
	margin: 0 30px;
	margin-top: -5px;
	vertical-align: middle;
}
.lo-check-area .subhead .f-size-m {
	font-size: 26px;
}
@media screen and (min-width: 941px) {
	.lo-check-area .link-btn:hover {
		color: #F18F10;
		border: 4px solid #F18F10;
	}
	.lo-check-area .link-btn:hover:before {
		transform: translateX(0);
		opacity: 1;
	}
	.lo-check-area .link-btn:hover text {
		color: #F18F10;
	}
	.lo-check-area .link-btn:hover .icon {
		background: #F18F10;
		color: #fff;
	}
	.lo-check-area .link-btn:hover .download {background-image: url('/img/common/icon/download.png');}
	.lo-check-area .link-btn:hover .link {background-image: url('/img/common/icon/link.png');}
}
@media screen and (max-width: 940px) {
	.lo-check-area .pre-push-txt {
		font-size: 32px;
		margin: 0 0 40px;
		font-weight: 500;
		line-height: 42px;
	}
	.lo-check-area .subhead {
		margin: 0 0 20px;
	}
}
@media screen and (max-width: 670px) {
	.lo-check-area {min-height: 260px;}
	.lo-check-area .logo {
		width: 45px;
		padding-right: 5px;
	}
	.lo-check-area .pre-push-txt {
		font-size: 22px;
		font-weight: 500;
		margin-bottom: 15px;
	}
	.lo-check-area .pre-push-txt .co-dib {display: block!important;}
	.lo-check-area .pre-push-txt .big {font-size: 23px;}
	.lo-check-area .link-btn {
		font-size: 20px;
		background-size: 15px 15px;
		height: auto;
		padding: 8px;
	}
	.lo-check-area .link-btn .in {
		background-size: 15px 15px;
		padding-left: 20px;
	}
	.lo-check-area .link-btn .icon {
		width: 52px;
		height: 52px;
		font-size: 20px;
		padding: 8px 0 0 2px;
		margin: 0 20px 0 0;
	}
	.lo-check-area .pre-in-box {
		padding: 50px 0 80px;
	}
	.lo-check-area .subhead {
		font-size: 16px;
		margin: 0 0 10px;
	}
	.lo-check-area .subhead .num {
		font-size: 26px;
	}
	.lo-check-area .subhead::before, .lo-check-area .subhead::after {
		height: 30px;
	}
	.lo-check-area .subhead .f-size-m {
		font-size: 16px;
	}
}
/* 白背景、CV系レイアウト */
.lo-check-area-white h2 {font-size: 24px;}
.lo-check-area-white .pre-in-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
	box-sizing: border-box;
	min-height: 0%;
}
.lo-check-area-white .base-btn {
	min-width: 280px;
	box-sizing: border-box;
	margin-left: min(6%, 50px);
}
@media screen and (max-width: 940px) {
	.lo-check-area-white h2 {font-size: 20px;}
}
@media screen and (max-width: 670px) {
	.lo-check-area-white h2 {
		font-size: 16px;
		text-align: center;
	}
	.lo-check-area-white .pre-in-box {flex-direction: column;}
	.lo-check-area-white .base-btn {
		margin-left: 0;
		margin-top: 20px;
	}
}
/* FAQ */
.faq-warp .faq-tab {
	width: 100%;
	border-bottom: 1px solid #84919E;
	display: flex;
}
.faq-warp .headline {
	margin: 0 0 60px;
	text-align: center;
}
.faq-warp .faq-tab li {
	max-width: 180px;
	width: 100%;
	padding: 20px 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #666;
	cursor: pointer;
	white-space: nowrap;
	text-align: center;
}
.faq-warp .faq-tab li.active,
.faq-warp .faq-tab li:hover {
	color: #03AF7A;
	border-bottom: 2px solid #03AF7A;
	margin-top: 2px;
	margin-bottom: -1px;
}
.faq-warp .faq-main-wrap {margin-top: 60px;}
.faq-warp .faq-main {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 850px;
	margin: 0 auto;
}
.faq-warp .faq-main li {width: calc(100% / 2 - 50px);}
.faq-warp .faq-main li:nth-child(n+3) {margin-top: 60px;}
.faq-warp .faq-main dt {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	color: #000;
	text-indent: -1.6em;
	padding-left: 1.6em;
	margin-bottom: 20px;
}
.faq-warp .faq-main dt:before {
	content: 'Q.';
	font-family: 'Roboto';
	font-size: 24px;
	color: #84919E;
	margin-right: 10px;
}
.faq-warp .faq-main dd {
	line-height: 1.5;
	padding-left: 2em;
	font-weight: normal;
}
.faq-warp .faq-main .number {
	list-style-type: decimal;
	margin: 10px 0 10px 15px;
}
.faq-warp .faq-main .number li {width: 100%;}
.faq-warp .faq-main .number li:nth-child(n+3) {margin-top: 0;}
.faq-warp .faq-main .link-blank {
	color: #03AF7A;
	background-position: right;
	padding: 0 22px 0 0;
}
.faq-warp .faq-main .link-blank:hover {color: #038059;}
.faq-warp .faq-flow-img-modal {
	position: fixed;
	max-width: 950px;
	max-height: 555px;
	padding: 35px 20px;
	box-sizing: border-box;
	width: calc(100% - 108px);
	background: #fff;
	filter: drop-shadow(0px 0px 17px rgba(0, 0, 0, 0.16));
	border-radius: 10px;
	transform: translate(-50%, -50%);
		top: 50%;
		left: 50%;
	z-index: 1001;
	display: none;
}
.faq-warp .faq-flow-img-modal .inner {
	max-width: 768px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: auto;
}
.faq-warp .faq-flow-img-modal .first {
	font-size: 18px;
	font-weight: 500;
}
.faq-warp .faq-flow-img-modal .under {
	font-size: 13px;
	font-weight: 400;
	width: 100%;
}
.faq-warp .faq-flow-img-modal .img {
	margin: 15px 0 10px;
	width: 100%;
	image-rendering: -webkit-optimize-contrast;
}
.faq-warp .faq-flow-img-modal .peke {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	background-color: #666666;
	position: absolute;
	right: -13px;
	top: -13px;
	border: 3px solid #fff;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.1s;
	cursor: pointer;
}
.faq-warp .faq-flow-img-modal .peke:before {
	content: '×';
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	position: absolute;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	margin: auto;
}
.faq-warp .faq-flow-img-modal .peke:hover {background-color: #333333;}
@media screen and (max-width: 940px) {
	.faq-warp .headline {margin: 0 0 50px;}
	.faq-warp .faq-flow-img-modal .peke {
		width: 30px;
		height: 30px;
		border: none;
		right: -11px;
		top: -11px;
	}
}
@media screen and (min-width: 671px) {
	.faq-warp .faq-main dd {
		display: block!important;
		height: auto!important;
	}
}
@media screen and (max-width: 670px) {
	.faq-warp .pre-in-box {
		padding: 50px 0 50px;
		width: 100%;
		border-bottom: 1px solid #84919E;
	}
	.faq-warp h2 {
		margin: 0 auto;
		width: 90%;
		text-align: center;
	}
	.faq-warp .headline {margin: 0 auto 20px;}
	.faq-warp .faq-tab {justify-content: center;}
	.faq-warp .faq-tab li {
		width: calc(90% / 3);
		font-size: 13px;
		height: 60px;
		padding: 0 8px;
	}
	.faq-warp .faq-tab li.active,
	.faq-warp .faq-tab li:hover {
		border-top: 2px solid #03AF7A;
		border-left: 1px solid #84919E;
		border-right: 1px solid #84919E;
		border-bottom: 2px solid #fff;
		margin: 1px 0px -1px;
		padding-bottom: 3px;
	}
	.faq-warp .faq-main-wrap {
		margin: 20px auto 10px;
		width: 90%;
	}
	.faq-warp .faq-main {flex-direction: column;}
	.faq-warp .faq-main dt {
		font-size: 15px;
		margin-bottom: 0;
		position: relative;
		border-bottom: 1px solid #cccccc;
		padding: 23px 35px 25px 1.6em;
	}
	.faq-warp .faq-main dt:before {
		font-size: 20px;
	}
	.faq-warp .faq-main dt:after {
		content: '';
		display: inline-block;
		position: absolute;
		top: calc(50% - 4px);
		right: 15px;
		width: 8px;
		height: 8px;
		border-style: solid;
		border-width: 2px 2px 0 0;
		border-color: #03AF7A;
		transform: rotate(-225deg);
		transition: transform 0.2s;
	}
	.faq-warp .faq-main dt.active:after{transform: rotate(-45deg);}
	.faq-warp .faq-main dd {
		font-size: 14px;
		padding: 20px 25px 40px;
		background: #f8f8f8;
		display: none;
		border-bottom: 1px solid #cccccc;
	}
	.faq-warp .faq-main li {width: 100%;}
	.faq-warp .faq-main li:not(:first-child) {margin-top: 0;}
	.faq-warp .faq-main li:nth-child(n+3) {margin-bottom: 0;}
	/* 買い手TOPFAQ */
	#pre-index.pre-buyer .faq-warp .faq-tab li {width: calc(90% / 2);}
	.faq-warp .faq-flow-img-modal {
		width: calc(100% - 40px);
		padding: 30px 10px;
	}
	.faq-warp .faq-flow-img-modal .first {font-size: 16px;}
	.faq-warp .faq-flow-img-modal .under {
		font-size: 11px;
		text-align: center;
	}
}
/* 企業ロゴ */
.lo-company-logo-area {
	background: #fff;
	position: relative;
	z-index: 1;
}
.lo-company-logo-area .pre-in-box {padding: 100px 0 100px;}
.lo-company-logo-area .headline {
	margin: 0 0 70px;
	text-align: center;
}
.lo-company-logo-area .box-wrap {
	background: url('/img/common/logo/company_logo_area.png') center / contain no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 6vw 0;
	max-height: 385px;
	box-sizing: border-box;
}
.lo-company-logo-area .saas-banner {
	width: 30%;
	max-width: 330px;
	margin: 60px auto 0;
}
.lo-company-logo-area .saas-banner img {
	width: 100%;
}
.lo-company-logo-area .saas-banner img:hover {
	opacity: 0.7;
}
.lo-company-logo-area .box {
	width: 30%;
	max-width: 330px;
	padding: 5.5% 0 4.5%;
	max-height: 215px;
	box-sizing: border-box;
	border-radius: 24px;
	background: #03AF7A;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1.4;
}
.lo-company-logo-area .number {
	font-size: 58px;
	margin-right: 5px;
	font-size: clamp(32px, 1rem + 3vw, 58px);
}
.lo-company-logo-area .font30 {
	font-size: 30px;
	font-size: clamp(25px, 1rem + 3vw, 30px);
	padding-right: 5px;
}
.lo-company-logo-area .font22 {
	font-size: 22px;
	font-size: clamp(15px, 1rem + 3vw, 22px);
}
.lo-company-logo-area .paid-logo {
	width: 113px;
	margin-bottom: 10px;
}
@media screen and (max-width: 940px) {
	.lo-company-logo-area .headline {margin: 0 0 70px;}
	.lo-company-logo-area .box-wrap {padding: 7vw 0;}
	.lo-company-logo-area .box {
		padding: 4% 0 3%;
		width: 34%;
	}
	.lo-company-logo-area .paid-logo {
		width: 80px;
		margin-bottom: 5px;
	}
	.lo-company-logo-area .number {font-size: 40px;}
	.lo-company-logo-area .font30 {font-size: 28px;}
	.lo-company-logo-area .saas-banner {width: 100%;}
}
@media screen and (max-width: 670px) {
	.lo-company-logo-area .headline {margin: 0 0 20px;}
	.lo-company-logo-area .box-wrap {
		background-image: url('/img/common/logo/company_logo_area_sp.png');
		background-size: 94%;
		padding: 0;
		margin: 0 auto;
		height: 340px;
		width: 100%;
		padding: 45% 0;
	}
	.lo-company-logo-area .pre-in-box {padding: 40px 0;}
	.lo-company-logo-area .pre-in-box h2 {margin-bottom: 25px;}
	.lo-company-logo-area .paid-logo {width: 69px;}
	.lo-company-logo-area .number {
		font-size: 22px;
		margin: 0;
	}
	.lo-company-logo-area .font30,
	.lo-company-logo-area .font22 {font-size: 12px;}
	.lo-company-logo-area .font30 {padding-right: 2px;}
	.lo-company-logo-area .box {
		padding: 0;
		width: 30%;
		height: 125px;
		border-radius: 10px;
	}
}
/*パンくず*/
.lo-pankuzu {
	position: absolute;
	display: flex;
	left: 50%;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	max-width: 1300px;
	padding: 0 50px;
	box-sizing: border-box;
	width: 100%;
	margin: 13px auto 0;
	transform: translateX(-50%);
}
.lo-pankuzu li a {
	text-decoration: underline;
	color: #fff;
}
.lo-pankuzu li:not(:last-child):after,
.lo-pankuzu li:first-child:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff;
	transform: rotate(45deg);
	margin: -2px 10px 0 7px;
	vertical-align: middle;
}
@media screen and (max-width: 940px) {
	.lo-pankuzu {
		padding: 0;
		width: 86%;
	}
}
@media screen and (max-width: 670px) {
	.lo-pankuzu {
		width: 90%;
		margin-top: 5px;
	}
	.lo-pankuzu+.pre-page-ttl {
		height: initial;
		padding: 30px 0;
	}
}
/* 新しいフォーム 202011-
-------------------------------------------------- */
.pre-fo2-white-wrap {
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	max-width: 950px;
	margin: 0 auto;
	padding: 30px 20px 80px;
	box-sizing: border-box;
}
.pre-fo2-white-wrap-eq {
	background: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 20px 50px;
	box-sizing: border-box;
}
.pre-fo2 .in-gray-wrap {
	background: #FCFCFC;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	padding: 20px 25px 0;
	margin-top: 20px;
	box-sizing: border-box;
}
.pre-fo2 .in-gray-wrap .pre-fo-cap {font-weight: 500;}
.pre-fo2 .pre-fo-inner {
	max-width: 550px;
	margin: 0 auto;
}
.pre-fo2 .pre-fo-inner-sub {
	max-width: 810px;
	margin: 0 auto;
}
.pre-fo2 form {padding: 0 20px 140px;}
.pre-fo2 .pre-fo2-catch {margin: 55px auto 45px;}
.pre-fo2 .pre-fo2-catch .pre-txt {font-weight: 400;}
.pre-fo2 .pre-fo-cap {margin-bottom: 10px;}
.pre-fo2 .pre-fo-cap .supplement {font-size: 12px;}
.pre-fo2 .fo-req:after {
	content: '必須';
	font-size: 12px;
	color: #fff;
	background-color: #F18F10;
	padding: 0 4px 1px;
	border-radius: 4px;
	margin-left: 8px;
}
.pre-fo2 .pre-fotxt {
	position: relative;
	font-weight: normal;
}
.pre-fo2 input:not([type='submit']):not([type='radio']),
.pre-fo2 select,
.pre-fo2 textarea {
	width: 100%;
	border: 1px solid #84919E;
	border-radius: 4px;
	font-size: 14px;
	padding: 12px 29px 12px 15px;
	box-sizing: border-box;
	background-color: #ffffff;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
.pre-fo2 input:-webkit-autofill,
.pre-fo2 select:-webkit-autofill,
.pre-fo2 textarea:-webkit-autofill {transition: background-color 5000s ease-in-out 0s !important;}
.pre-fo2 input[type='submit'] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
.pre-fo2	textarea {height: 145px;}
.pre-fo2 .pre-fo-input {margin-bottom: 25px;}
.pre-fo2 .multiple-input {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
}
.pre-fo2 .radio4 {
	display: flex;
	align-items: center;
}
.pre-fo2 .radio4 li {
	margin-right: 25px;
	line-height: 1.4;
}
.pre-fo2 label {line-height: 1.4;}
.pre-fo2 input[type="radio"] {
	position: absolute;
	visibility: hidden;
}
.pre-fo2 input[type="radio"]+label:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border: 3px #fff solid;
	box-shadow: 0 0 0 1px #999;
	margin-right: 8px;
	border-radius: 50%;
}
.pre-fo2 input[type='radio']:checked + label:before { background-color: #22ac38; }
.pre-fo2 select {
	background: url('/img/common/icon/selectbox_arrow.png') right 12px center / 10px no-repeat #ffffff;
	margin-right: 0;
	padding-right: 27px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	height: auto;
}
.pre-fo2 select.input-success ~ .pre-fo-successmark {right: 32px;}
.pre-fo2 button:focus {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
.pre-fo2 select::-ms-expand { display: none; }
.pre-fo2 .pre-fo2-btnarea {margin-top: 60px;}
.pre-fo2 .pre-fo2-btnarea .base-btn {margin: 0 auto;}
.pre-fo2 .pre-fo-ex {
	color: #84919E;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 0.25em;
}
.pre-fo2 .web-meeting .pre-fotxt {
	padding: 10px 0 15px;
	border-top: 1px solid #ccc;
}
.pre-fo2 .web-meeting input[type="radio"]+label:before {margin-top: 2px;}
.pre-fo2 .web-meeting .date-area {font-weight: normal;}
.pre-fo2 .web-meeting .date-area:nth-child(2) {margin: 10px 0;}
.pre-fo2 .web-meeting .date-area .input-wrap {width: 140px;}
.pre-fo2 .web-meeting .date-area .time {margin-left: 20px;}
.pre-fo2 .web-meeting .date-area .time [name^="hour"],
.pre-fo2 .web-meeting .date-area .time [name^="minute"] {
	width: 75px;
	margin: 0 6px;
}
.pre-fo2 .web-meeting .date-area .necessary-area {padding-left: 0;}
.pre-fo2 #web_meeting_date .pre-fotxt {border-top: none;}
.pre-fo2 .web-meeting .date-area .pre-fo-successmark,
.pre-fo2 .web-meeting .date-area .pre-fo-successmark,
.pre-fo2 .web-meeting .date-area .pre-fo-successmark {display: none!important;}
.pre-fo2.pre-fo-confirm .pre-fo2-white-wrap,
.pre-fo2.pre-fo-complete .pre-fo2-white-wrap,
.pre-fo2.catch-none .pre-fo2-white-wrap {margin-top: 100px;}
.pre-fo2.pre-fo-confirm .pre-fo-input,
.pre-fo2 .pre-fo-input.decide-input {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}
.pre-fo2.pre-fo-confirm .pre-fotxt {
	padding-left: 1em;
	word-break: break-all;
}
.pre-fo2.pre-fo-confirm .pre-fo-cap {
	font-size: 14px;
	color: #84919E;
}
.pre-fo2.pre-fo-confirm .pre-fo2-btnarea {
	display: flex;
	justify-content: center;
}
.pre-fo2.pre-fo-confirm .pre-fo2-btnarea .base-btn {margin: 0;}
.pre-fo2.pre-fo-confirm .pre-fo2-btnarea .base-btn:first-child {margin-right: 20px;}
.pre-fo2.pre-fo-complete .complete-main-sentence {
	font-size: 20px;
	margin-bottom: 50px;
	padding-top: 30px;
	text-align: center;
	line-height: 1.7;
}
.pre-fo2.pre-fo-complete .complete-middle-sentence {
	text-align: center;
	padding-top: 40px;
	margin-bottom: 25px;
	font-size: 18px;
}
.pre-fo2.pre-fo-complete .complete-sub-sentence {
	margin-bottom: 35px;
	font-weight: 400;
	text-align: center;
}
.pre-fo2.pre-fo-complete .complete-sub-sentence .mail {
	font-size: 18px;
	margin-right: 4px;
	font-weight: 500;
}
.pre-fo2.pre-fo-complete .sentence-pd-top {padding-top: 10px;}
.pre-fo2.pre-fo-complete .sentence-lineheigh {line-height: 1.6;}
.pre-fo2.pre-fo-complete .complete-sub-sentence.another-contact {
	font-size: 14px;
	font-weight: 500;
}
.pre-fo2.pre-fo-complete .complete-attention-area {
	background: #F5F5F5;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 25px 30px;
	box-sizing: border-box;
	margin-bottom: 35px;
}
.pre-fo2.pre-fo-complete .complete-attention-area .caa-sentence {
	font-size: 14px;
	margin-bottom: 15px;
}
.pre-fo2.pre-fo-complete .complete-attention-area ul {
	font-size: 12px;
	font-weight: 400;
}
.pre-fo2.pre-fo-complete .complete-attention-area li {
	padding-left: 1em;
	text-indent: -1em;
}
.pre-fo2.pre-fo-complete .complete-attention-area li:not(:last-child) {margin-bottom: 10px;}
.pre-fo2.pre-fo-complete .co-textlink-green {
	width: 150px;
	margin: 0 auto;
	display: block;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .document-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .document-box {
	position: relative;
	border: 5px solid #c5edd6;
	width: calc(30%);
	min-height: 245px;
	min-width: 260px;
	padding: 45px 25px 25px;
	box-sizing: border-box;
	font-size: 15px;
	color: #000;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .document-box::after {
	position: absolute;
	content: url(/img/pre/icon/icon_note.svg);
	top: -15px;
    left: 43.7%;
	width: 38px;
	height: 28px;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .document-box::before {
	position: absolute;
	content: "";
	top: 0;
    left: 39%;
    width: 60px;
    height: 30px;
    background: #c5edd6;
    border-radius: 0 0 30px 30px;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .category {
	text-align: center;
    color: #03af7a;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .category span {
	font-size: 13px;
	border-bottom: 1px solid #03af7a;
	font-weight: 600;
	padding-bottom: 2px;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .document-content p {
	padding: 15px 0;
	line-height: 1.7;
	text-align: center;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .document-box .row4-text{
	line-height: 23px;
	padding: 7px;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .dl-btn-g a {
	color: #fff;
	background-color: #03af7a;
	border: solid 2px #03af7a;
	box-sizing: border-box;
	border-radius: 5px;
	cursor: pointer;
	max-width: 200px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 13px;
	font-weight: 600;
	padding: 8px 5px;
	transition: 0.2s;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .dl-btn-g a .dl-icon {
	background: url(/img/common/icon/download_white.png) center left / 13px 11px no-repeat;
	padding-left: 17px;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .dl-btn-g a:hover {
	color: #03af7a;
	background-color: #fff;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .dl-btn-g a:hover .dl-icon {
	background: url(/img/common/icon/download_green.png) center left / 13px 11px no-repeat;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .page-link-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .page-link-wrap a {
	background: #fff;
	border-radius: 4px;
	border: 1px solid #03af7a;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-width: 150px;
	padding: 13px 37px;
	color: #03af7a;
	transition: 0.2s;
	margin: 0 1em;
}
.pre-fo-complete .pre-fo2-white-wrap-eq .page-link-wrap a:hover {background: #edf9f0;}
.pre-fo-complete .pre-fo2-white-wrap-eq .page-link-wrap a::after {
	content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #03af7a;
    border-right: 2px solid #03af7a;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s;
}
.pre-fo2.pre-fo-complete02 .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 65px auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.pre-fo2.pre-fo-complete02 .main-sentence {
	font-size: 30px;
	text-align: center;
}
.pre-fo2.pre-fo-complete02 .main-image {margin: 30px auto;}
.pre-fo2.pre-fo-complete02 .sub-sentence {
	font-size: 18px;
	line-height: 29px;
	text-align: center;
}
.pre-fo2.pre-fo-complete02 .confirm-btn {
	margin-top: 20px;
	max-width: 204px;
	font-size: 15px;
	padding: 13px 17px;
}
.pre-fo2 .box-attention {
	font-size: 13px;
		padding: 8px 12px;
	margin-top: 15px;
		box-sizing: border-box;
		display: inline-block;
		position: relative;
	line-height: 21px;
	font-weight: 400;
}
.pre-fo2 .box-attention.box-triangle:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 12px 7px;
	position: absolute;
	left: 0;
	right: 0;
	top: -8px;
	margin: auto;
}
.pre-fo2 .box-attention.box-triangle.box-yellow:after {border-color: transparent transparent #f6e88f transparent;}
.pre-fo2 .box-attention.box-yellow {background-color: #F6E88F;}
.pre-fo2 .box-attention.box-gray {
	background-color: #eceedb;
}
.pre-fo2 .box-attention.padding02 {padding: 3px 8px;}
.pre-fo2 .box-attention.box-float {margin: 0 0 0 12px;}
.pre-fo2 .box-attention.box-float02 {margin: 0 0 20px 0;}
.pre-fo2 .box-attention.box-radius {border-radius: 5px;}
.pre-fo2 .box-attention.triangle-left:after {transform: translateX(-125px);}
.pre-fo2 .pre-fo-inner input.input-w170 {width: 170px;}
.pre-fo2 .pre-fo-inner input.input-w200,
.pre-fo2 .pre-fo-inner select.input-w200 {width: 200px;}
.pre-fo2 .pre-fo-inner input.input-w350 {width: 350px;}
.pre-fo2 .pre-fo-inner input.input-w70 {
	width: 70px;
	padding-right: 15px;
}
.pre-fo2 .pre-fo-flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.pre-fo2 .pre-fo-placeholer-move {position: relative;}
.pre-fo2 .pre-fo-placeholer-move label {cursor: text;}
.pre-fo2 .pre-fo-placeholer-move .placeholder {
	position: absolute;
	color: #999999;
	left: 20px;
	top: 50%;
	transform: translateY(-55%);
	transition: font-size 0.1s, color 0.1s, top 0.1s, left 0.1s, padding 0.1s;
	background: #fff;
}
.pre-fo2 .pre-fo-placeholer-move input:focus {border-color: #03AF7A;}
.pre-fo2 .pre-fo-placeholer-move input:focus+.placeholder,
.pre-fo2 .pre-fo-placeholer-move .placeholder.active {
	font-size: 13px;
	color: #03AF7A;
	top: 0;
	left: 10px;
	padding: 0 5px;
}
.pre-fo2 .pre-fo-placeholer-move input:not(:placeholder-shown)+.placeholder {
	font-size: 13px;
	top: 0;
	left: 10px;
	padding: 0 5px;
}
.pre-fo2 .pre-fo-placeholer-move input:disabled+.placeholder {background: #e2e2e2;}
.pre-fo2 .fo-mr20 {margin-right: 20px;}
.pre-fo2 .fo-mt15 {margin-top: 15px;}
.pre-fo2 .fo-mt10 {margin-top: 10px;}
.pre-fo2 .sub-title {
	font-size: 21px;
	margin: 60px 0 35px;
}
.pre-fo2 .sub-title-supple {
	font-size: 14px;
	margin: 2px 0 0 15px;
}
.pre-fo2 .ele-border {
	height: 1px;
	width: 100%;
	max-width: 800px;
	background: #ccc;
	margin: 36px auto 60px;
}
.pre-fo2 .postal-ele {position: relative;}
.pre-fo2 .postal-ele:before {
	content: '〒';
		width: 20px;
		height: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		font-size: 15px;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 10px;
}
.pre-fo2 .postal-ele>input:not([type='radio']) {padding-left: 40px;}
.pre-fo2 .pre-fo-checkbox {
	position: absolute;
	visibility: hidden;
}
.pre-fo2 .pre-fo-checkbox+label {
	display: flex;
	align-items: center;
}
.pre-fo2 .pre-fo-checkbox+label .checkbox-icon {
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border: 1px solid #84919E;
	margin-right: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}
.pre-fo2 .pre-fo-checkbox:checked+label .checkbox-icon:before {
	content: '';
	margin-top: -3px;
		width: 8px;
		height: 4px;
	border-left: 3px solid #22ac38;
	border-bottom: 3px solid #22ac38;
	transform: rotate(-45deg);
}
.pre-fo2 .z-index-adjustable {
	position: relative;
	z-index: 3;
}
.pre-fo2 .default-none {display: none;}
.pre-fo2 .big-box-attention {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	margin: 55px auto 0;
	padding: 12px 30px 25px;
	box-sizing: border-box;
}
.pre-fo2 .big-box-attention .sub-title {
	font-weight: 700;
	font-size: 14px;
	margin: 0 0 3px;
}
.pre-fo2 .big-box-attention .list {font-size: 13px;}
.pre-fo2 .big-box-attention .list-li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 18px;
	font-weight: 400;
}
.pre-fo2 .big-box-attention.w700 {max-width: 700px;}
.pre-fo2 .pre-error-msg {
	background: #FFF3F0;
	border-radius: 5px;
	border: 1px solid #F14610;
	text-align: center;
	padding: 9px 20px;
	margin-bottom: 60px;
}
.pre-fo2 .pre-error-msg img {
	width: 16px;
	margin: -4px 4px 0;
	display: inline-block;
	vertical-align: middle;
}
.pre-fo2 .disable-until-check {
	font-size: 14px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-top: 40px;
	border: 1px solid #E7E7E7;
    border-radius: 2px;
    background: #F9F9F9;
    min-height: 70px;
    align-items: center;
}
.pre-fo2 .disable-until-check .first-sentence {display: flex;}
.pre-fo2 .disable-until-check+.pre-fo2-btnarea {margin-top: 50px;}
.pre-fo2 .disable-until-check .pre-fo-checkbox+label {margin: 0 7px 0 5px;}
.pre-fo2 .disable-until-check .pre-fo-checkbox+label .checkbox-icon {margin-right: 0;}
.pre-fo2 .disable-until-check .link-blank {transform: translateY(-1px);}
.pre-fo2 .disable-until-check .link-blank::after {
	transform: translateY(3px);
    margin-left: 0;
    margin-right: 3px;
}
.pre-fo2 .disable-until-check .link-txt {padding-left: 0;}

.pre-fo2 .mem-info ul{
	display: inline-block;
	border: #9E9E9E 1px solid;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 20px 0 0 0;
}
.pre-fo2 .mem-info li:first-child{
	font-weight: bold;	
}

@media screen and (max-width: 940px) {
	.pre-fo2 #web_meeting_date .co-sp-only {display: block!important;}
	.pre-fo2 .web-meeting .date-area:not(:last-of-type) {border-bottom: 1px dotted #dddddd;}
	.pre-fo2 .web-meeting .date-area {padding: 0 0 15px;}
	.pre-fo2 .web-meeting .date-area .input-wrap {
		width: calc(100% - 40px);
		margin: 10px 0 0 8px;
	}
	.pre-fo2 .web-meeting .date-area .time {margin: 15px 0 0 0;}	
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-wrap {justify-content: center;}
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-box {
		min-width: 225px;
		padding: 40px 15px 15px;
	}
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-box:not(:last-child) {
		margin-right: 10px;
	}
	.pre-fo-complete .pre-fo2-white-wrap-eq .page-link-wrap a {
		min-width: 120px;
		margin: 0 0.8em;
	}
}
@media screen and (max-width: 670px) {
	.pre-fo2 form {padding: 0 0 50px;}
	.pre-fo2 .pre-txt {
		font-size: 13px;
		padding: 0 20px;
	}
	.pre-fo2 .pre-txt br {display: none;}
	.pre-fo2 .pre-fo2-catch {margin: 30px auto;}
	.pre-fo2-white-wrap {
		padding: 1px 20px 50px;
		border: none;
		border-radius: 0;
	}
	.pre-fo2-white-wrap-eq {
		padding: 50px 20px;
		border: none;
		border-radius: 0;
	}
	.pre-fo2 .fo-req:after {
		font-size: 11px;
		font-weight: 400;
	}
	.pre-fo2 input,
	.pre-fo2 select,
	.pre-fo2 textarea {
		font-size: 15px;
		padding: 15px 29px 15px 15px;
	}
	.pre-fo2 .pre-fo-input {margin-bottom: 20px;}
	.pre-fo2 .radio4 {flex-wrap: wrap;}
	.pre-fo2 .radio4 li {
		width: calc(50% - 12.5px);
		margin-right: 0;
	}
	.pre-fo2 .radio4 li:nth-child(n+3) {margin-top: 10px;}
	.pre-fo2 .radio-sp-column {
		flex-direction: column;
		align-items: flex-start;
	}
	.pre-fo2 .radio-sp-column li {width: 100%;}
	.pre-fo2 .radio-sp-column li:not(:last-child) {margin-bottom: 10px;}
	.pre-fo2 .pre-fo2-btnarea {margin-top: 40px;}
	.pre-fo2.pre-fo-confirm .pre-fo2-white-wrap,
	.pre-fo2.pre-fo-complete .pre-fo2-white-wrap,
	.pre-fo2.pre-fo-complete .pre-fo2-white-wrap-eq,
	.pre-fo2.catch-none .pre-fo2-white-wrap {margin-top: 30px;}
	.pre-fo2.pre-fo-confirm .pre-fotxt {
		font-size: 15px;
		padding-left: 0;
	}
	.pre-fo2.pre-fo-confirm .pre-fo2-btnarea .base-btn {width: 100%;}
	.pre-fo2.pre-fo-confirm .pre-fo2-btnarea .base-btn:first-child {margin-right: 10px;}
	.pre-fo2.pre-fo-complete .complete-main-sentence {
		margin-bottom: 30px;
		padding-top: 10px;
		font-size: 14px;
	}
	.pre-fo2.pre-fo-complete .complete-middle-sentence {
		font-size: 14px;
		padding-top: 40px;
		margin-bottom: 20px;
	}
	.pre-fo2.pre-fo-complete .complete-sub-sentence {
		margin-bottom: 25px;
		font-weight: 500;
	}
	.pre-fo2.pre-fo-complete .complete-sub-sentence.sp-mini,
	.pre-fo2.pre-fo-complete .complete-sub-sentence.another-contact {
		font-size: 12px;
	}
	.pre-fo2.pre-fo-complete .complete-attention-area .caa-sentence {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.pre-fo2.pre-fo-complete .complete-attention-area {
		padding: 15px 20px;
		margin-bottom: 30px;
	}
	.pre-fo2 .box-attention {
		font-size: 12px;
		padding: 8px 11px;
	}
	.pre-fo2 .sub-title {
		font-size: 18px;
		margin: 30px 0 25px;
	}
	.pre-fo2 .pre-fo-inner input.input-w170 {width: 133px;}
	.pre-fo2 .pre-fo-inner input.input-w350 {width: 100%;}
	.pre-fo2 .box-attention.box-float {margin: 5px 0 0 0;}
	.pre-fo2 .ele-border {margin: 20px auto 30px;}
	.pre-fo2 .sub-title-supple {
		font-size: 12px;
		margin: 5px 0 0 auto;
	}
	.pre-fo2 .sp-w100 {width: 100%;}
	.pre-fo2 .in-gray-wrap {padding: 15px 15px 0;}
	.pre-fo2 .fo-mt15 {margin-top: 10px;}
	.pre-fo2 .fo-mt10 {margin-top: 7px;}
	.pre-fo2 .sp-mr10 {margin-right: 10px;}
	.pre-fo2 .big-box-attention {
		width: calc(100% - 40px);
		padding: 20px;
		margin-top: 30px;
	}
	.pre-fo2 .big-box-attention .list {font-size: 12px;}
	.pre-fo2 .big-box-attention .list-li br {display: none;}
	.pre-fo2 .pre-error-msg {
		font-size: 13px;
		line-height: 20px;
		padding: 6px 10px;
		margin-bottom: 30px;
	}
	.pre-fo2.pre-fo-complete02 .wrap {margin: 40px auto 60px;}
	.pre-fo2.pre-fo-complete02 .main-sentence {font-size: 22px;}
	.pre-fo2.pre-fo-complete02 .main-image {width: 221px;}
	.pre-fo2.pre-fo-complete02 .sub-sentence {
		font-size: 14px;
		line-height: 24px;
	}
	.pre-fo2 .disable-until-check {flex-direction: column;}
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-wrap {flex-direction: column;}
	.pre-fo2.pre-fo-complete .sp-pt {
		padding-top: 0;
		margin-bottom: 30px!important;
	}
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-box {min-width: 85%;}
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-box::after {left: 43%;}
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-box:not(:first-child) {margin-top: 20px;}
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-box:not(:last-child) {margin-right: 0;}
	.pre-fo-complete .pre-fo2-white-wrap-eq .document-content p {
		font-size: 14px;
		padding: 20px;
	}
	.pre-fo-complete .pre-fo2-white-wrap-eq .dl-btn-g a {
		margin: 0 auto;
		max-width: 230px;
	}
	.pre-fo-complete .pre-fo2-white-wrap-eq .page-link-wrap  {flex-direction: column;}
	.pre-fo-complete .pre-fo2-white-wrap-eq .page-link-wrap a {min-width: 45%;}
	.pre-fo-complete .pre-fo2-white-wrap-eq .page-link-wrap a:not(:last-child) {
		margin-bottom: 20px;
	}

}
/*** チェック ***/
.pre-fo2 .pre-fo-successmark {
	display: none;
	background: url('/img/common/icon/form_check.png') right center / 16px no-repeat!important;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: 0!important;
	padding-left: 0!important;
	transform: translateY(-50%);
}
.pre-fo2 .input-success ~ .pre-fo-successmark	{display: block;}
/*** エラー ***/
.pre-fo2 p.pre-fo-errmark {
	font-size: 12px;
	color: #F14610;
	background: url('/img/common/icon/form_error.png') left center / 16px no-repeat;
	padding-left: 20px;
	margin-top: 5px;
	font-weight: 500;
}
.pre-fo2 input.pre-fo-errmark,
.pre-fo2 textarea.pre-fo-errmark,
.pre-fo2 select.pre-fo-errmark {
	border-color: #F14610!important;
	font-family: 'Noto Sans JP',sans-serif,'メイリオ',Meiryo,'ＭＳ Ｐゴシック';
}
/* フォーカス */
.pre-fo2 input[type='text']:focus,
.pre-fo2 input[type='tel']:focus,
.pre-fo2 input[type='email']:focus,
.pre-fo2 input[type='password']:focus,
.pre-fo2 input[type='url']:focus,
.pre-fo2 input[type='number']:focus,
.pre-fo2 textarea:focus,
.pre-fo2 select:focus {
	border-color: #03AF7A;
}
/* disabled */
.pre-fo2 input[type='text'][disabled],
.pre-fo2 input[type='tel'][disabled],
.pre-fo2 input[type='email'][disabled],
.pre-fo2 input[type='password'][disabled],
.pre-fo2 input[type='url'][disabled],
.pre-fo2 input[type='number'][disabled],
.pre-fo2 textarea[disabled],
.pre-fo2 select[disabled] {
	background-color: #e2e2e2;
	border-color: #c3c3c3!important;
	color: #999999;
	opacity: 1;
}
.pre-fo2 .input-disabled {
	pointer-events: none!important;
	background-color: #e2e2e2!important;
	border-color: #c3c3c3!important;
	color: #999999!important;
	opacity: 1!important;
}
/*** モーダル ***/
.fo-modal-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 645px;
	margin: 35px auto 0;
}
.fo-modal-list li {
	width: calc(100% / 4 - 11.5px);
	transition: opacity 0.2s;
	cursor: pointer;
}
.fo-modal-list li:hover {opacity: 0.7;}
.fo-modal-list li img {
	width: 100%;
	border: 1px solid #ccc;
}
.fo-modal-active {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 1000;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s, visibility 0.4s;
}
.fo-modal-active.active {
	opacity: 1;
	visibility: visible;
}
.fo-modal-active .modal-black {
	background: #000;
	opacity: 0.37;
	height: 100%;
	width: 100%;
}
.fo-modal-active .modal-in-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	max-width: 750px;
	width: 100%;
}
.fo-modal-active .modal-in-wrap img {width: 100%;}
.fo-modal-active .modal-in-wrap .modal-close {
	right: -3px;
	top: -30px;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	cursor: pointer;
}
.fo-modal-active .modal-in-wrap .modal-close:before,
.fo-modal-active .modal-in-wrap .modal-close:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #fff;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 5px);
	left: 14%;
}
.fo-modal-active .modal-in-wrap .modal-close:after {
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.fo-modal-active .slick-dots li button:before {
	color: #fff;
	opacity: 1!important;
}
.fo-modal-active .slick-dots li.slick-active button:before {color: #31EC8F;}
.fo-modal-active .slick-prev:focus,
.fo-modal-active .slick-prev,
.fo-modal-active .slick-next:focus,
.fo-modal-active .slick-next {
	width: 45px;
	height: 160px;
	background: rgba(3,175,122,0.71);
	z-index: 1;
}
.fo-modal-active .slick-prev:hover,
.fo-modal-active .slick-next:hover {
	background: rgba(3,128,89,0.71);
}
.fo-modal-active .slick-prev {left: 0;}
.fo-modal-active .slick-next {right: 0;}
.fo-modal-active .slick-dots {bottom: -45px;}
.fo-modal-active .slick-prev:before,
.fo-modal-active .slick-next:before {
	content: '';
	display: inline-block;
	position: absolute;
	top: calc(50% - 10px);
	right: calc(50% - 6px);
	width: 13px;
	height: 13px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	border-color: #fff;
	transform: rotate(45deg);
	opacity: 1;
}
.fo-modal-active .slick-prev:before {
	transform: rotate(225deg);
	right: calc(50% - 11px);
}
@media screen and (max-width: 940px) {
	.fo-modal-list {padding: 0 20px;}
	.fo-modal-active .modal-in-wrap {
		max-width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
		top: 50%;
	}
	.fo-modal-active .modal-in-wrap .modal-close {right: 20px;}
}
@media screen and (max-width: 670px) {
	.fo-modal-list {margin-top: 20px;}
	.fo-modal-list li {width: calc(100% / 4 - 4px);}
	.fo-modal-active .slick-prev:focus,
	.fo-modal-active .slick-prev,
	.fo-modal-active .slick-next:focus,
	.fo-modal-active .slick-next {
		width: 35px;
		height: 150px;
	}
	.fo-modal-active .slick-prev:before,
	.fo-modal-active .slick-next:before {
		width: 7px;
		height: 7px;
		top: calc(50% - 7px);
		right: calc(50% - 3px);
	}
	.fo-modal-active .slick-prev:before {
		right: calc(50% - 6px);
	}
}
/*** ステップ ***/
.pre-fo2-step {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px auto 40px;
	position: relative;
}
.pre-fo2-step:before {
	content: '';
	display: block;
	position: absolute;
	height: 2px;
	top: 5px;
	background-color: #ccc;
	z-index: 0;
}
.pre-fo2-step p {
	color: #999999;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 14px;
}
.pre-fo2-step span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 1px #ccc solid;
	background-color: #ccc;
	font-weight: bold;
	margin: 0 auto 7px;
	font-size: 12px;
}
.pre-fo2-step .now-step {
	color: #0a9b00;
	font-weight: bold;
}
.pre-fo2-step .now-step span {
	color: #ffffff;
	background-color: #0a9b00;
	border-color: #0a9b00;
	width: 15px;
	height: 15px;
	margin: -2px auto 5px;
}
.pre-fo2-step.step2 { max-width: 350px; }
.pre-fo2-step.step2:before {
	width: 50%;
	left: 25%;
}
.pre-fo2-step.step2 p { flex-basis: 50%; }
.pre-fo2-step.step3 { max-width: 322px; }
.pre-fo2-step.step3:before {
	width: 70%;
	left: 15%;
}
.pre-fo2-step.step3 p { flex-basis: 33.33%; }
@media screen and (max-width: 670px) {
	.pre-fo2-step span {margin: 0 auto 5px;}
	.pre-fo2-step .now-step span {
		width: 12px;
		height: 12px;
		margin: -1px auto 3px;
	}
	.pre-fo2-step.step3 {
		max-width: 170px;
		margin: 30px auto;
	}
}
.web-meeting .date-area .date-clear-button:hover{background-position:center bottom 2px}
.lp03.web-meeting .date-area select.pre-fo-errmark {margin-top: 6px;}

/* LP用footer */
#lp_foot {
	background-color: #1e323b;
	color: #fff;
}
#lp_foot .form,
#lp_foot .support{
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
}
#lp_foot .form{
	font-size: 14px;
		width: 69%;
}
#lp_foot .form a{
		display: inline-block;
		border: 1px solid #ccc;
		border-radius: 5px;
		padding: 6px 14px 4px;
		color: #fff;
		font-size: 13px;
		text-decoration: none;
}
#lp_foot .form a:hover{
	background-color: #25404c;
	opacity: 0.7;
	color: #fff;
}
#lp_foot .form span,
#lp_foot .form a { vertical-align: middle;}
#lp_foot .support {border-left: 1px solid #4e5a61;}
#lp_foot .support p {
	text-align: left;
		padding: 8px 0 8px 18px;
}
#lp_foot .support span { font-size: 12px;}
#lp_foot .support span ,
#lp_foot .support .tel img { vertical-align: middle;}
#lp_foot .support .tel { display: block;}
#lp_foot .support .tel img {
	width: 12px;
		padding-right: 5px;
}
#lp_foot .support{
	text-align: right;
		width: 30%;
}
#lp_foot .com_area{
	font-size: 12px;
	color: #ccc;
	line-height: 1.6;
	border-top: 1px solid #4e5a61;
	border-bottom: 1px solid #4e5a61;
	box-sizing: border-box;
	margin: 15px 0;
	padding: 20px 0;

}
#lp_foot .copyright-ssl{
	font-size: 11px;
	color: #ccc;
}
/* SP */
@media screen and (max-width:640px){
	#lp_foot .form,
	#lp_foot .support{
		text-align: center;
		width: 100%;
	}
	#lp_foot .form { padding: 10px 0;}
	#lp_foot .form a { margin: 10px 0 10px 0;}
	#lp_foot .support {
		border-left: none;
		border-top: 1px solid #4e5a61;
	}
	#lp_foot .support p {
		padding: 15px 0 0 0;
		text-align: center;
	}
}

/*** バナー 共通 ***/
a.common-banner {
	max-width: 640px;
	width: 100%;
	height: 70px;
	border: 2px solid #03AF7A;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	color: #03AF7A;
	background: #fff;
	text-decoration: none;
	margin: 50px auto 0;
}
a.common-banner:hover {
	background: #ebf9f0;
}
a.common-banner .eye-catch {
	max-width: 180px;
	width: 100%;
	padding: 20vh 0;
	text-align: center;
	background-image: -webkit-radial-gradient(#C2F1E3 20%, transparent 30%), -webkit-radial-gradient(#C2F1E3 20%, transparent 30%);
	background-image: radial-gradient(#C2F1E3 20%, transparent 30%), radial-gradient(#C2F1E3 20%, transparent 30%);
	background-position: 0px 0px, 4px 4px;
	background-size: 8px 8px;
	background-repeat: repeat;
}
a.common-banner .eye-catch img {
	width: 70%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	vertical-align: top;
}
a.common-banner .text-area {
	max-width: 460px;
	width: 100%;
	padding: 0 50px 2px 30px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	position: relative;
}
a.common-banner .text-area::after {
	content: "";
	position: absolute;
	top: 1px;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	right: 23px;
	width: 9px;
	height: 9px;
	border-top: 2px solid #03AF7A;
	border-right: 2px solid #03AF7A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
a.common-banner .text-area span {font-size: 22px;}
@media screen and (max-width:640px) {
	a.common-banner .eye-catch {
		max-width: 70px;
		overflow-x: hidden;
	}
	a.common-banner .eye-catch img{
		width: 110%;
	}
	a.common-banner .text-area,
	a.common-banner .text-area span {
		font-size: 16px;
	}
}

/* ログイン認証
-------------------------------------------------- */
/*** 共通 ***/
#auth-login {
	min-height: 100vh;
	height: fit-content;
	font-family: 'メイリオ';
}
#auth-login.bg-yellowgreen02 {padding-top: 0;}
.auth-login-section{
	flex-direction: column;
	width: 600px;
}
.auth-login-logo{
	height: 32px;
	width: 110px;
}
#auth-login .pre-fo2 {
	padding: 50px 80px 60px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 10px;
	width: 440px
}
#auth-login .pre-fo2>p>span,
#auth-login .auth-login-row>p {word-wrap: break-word;}
#auth-login .pre-fo2 h2 {
	margin-bottom: 30px;
	font-size: 30px;
	color: #000000;
	line-height: 36px;
}
#auth-login .info a{
	color: #000000;
	text-decoration: underline #000000;
}
#auth-login .pre-fo2-btnarea{position: relative;}
#auth-login .pre-fo2-btnarea label:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 38px;
	width: 12px;
	height: 12px;
	border-top: 2px #ffffff solid;
	border-right: 2px #ffffff solid;
	transform: rotate(45deg) translateY(-60%);
	transition: border 0.3s;
	pointer-events: none;
}
#auth-login .pre-fo2-btnarea label:hover:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 38px;
	width: 12px;
	height: 12px;
	border-top: 2px #03AF7A solid;
	border-right: 2px #03AF7A solid;
	transform: rotate(45deg) translateY(-60%);
	pointer-events: none;
}
#auth-login .pre-fo2-btnarea input[type='submit'] {
	width: 100%;
	padding: 12px 38px 8px;
	font-family: 'メイリオ';
	font-size: 22px;
	font-weight: normal;
}
@media screen and (max-width: 670px){
	.auth-login-section{width: 100%;}
	#auth-login .pre-fo2{
		width: 86%;
		margin: 0 auto;
		padding: 50px 15px 60px;
	}
	#auth-login .pre-fo2 h2{
		margin-bottom: 20px !important;
		padding: 0 6px;
		font-size: 26px;
	}
}

/*** 入力 ***/
#auth-login .login-ara {width: 100%;}
#auth-login .auth-login-input-wrap:not(:first-child){margin-top: 26px;}
#auth-login .pre-fo-placeholer-move .placeholder{
	color: #000000;
	transform: translateY(-45%);
	pointer-events: none;
}
#auth-login input:not([type='submit']) {
	padding: 13px 22px;
	font-size: 16px;
}
#auth-login input[type='submit'] {margin-top: 34px;}
@media screen and (max-width: 670px){
	#auth-login .auth-login-row{
		flex-direction: column;
		align-items: normal;
	}
	#auth-login .auth-login-row>p{width: 100%;}
}

/*** 入力(エラー) ***/
#auth-login .err-box {
	background-color: #FFF3E2;
	padding: 7px 12px 7px 14px;
	margin-bottom: 28px;
}
#auth-login .err-box .pre-fo-errmark {
	margin-top: 0;
	font-size: 15px;
}
#auth-login .err-box p {padding-left: 24px;}
@media screen and (max-width: 670px){
	#auth-login .err-box .pre-fo-errmark {font-size: 14px;}
}

/*** 確認 ***/
#auth-login .auth-login-conf h2{margin-bottom: 40px;}
#auth-login .auth-login-row {
	justify-content:space-between;
	align-items: center;
	border-top: 1px solid #CBCBCB;
}
#auth-login .auth-login-row:last-child {border-bottom: 2px solid #e5e5e5;}
#auth-login .auth-login-row>p {
	width: 70%;
	padding: 22px 0;
}
#auth-login .pre-fo2-btnarea input[type='submit']{margin: 35px 0 0;}
@media screen and (max-width: 670px){
	#auth-login .auth-login-row{align-items: normal;}
	#auth-login .auth-login-row>div>p{padding-top: 10px;}
	#auth-login .auth-login-row>p{
		width: 100%;
		padding: 10px 0 10px 3px;
	}
}

/*** 失敗 ***/
#auth-login .auth-login-failed .auth-login-img-wrap{display: flex;}
#auth-login .auth-login-failed .auth-login-img-wrap img{width: 140px;}
#auth-login .auth-login-failed h2{
	font-size: 24px;
	margin-bottom: 15px;
}
#auth-login .auth-login-failed ul{max-width: fit-content;}
@media screen and (max-width: 670px){
	#auth-login .auth-login-failed .auth-login-img-wrap img{width: 100px;}
	#auth-login .auth-login-failed h2{
		font-size: 22px;
		line-height: 33px;
	}
	#auth-login .auth-login-failed ul{font-size: 15px;}
}

/* LP-ログイン認証結果
-------------------------------------------------- */
/*** 成功 ***/
#auth-login .auth-login-success{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 6px #00000029;
	border-radius: 10px;
	width: 600px;	
}
#auth-login .auth-login-contents{
	flex-direction: column;
	justify-content: center;
	padding: 40px 80px 30px;
}
#auth-login .auth-login-contents>div>p>span{
	word-wrap: break-word;
}
#auth-login .auth-login-contents a:hover{
	text-decoration: underline;
}
@media screen and (max-width: 670px){
	#auth-login .auth-login-success{
		width: 92%;
	}
	#auth-login .auth-login-contents{
		padding: 30px 19px 30px;
	}
	#auth-login .auth-login-contents h2{
		font-size: 22px;
		padding: 0 2px;
	}
	#auth-login .auth-login-contents>div>p{
		font-size: 15px;
		line-height: 29px;
	}
	#auth-login .auth-login-contents a{
		font-size: 15px;
		font-weight: bold;
	}
}