@charset "UTF-8";

.list_cont.list_data-utilization{
	padding:20px 0px;
}

.service_type02 .tel {
	font-size: 30px;
	font-weight: 600;
}
.service_type02 .mobile {
	margin-top: 0;
}

@media screen and (max-width: 767px) {
	.service_type02 img {
		width: 62px;
	}
}

#main_cont {
	overflow: visible;
}
.inner {
	max-width: 700px;
}
input,
textarea {
	font-size: 14px;
	padding: 8px;
	font-family: "Noto Sans CJK JP subset", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	border: 1px solid #CCC;
}
input[type="number"]{
	width: 60px;
}

/*テーブル*/
/* 日付 */
.table_type_inquire_date {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.table_type_inquire_date th,
.table_type_inquire_date td {
	padding: 10px 15px;
	border: 1px solid #CCCCCC;
	vertical-align: middle;
}

.table_type_inquire_date th {
	background: #F6F6F6;
	width: 120px;
}

.table_type_inquire_date .calendar {
	text-align: center;
	vertical-align: middle;
	width: 260px;
}

.table_type_inquire_date .calendar img {
	margin-bottom: 8px;
	margin-left: 10px;
}

.table_type_inquire_date .td_midashi {
	text-align: center;
	width: 100px;
}

@media screen and (max-width: 767px) {
	.table_type_inquire_date,
	.table_type_inquire_date thead,
	.table_type_inquire_date tbody,
	.table_type_inquire_date tr,
	.table_type_inquire_date th,
	.table_type_inquire_date td {
		display: block !important;
		width: 100% !important;
		border: 0;
	}

	.table_type_inquire_date {
		border-right: 1px solid #CCC;
		border-bottom: 1px solid #CCC;
		border-left: 1px solid #CCC;
	}

	.table_type_inquire_date th,
	.table_type_inquire_date td {
		border-top: 1px solid #CCC;
	}

	.table_type_inquire_date .td_time {
		text-align: center;
	}
}

/* 名前など */
.table_type_inquire {
	border: 1px solid #CCCCCC;
	width: 100%;
}

.table_type_inquire th {
	background: #F6F6F6;
	border-right: 1px solid #CCCCCC;
	vertical-align: middle;
	width: 120px;
}

.table_type_inquire td {
	vertical-align: middle;
	font-size: 16px;
}

.table_type_inquire .valign_top {
	vertical-align: top;
}

.table_type_inquire td:not(:last-of-type) {
	border-right: 1px solid #CCCCCC;
}

.table_type_inquire tr:not(:last-of-type) th,
.table_type_inquire tr:not(:last-of-type) td {
	border-bottom: 1px solid #CCCCCC;
}

.table_type_inquire th ,
.table_type_inquire td {
	padding: 10px 15px;
}

.box:nth-of-type(1) {
	margin-bottom: 60px;
}

.table_type_inquire td:nth-of-type(1) {
	position: relative;
	width: 250px;
}

.table_type_inquire td:nth-of-type(1).td_midashi.bg_green {
	position: static;
}


.text_required {
	width: 50px;
	background: #F48937;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 21px;
}
.required {
	background: #F48937;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	top: 18px;
	right: 10px;
	text-align: center;
	width: 50px;
	line-height: 21px;
}
.inquire_privacy {
	background: #EEEEEE;
	padding: 30px 15px;
	text-align: center;
}
.inquire_privacy .small_ttl {
	font-size: 16px;
	margin-bottom: 25px;
	text-align: center;
}
.inquire_privacy .privac_scroll {
	background: #fff;
	height: 200px;
	margin-bottom: 15px;
	overflow-y: scroll;
	padding: 15px;
	text-align: left;
}
.inquire_btn {
	margin-top: 50px;
}
.inquire_btn button {
	background: #65AD29;
	background: -moz-linear-gradient(bottom, #3E9600 0%, #65AD29 100%);
	background: -webkit-gradient(linear, left bottom, left top, from(#3E9600), to(#65AD29));
	background: -webkit-linear-gradient(bottom, #3E9600 0%, #65AD29 100%);
	background: -o-linear-gradient(bottom, #3E9600 0%, #65AD29 100%);
	background: linear-gradient(to top, #3E9600 0%, #65AD29 100%);
	color: #fff;
	display: inline-block;
	font-size: 14px;
	max-width: 323px;
	width: 100%;
	padding: 14px 40px 14px 14px;
	position: relative;
	text-align: center;
	transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.inquire_btn button:hover {
	background: linear-gradient(to top, #77cb30 0%, #6ab72b 100%);
	box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
	opacity: 1;
	transform: scale(1.05);
}

/* ボタン */
button[type="reset"],
.form_btn_col button[type="button"] {
	background: linear-gradient(to top, #555 0%, #888 100%);
	text-align: center;
}
button[type="reset"]:hover,
.form_btn_col button[type="button"]:hover {
	background: linear-gradient(to top, #888 0%, #aaa 100%);
	box-shadow: 0 0 20px 0px rgba(200, 200, 200, 0.5);
	text-align: center;
}
.inquire_btn  {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.table_type_inquire,
	.table_type_inquire thead,
	.table_type_inquire tbody,
	.table_type_inquire tr,
	.table_type_inquire th,
	.table_type_inquire td {
		display: block;
		width: 100% !important;
		border: 0;
		padding: 0;
	}

	.table_type_inquire td:not(:last-of-type) {
		border: 0;
		margin-bottom: 10px;
	}

	.table_type_inquire tr:not(:last-of-type) th,
	.table_type_inquire tr:not(:last-of-type) td {
		border: 0;
	}

	.table_type_inquire tr {
		padding-bottom: 20px;
		padding-top: 20px;
		border-bottom: 1px solid #CCC;
	}

	.table_type_inquire .required {
		position: static;
		margin-left: 20px;
	}

	.inquire_btn {
		text-align: center;
	}
}

/* ナビ */
.inquire_nav {
	margin: 18px 0 30px;
}

.inquire_nav_list {
	display: flex;
	justify-content: flex-end;
}

.inquire_nav_item {
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	.inquire_nav_list {
		display: block;
	}

	.inquire_nav_item {
		margin-left: 0;
	}

	.inquire_nav_item + .inquire_nav_item {
		margin-top: 8px;
	}
}

/* フォームの状態 */
.inquire_state {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 1055px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	padding: 0 20px;
	overflow: hidden;
}

.inquire_state_item {
	width: 100%;
	position: relative;
	text-align: center;
	background: #EEEEEE;
	padding: 6px;
}

.inquire_state_item br {
	display: none;
}

.inquire_state_item.is_current {
	background: #F6C200;
	color: #FFF;
}

.inquire_state_item.is_current::after {
	border-color: transparent transparent transparent #F6C200;
}

.inquire_state_item_input,
.inquire_state_item_confirm {
	width: calc(100% + 16px);
}

.inquire_state_item_confirm,
.inquire_state_item_complete {
	padding-left: 22px;
}

.inquire_state_item::before,
.inquire_state_item::after {
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	content: "";
}

.inquire_state_item::before {
	left: 100%;
	border-style: solid;
	border-width: 32px 0 32px 16px;
	border-color: transparent transparent transparent #FFF;
	z-index: 1;
}

.inquire_state_item::after {
	left: calc(100% - 4px);
	border-style: solid;
	border-width: 32px 0 32px 16px;
	border-color: transparent transparent transparent #EEE;
	z-index: 2;
}

.inquire_state_item_complete::before,
.inquire_state_item_complete::after {
	content: none;
}

@media screen and (max-width: 767px) {
	.inquire_state {
		padding-right: 0;
		padding-left: 0;
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 600px) {
	.inquire_state_item br {
		display: block;
	}

	.inquire_state_item::before {
		border-width: 48px 0 48px 16px;
		border-color: transparent transparent transparent #FFF;
		z-index: 1;
	}
	
	.inquire_state_item::after {
		left: calc(100% - 4px);
		border-style: solid;
		border-width: 48px 0 48px 16px;
		border-color: transparent transparent transparent #EEE;
		z-index: 2;
	}
}

@media screen and (max-width: 420px) {
	.inquire_state_item {
		font-size: 13px;
		letter-spacing: -1px;
		white-space: nowrap;
	}
}

/* 注意 */
.inquire_note_top {
	margin-bottom: 50px;
}

.inquire_note {
	padding: 32px 15px 38px;
	background: #EEE;
}

.inquire_note_agree {
	margin-top: 20px;
	text-align: center;
}

.inquire_note_header {
	margin-bottom: 24px;
	text-align: center;
}

.inquire_note_body {
	padding: 15px;
	background: #FFF;
	height: 280px;
  overflow: scroll;
}

.inquire_note_body_scroll {
	height: 200px;
	overflow-y: auto;
}

.form_agree {
	position: relative;
	display: inline-block;
	padding-left: 25px;
}

.form_agree::before {
	display: block;
	width: 15px;
	height: 15px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	border: 1px solid #CCC;
	content: "";
}

.form_agree::after {
	display: block;
	width: 9px;
	height: 4px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2px;
	border-left: 3px solid #F6C200;
	border-bottom: 3px solid #F6C200;
	content: "";
	opacity: 0;
	transform: rotate(-60deg);
	transition: opacity 0.2s;
	will-change: opacity;
}

.form_agree_input {
	display: none;
}

.form_agree_input:checked + .form_agree::after {
	opacity: 1;
}

/* 入力 */
.form_input_value_zip,
.form_input_value_addr1 {
	margin-bottom: 10px;
}

.form_input {
	max-width: 100%;
}

.form_input_m {
	width: 400px;
}

.form_input_100p {
	width: 100%;
}

.form_input_zip {
	width: 140px;
}

.form_input_text {
	height: 120px;
}

.form_input_text2 {
	height: 145px;
}

.form_input_row + .form_input_row {
	margin-top: 18px;
}

.form_input_subtitle {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;
}

.form_zip_btn {
	display: inline-block;
	width: 100px;
	margin-left: 10px;
	line-height: 41px;
	text-align: center;
	background: #EEEEEE;
	cursor: pointer;
	font-family: inherit;
}

.form_caption {
	font-size: 14px;
	color: #EC911B;
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.form_input_text2 {
		height: 180px;
	}
}

/* 完了 */
.inquire_complete {
	text-align: center;
}
.inquire_complete {
	margin-top: 30px;
}

/* ボタン */
.form_btn_area {
	margin-top: 55px;
}

.form_btn_row {
	display: flex;
	justify-content: center;
}

.form_btn_col {
	margin-right: 12px;
	margin-left: 12px;
}

.form_btn {
	display: inline-block;
	width: 323px;
	max-width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	position: relative;
	background: linear-gradient(to top, #3E9600 0%, #65AD29 100%);
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	transition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.form_btn:after {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: "";
	display: inline-block;
	height: 6px;
	position: absolute;
	top: 40%;
	right: 20px;
	transform: rotate(-135deg) translateY(-50%);
	width: 6px;
}

.form_btn:hover {
	background: linear-gradient(to top, #77cb30 0%, #6ab72b 100%);
	box-shadow: 0 0 20px 0px rgba(101, 173, 41, 0.5);
	transform: scale(1.05);
}

.form_btn_pdf {
	vertical-align: middle;
}

.form_btn_pdf:after {
	vertical-align: middle;
}

@media screen and (max-width: 767px) {
	.form_btn_row {
		display: block;
	}

	.form_btn_col {
		display: block;
		margin-right: 0;
		margin-left: 0;
		text-align: center;
	}

	.form_btn_col + .form_btn_col {
		margin-top: 24px;
	}
}

.form_contact_area {
	margin-top: 40px;
}

/* 資料ダウンロード */
.form_document_types {
	padding: 12px 32px;
	margin-top: 17px;
	margin-bottom: 48px;
	background: #F5FCE1;
	border: 1px solid #CCC;
}

.form_document_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: -66px;
	margin-top: -10px;
}

.form_document_item {
	margin-top: 10px;
	margin-left: 66px;
}

.form_radio {
	position: relative;
}

.form_radio_input {
	display: none;
}

.form_radio_label {
	padding-left: 27px;
}

.form_radio_label::before,
.form_radio_label::after {
	display: block;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
}

.form_radio_label::before {
	width: 18px;
	height: 18px;
	left: 0;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 50%;
}

.form_radio_label::after {
	width: 8px;
	height: 8px;
	left: 6px;
	background: #444;
	border-radius: 50%;
	opacity: 0;
	transition: opacity 0.3s;
	will-change: opacity;
}

.form_radio_input:checked + .form_radio_label:after {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	.form_document_types {
		padding: 32px;
	}
	
	.form_document_list {
		display: block;
		margin-left: 0;
		margin-top: -20px;
	}
	
	.form_document_item {
		margin-top: 20px;
		margin-left: 0;
	}	
}

@media screen and (max-width: 400px) {
	.form_document_types {
		padding: 32px 16px;
	}
}


/*=============================
 * header
===============================*/
.form_header {
	position: relative;
}

.form_header:after {
	box-shadow: 0 4px 4px #A4A4A4;
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	background: none;
	margin-top: -4px;
	z-index: 99;
}

.form_header_row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1140px;
	max-width: 100%;
	padding: 21px 20px 25px 20px;
	margin-right: auto;
	margin-left: auto;
}

.form_header_col_logo img {
	max-width: 100%;
}

.form_header_tel {
	background: url(/common/img/ico_freecall.png) left top / 37px auto no-repeat;
	padding-left: 47px;
}

.form_header_tel_num {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.form_header_tel_time {
	font-size: 10px;
	line-height: 1;
	margin-top: 4px;
}

@media screen and (max-width: 767px) {
	.form_header_row {
		padding: 16px 20px;
	}

	.form_header_col_logo {
		width: 235px;
	}
}

/*=============================
 * footer
===============================*/
.form_footer .form_footer_copy {
	color: #E3E2E2;
	background: #234607;
	font-size: 10px;
	line-height: 55px;
	text-align: center;
}

.contact_info {
	text-align: center;
	font-size: 14px;	
}

.contact_info_layout {
	padding: 32px 30px 42px;
	background: #F5FCE1;
}

.contact_info_header {
	font-weight: bold;
}

.contact_info_body {
	margin-top: 20px;
}

.contact_info_tel_sp {
	background: #FFF;
	padding: 16px;
	margin: 16px 0 8px;
}
.contact_info_tel_sp a {
	display: inline-block;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.contact_info_layout {
		padding-top: 34px;
		padding-bottom: 37px;
	}
	.wp_bnr_box_02 .inner {
		margin-left: 0;
    	margin-right: 0;
	}
}

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

	.wp_bnr_box_02 .col_img {
		margin-left: 40px;
	}
	.wp_bnr_box_02 {
		margin-top: -10px;
	}
	
}
.errorTx {
	color: #f00;
	margin-bottom: 5px;
}
#yoshin-startup-section .wp_bnr_box,
#yoshin-startup-section .wp_bnr_box_02 {
	background-image : none;
	border-bottom: none;
	border-top: none;
}
#yoshin-startup-section .wp_bnr_box .inner,
#yoshin-startup-section .wp_bnr_box_02 .inner {
	margin: 0;
	padding: 0px;
}
#yoshin-startup-section img {
	max-width: 350px;
}
.wp_bnr_box_02 .col_02 {
	justify-content: center;
}
#3minites-section img {
	max-width: 350px;
}
.form_btn_col .form_btn {
	background: linear-gradient(to top, #f48937 0%, #f15700 100%);
	text-align: center;
}
.form_btn_col :hover {
	background: linear-gradient(to top, #fd6916 0%, #fb9a51 100%);
	box-shadow: 0 0 20px 0px rgba(244, 137, 55, 0.5);
	text-align: center;
}