@charset "utf-8";



/* --- 印刷用 --- */
@page {
	size: A4 portrait;
	margin: 5mm;
}

/* --- 印刷用 --- */
@media print {
/*#top_banner_box, #right_area, #right_area_next, #header, #footer_area  {*/
header, footer, .last_bottom_area {
	display: none;
}

body {
	margin-left: -4px;
}

}


/* フォーム用 */

.mw_wp_form_input .print_pdf, .mw_wp_form_complete .print_pdf {
	display: none;
}

.mw_wp_form_confirm .print_pdf {
	display: block;
}

#form_content {
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-bottom: 10px;
}

.mw_wp_form_input .print_pdf, .mw_wp_form_complete .print_pdf {
	display: none;
}

.mw_wp_form_confirm .print_pdf {
	display: block;
}

.form_title {
	margin-top: 20px;
}

.contact_form {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
	border: 1px solid #ccc;
	width: 100%;
	margin-bottom: 30px;
}

.contact_form th {
	padding: 10px;
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
/*	background: #0099e3;*/
	color: #ffffff;
	white-space: nowrap;
}

.form01_th th {
	background: #0099e3;
}

.form02_th th {
	background: #0099e3;
}

.form03_th th {
	background: #66b166;
}

.contact_form td {
	padding: 6px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}

.sel_w100 select {
	width: 100%;
}

.contact_form .w100 {
	width: 98%;
}

.contact_form .w50 {
	width: 47%;
}

span.wpcf7-list-item {
	display: block;
	margin: 5px 0 0 5px;
}

input[type=text], input[type=email], input[type=tel], input[type=number], textarea, select {

    border: 0;
    padding: 6px 1%;
    color: #000;
    border: solid 1px #ccc;
    margin: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
    -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
}

input[type=number].input_num5 {
	width: 5em;
}

input[type=number].input_num7 {
	width: 7em;
}

.mw_wp_form_confirm .input_show {
  display: none;
}

.confirm_title {
	color: #338e6e;
	font-size: 19px;
	font-weight: bold;
}

.pack02_str, .pack03_str, .pack04_str {
	display: none;
}

#wpexperts_pdf_generate_file {
	border: 1px solid #f01414;
	border-radius: 3px;
	background-color: #d04545;
	padding: 2px !important;
  transition: .3s;
/*  box-shadow: 2px 2px 3px #666666;*/
	color: #fff;
}

.add_wpexperts_pdf_generate_file {
	border: 1px solid #f01414;
	border-radius: 3px;
	background-color: #d04545;
	padding: 17px !important;
  transition: .3s;
/*  box-shadow: 2px 2px 3px #666666;*/
	color: #fff;
}


#wpexperts_pdf_generate_file:hover, .add_wpexperts_pdf_generate_file:hover {
  color: #d04545;
  background: #ffffff;
  cursor: pointer;
}

.last_bottom_area {
	margin-top: 20px;
	margin-left: 1.2em;
}

.last_bottom_area ol {
	padding-left: 2em;
}


.last_bottom_area li {
	line-height: 1.85em;
	list-style-type: decimal;
}

.nyuryoku_btn input[type=submit], .back_btn input[type=button], .send_btn input[type=submit], .add_wpexperts_pdf_generate_file {
	cursor: pointer !important;
}

.nyuryoku_btn  input[type=submit], .back_btn input[type=submit] {
	font-size: 1.05em;
	border-radius: 3px;
  background: #000066;
  color: #ffffff;
  transition: .3s;
/*  box-shadow: 2px 2px 3px #666666;*/
  border: 2px solid #000066;
  padding: 3px 15px;
}

.nyuryoku_btn:hover input[type=submit], .back_btn:hover input[type=submit] {
/*  box-shadow    : none;*/
  color         : #000066;
  background    : #ffffff;
}

.send_btn input[type=submit] {
	font-size: 1.05em;
	border-radius: 3px;
  background    : #00b359;
  color         : #ffffff;
  transition    : .3s;
  border        : 2px solid #00b359;
  padding: 27px 30px;
}

.send_btn:hover input[type=submit] {
  box-shadow    : none;
  color         : #00b359;
  background    : #ffffff;
}

.send_btn .wpcf7-spinner {
	display: none;
}

input.wpcf7-form-control.wpcf7-text.select01_con {
 position: absolute;
  top: 0;
  left: -50vw;
}

.wpcf7-response-output {
	border-color: #fff !important;
	color: red;
	font-weight: bold;
	border-bottom: 1px solid red;
}




/* 申請確認画面(手順) add 2026.2.6 */
.instruction-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
}

.instruction-text {
    flex: 1;
}

.back_btn input[type=button] {
	font-size: 1.05em;
	border-radius: 3px;
  background    : #359ae6;
  color         : #ffffff;
  transition    : .3s;
  border        : 2px solid #318fd6;
  padding: 7px 30px;
}

.back_btn:hover input[type=button] {
  box-shadow    : none;
  color         : #359ae6;
  background    : #ffffff;
}


/* 申請フォーム(担当者用table) add 2026.1.15 */

.consent_area {
	margin: 1em 0px;
}

.consent_area .wpcf7-list-item-label {
	font-size: 1.3em;
}

.consent_area input[type="checkbox"] {
	 transform: scale(1.5);
	 margin-right: 10px;
}

.contact_form .form_table, .contact_form .form_table td {
	border-spacing: 0 !important;
	border: 0 !important;
	padding: 0 !important;
	vertical-align:top;
}

.consent_arae {
	margin-bottom: 1.6em;
}

#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8); /* 半透明の白 */
    z-index: 9999; /* 一番手前に表示 */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-box {
    text-align: center;
}

/* くるくる回るアニメーション */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #ccc;
    border-top-color: #00a32a; /* ボタンと同じ緑色 */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 10px;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}