@charset "UTF-8";




* {
	font-weight: 100;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	white-space: normal;
	text-indent: 0;
	letter-spacing: 0;
	word-spacing: 0;
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: normal 62.5% 'Noto Sans JP', sans-serif;
	appearance: none;
	outline: none;
	line-height: 1;
	  border-collapse: collapse;
  border-spacing: 0;
          background-color: transparent;
  text-align: left;
}

img {
	display: block;
}
.img100 {
	width: 100%;
	height: auto;
}
.gothic {
font-family:'Noto Sans JP','Apple TP','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',verdana,sans-serif
!important;
}
.fancybox-button {
	background-color: transparent!important;
}
.fancybox-button div svg {
	display: none;
}
.fancybox-button div {

}
.fancybox-bg {
	background-color: #4B4F72!important;
}
.fancybox-close-small svg {
	width: 50px!important;
	height: 50px!important;
	margin-top: -30px;
	margin-left: -30px;
}


.fancybox-button--arrow_right:before {
content: '＞';
color: #b6b5bc;
font-size: 4rem;
}

.fancybox-button--arrow_left:before {
content: '＜';
color: #b6b5bc;
font-size: 4rem;
}

.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}


.fontgoto1 {
	position: relative;
}
.fontgoto1:after {
font: var(--fa-font-solid);
font-size: 1.5rem;
font-family: “Font Awesome 6 Free”;
content: '\f054';
font-weight: bold;
float: right;
position: absolute;
  top: 50%;
  transform: translateY(-50%) ;
right: 20px;
}

.fancybox-title br {
	display: none;
}

.grecaptcha-badge { visibility: hidden; }


.div-recap {
	margin-top: 10%;
	text-align: center;
	display: block;
	color: #666;
	font-size: 1.25rem;
	line-height: 1.5em;
}
.div-recap a {

	font-size: 1.25rem;
}






