@charset "UTF-8";
.sec-mv-page:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.4);
  background-image: url(../img/common/header-bg.png);
  pointer-events: none;
  z-index: 1;
}
.sec-mv-page .ttl-mv {
	z-index: 10;
}

input[type="checkbox"] {
	-webkit-appearance: auto;
    -moz-appearance: auto;
	appearance: auto;
}
input[type="radio"] {
	-webkit-appearance: auto;
    -moz-appearance: auto;
	appearance: auto;
}
#header .header__main {
	background: #ed2939;
}
#footer .main__footer .block-menu .menu__footer li:before {
	border-color: transparent transparent transparent #ed2939;
}
.btn-comp01:after {
	border-top: 1px solid #ed2939;
	border-right: 1px solid #ed2939;
}
.btn-comp01 span {
	color: #ed2939;
}
.contact-form p a {
	color: #ed2939;
}
.mwform-radio-field input:checked+.mwform-radio-field-text::before {
	background-color: #ed2939
}
.submit-btn a,
.submit-btn input.submit {
	color: #ed2939;
	border: 1px solid #ed2939;
}
.submit-btn a:hover,
.submit-btn input.submit:hover {
	background: #ed2939;
}
.btn-comp01:before {
	color: #ed2939;
}
.ttlcomp-01 {
	border-left: 3px solid #00b9e4;
}
.ttlcomp-04:before {
	background: #00b9e4;
}
.btn-comp03 {
	background: #ed2939;
}
.pagination .list-pagination li .current {
	background: #00b9e4;
	border-color: #00b9e4;
}
.sec-contact {
	border-top: 6px solid #00b9e4;
	position: relative;
}
.sec-contact:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(237, 41, 57, 0.7);
  pointer-events: none;
  z-index: 1;	
}
.sec-contact .inner {
  position: relative;
  z-index: 2;
}
.sign {
	text-align: right;
	font-size: 14px;
	font-size: 1.4rem;
}
.sign figcaption {
	margin-top: 1em;
}
@media screen and (max-width: 834px) {
	#header .header__main .nav-menu .show-menu>.item:before {
		border-color: transparent transparent transparent #ed2939;
	}
}



/* GForm Style */
.box-newsmain .gform_heading {
	position: relative;
    margin-top: 60px!important;
    margin-bottom: 20px!important;
    padding-bottom: 16px!important;
    border-bottom: 1px solid #d3d3d3!important;
}
.box-newsmain .gform_title {
	border-left: 3px solid #00b9e4;
	padding-left: 20px;
	font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 600;
}

.gfield--type-section {
	border-left: 3px solid #00b9e4;
	padding: 3px 20px;
	border-block-end: none!important;
}

.gsection_title {
	font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
}
.gsection_description {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin: 5px 0; 
}


.form_saved_message h2,
.form_saved_message_sent h2 {
	border-left: 3px solid #00b9e4;
	padding-left: 20px;
	font-size: 24px;
    font-size: 2.4rem;
    line-height: 2;
    font-weight: 600;
    margin-bottom: 20px;		
}
.form_saved_message p,
.form_saved_message_sent p {
	font-size: 1.6rem;
	margin-bottom: 1em;
	line-height: 1.66;
}
.form_saved_message a {
	text-decoration: underline;
}
.form_saved_message .form_saved_message_emailform {
	margin-top: 40px;
}

.form_saved_message_sent .saved_message_email {
	display: block;
	margin-top: 20px;
}

.post-password-form {
	background: #f1f1f1;
	min-height: 400px;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 10px;
}
.post-password-form p {
	font-size: 1.4rem;
}
.post-password-form p + p {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.post-password-form input[type="password"] {
	width: 200px;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: .05rem;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.post-password-form input[type="submit"] {
	margin-top: 20px;
	background: #fff;
	padding: 10px 10px;
	max-width: 200px;
	font-size: 1.5rem;
	width: 100%;
	display: inline-block;
	font-weight: 500;
	position: relative;
	cursor: pointer;
	text-align: center;
	color: #ed2939;
	border: 1px solid #ed2939;
}
.post-password-form input[type="submit"]:hover {
	color: #fff;
	background: #ed2939;
}