/* @group PersonalComputer */
@media all and (min-width: 768px) {

.wpcf7-form.init,.wpcf7-form.aborted {
	width: 800px;
	margin-right: auto;
		margin-left: auto;
}


.wpcf7-form.aborted .dt-contact i,
.wpcf7-form.aborted .dd-contact .wpcf7-not-valid-tip,
.wpcf7-form.aborted .wpcf7-acceptance
 {
	display: none!important;
}

.cm4cf7-confirm-value {
	width: 100%!important;
	display: block!important;
	padding: 20px!important;
	background-color: #efefef;
}



.wpcf7-text {
	color: #333;
	font-size: 1.25rem;
	line-height: 1.5em;
	padding: 15px;
	width: 100%;
	margin-right: auto;
		margin-left: auto;
}
.wpcf7-textarea {
	color: #333;
	font-size: 1.25rem;
	line-height: 1.5em;
	padding: 15px;
	width: 100%;
	margin-right: auto;
		margin-left: auto;
}
.wpcf7-text::placeholder,.wpcf7-textarea::placeholder {
	color: #ccc;
}
.wpcf7-not-valid-tip {
	display: inline-block;
	margin-top: 5px;
}
.youragree {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-style: none!important;
		border-width: 0!important;
	background-color: transparent!important;
}


.youragree:before {
font: 1.25rem "Font Awesome 5 Free";
content: '\f0c8';
}



.youragree:checked:before {
font: 1.25rem "Font Awesome 5 Free";
content: '\f14a';
}

.dt-contact {
	color: #333;
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 500;
}
.dd-contact {
	padding-top: 10px;
		padding-bottom: 25px;
}
.spn-contact {
	color: #333;
	font-size: 1rem;
	line-height: 1.5em;
}

.cm4cf7-message-for-confirmation {
	background-color: #e4f5fd!important;
	color: #4880c3!important;
	border: 1px solid #4880c3!important;
	padding: 20px!important;
	font-size: 1rem!important;
	line-height: 1.5em!important;
}


.wpcf7-response-output.cm4cf7-show {
	background-color: #fdede3!important;
	color: #c00 !important;
	border: 1px solid #f9ab79!important;
	padding: 20px!important;
	font-size: 1rem!important;
	line-height: 1.5em!important;
}

.div-submit {
	width: 20em;
	margin-right: auto;
		margin-left: auto;
	margin-top: 50px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.your-submit {
	padding: 20px;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	margin-right: 10px;
		margin-left: 10px;
		background-color: #4780c3;	
transition: all 0.2s ease-in-out 0s;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.your-submit:disabled {
background-color: #999;	
transition: all 0.2s ease-in-out 0s;
}




.cm4cf7-return-button {
	padding: 20px;
	color: #333;
	font-size: 1.25rem;
	text-align: center;
	margin-right: 10px;
		margin-left: 10px;
}

.wpcf7-spinner {
	display: none;
}


}/* @end group PersonalComputer */
/*——————————————————————————————————————————*/


/* @group SmartPhone */
@media screen and (max-width: 767px) {

.wpcf7-form.init,.wpcf7-form.aborted {
	width: 90%;
	margin-right: auto;
		margin-left: auto;
}


.wpcf7-form.aborted .dt-contact i,
.wpcf7-form.aborted .dd-contact .wpcf7-not-valid-tip,
.wpcf7-form.aborted .wpcf7-acceptance
 {
	display: none!important;
}

.cm4cf7-confirm-value {
	display: block!important;
	padding: 15px !important;
	background-color: #efefef;
	color: #000;
	font-size: 1.5rem;
}



.wpcf7-text {
	color: #333;
	font-size: 1.25rem;
	line-height: 1.5em;
	padding: 15px;
	width: 100%;
	margin-right: auto;
		margin-left: auto;
}
.wpcf7-textarea {
	color: #333;
	font-size: 1.25rem;
	line-height: 1.5em;
	padding: 15px;
	width: 100%;
	margin-right: auto;
		margin-left: auto;
}
.wpcf7-text::placeholder,.wpcf7-textarea::placeholder {
	color: #ccc;
}
.wpcf7-not-valid-tip {
	display: inline-block;
	margin-top: 5px;
}
.youragree {
	margin-right: 10px;
	width: 20px;
	height: 20px;
	border-style: none!important;
		border-width: 0!important;
	background-color: transparent!important;
}


.youragree:before {
font: 1.25rem "Font Awesome 5 Free";
content: '\f0c8';
}



.youragree:checked:before {
font: 1.25rem "Font Awesome 5 Free";
content: '\f14a';
}

.dt-contact {
	color: #333;
	font-size: 1rem;
	line-height: 1.5em;
	font-weight: 500;
}
.dd-contact {
	padding-top: 10px;
		padding-bottom: 25px;
}
.spn-contact {
	color: #333;
	font-size: 1rem;
	line-height: 1.5em;
}

.cm4cf7-message-for-confirmation {
	background-color: #e4f5fd!important;
	color: #4880c3!important;
	border: 1px solid #4880c3!important;
	padding: 15px !important;
	line-height: 1.5em!important;
	font-size: 1.5rem;
	margin-bottom: 10%;
}


.wpcf7-response-output.cm4cf7-show {
	background-color: #fdede3!important;
	color: #c00 !important;
	border: 1px solid #f9ab79!important;
	padding: 20px!important;
	font-size: 1rem!important;
	line-height: 1.5em!important;
}

.div-submit {
	width: 20em;
	margin-right: auto;
		margin-left: auto;
	margin-top: 50px;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.your-submit {
	padding: 20px;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	margin-right: 10px;
		margin-left: 10px;
	background-color: #4780c3;
}

.cm4cf7-return-button {
	padding: 20px;
	color: #333;
	font-size: 1.25rem;
	text-align: center;
	margin-right: 10px;
		margin-left: 10px;
}

.wpcf7-spinner {
	display: none;
}

}/* @end group SmartPhone */
/*——————————————————————————————————————————*/

