.castoro-regular {
	font-family: "Castoro", serif;
	font-weight: 400;
	font-style: normal;
}

.castoro-regular-italic {
	font-family: "Castoro", serif;
	font-weight: 400;
	font-style: italic;
}

.noto-serif {
	font-family: "Noto Serif", serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

.wcl,
.wcl-main {
	background: #fff;
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	color: #000;
	position: relative;
}
.wcl *,
.wcl-main * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: unset;
}
.wcl img,
.wcl-main img {
	border: none;
	margin: 0;
	padding: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.wcl a,
.wcl-main a {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.wcl a:hover,
.wcl-main a:hover {
	opacity: 0.7;
}
.wcl section,
.wcl-main section {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
}

body {
	background: #F2F2F2;
}

header {
	background: #fff;
	border-bottom: solid 3px #283C80;
}
header .menu {
	display: block;
}
header .menu div.top-left {
	margin-left: auto;
	margin-right: auto;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
}
header .menu div.top-left img {
	margin: 0;
	width: 145px;
	display: block;
}
header .menu div.top-right {
	display: none;
}

.breadcrumbs {
	display: none;
}

.main-contents {
	margin: 0;
	padding: 93.2px 0 0;
}

.page-contents {
	background: #F2F2F2 url(../../img/wcl/client_bg.png) repeat-x 0 0;
	background-size: 1200px 300px;
	margin: 0;
	padding: 0;
}

footer {
	display: none;
}

.cf p.h2-caption {
	margin: 0;
	padding: 0;
	font-family: "Castoro", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 1.67;
	text-align: center;
	letter-spacing: 0.05em;
	color: #000F99;
	display: block;
}

.page h2 {
	margin: 0;
	padding: 0;
	font-family: "Castoro", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 20px;
	line-height: 1.15;
	text-align: center;
	color: #333A56;
	display: block;
}

.cf {
	margin: 0 auto;
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.cf * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.cf .attention {
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.8;
	text-align: right;
	color: #BE2A2A;
}
.cf form {
	margin: 0 auto;
	max-width: 320px;
	width: 100%;
	display: block;
}
.cf table, .cf tbody, .cf tr, .cf th, .cf td,
.cf th p, .cf td p {
	border: none !important;
	display: block;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.28;
	color: #00074A;
}
.cf table {
	margin-top: 5px;
	width: 100%;
}
.cf tr {
	margin-top: 10px;
}
.cf th {
	display: none;
}
.cf p {
	margin: 0;
}
.cf a {
	text-decoration: underline;
}
.cf a:hover {
	text-decoration: none;
}
.cf tr.cf7__acceptance {
	margin: 30px 0 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	gap: 10px;
}
.cf tr.cf7__acceptance th, .cf tr.cf7__acceptance td {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: block;
}
.cf div.wpcf7 input[type=text],
.cf div.wpcf7 input[type=tel],
.cf div.wpcf7 input[type=email],
.cf div.wpcf7 select,
.cf div.wpcf7 textarea {
	outline: none;
	font: inherit;
	font-size: inherit;
	-webkit-appearance: none;
	-webkit-text-size-adjust: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	border: 1px solid #cacaca;
	background: #fff;
	padding: 10px;
	min-height: 40px;
	width: 100%;
	font-style: normal;
	font-weight: 350;
	font-size: 14px;
	color: #000;
}
.cf div.wpcf7 input[type=text]::-webkit-input-placeholder,
.cf div.wpcf7 input[type=tel]::-webkit-input-placeholder,
.cf div.wpcf7 input[type=email]::-webkit-input-placeholder,
.cf div.wpcf7 select::-webkit-input-placeholder,
.cf div.wpcf7 textarea::-webkit-input-placeholder {
	color: #555;
}
.cf div.wpcf7 input[type=text]:-moz-placeholder,
.cf div.wpcf7 input[type=tel]:-moz-placeholder,
.cf div.wpcf7 input[type=email]:-moz-placeholder,
.cf div.wpcf7 select:-moz-placeholder,
.cf div.wpcf7 textarea:-moz-placeholder {
	color: #555;
}
.cf div.wpcf7 input[type=text]::-moz-placeholder,
.cf div.wpcf7 input[type=tel]::-moz-placeholder,
.cf div.wpcf7 input[type=email]::-moz-placeholder,
.cf div.wpcf7 select::-moz-placeholder,
.cf div.wpcf7 textarea::-moz-placeholder {
	color: #555;
}
.cf div.wpcf7 input[type=text]:-ms-input-placeholder,
.cf div.wpcf7 input[type=tel]:-ms-input-placeholder,
.cf div.wpcf7 input[type=email]:-ms-input-placeholder,
.cf div.wpcf7 select:-ms-input-placeholder,
.cf div.wpcf7 textarea:-ms-input-placeholder {
	color: #555;
}
.cf div.wpcf7 input[type=text]:-moz-placeholder, .cf div.wpcf7 input[type=tel]:-moz-placeholder, .cf div.wpcf7 input[type=email]:-moz-placeholder, .cf div.wpcf7 select:-moz-placeholder, .cf div.wpcf7 textarea:-moz-placeholder {
	color: #555;
}
.cf div.wpcf7 input[type=text]:-ms-input-placeholder, .cf div.wpcf7 input[type=tel]:-ms-input-placeholder, .cf div.wpcf7 input[type=email]:-ms-input-placeholder, .cf div.wpcf7 select:-ms-input-placeholder, .cf div.wpcf7 textarea:-ms-input-placeholder {
	color: #555;
}
.cf div.wpcf7 input[type=text]:placeholder-shown,
.cf div.wpcf7 input[type=tel]:placeholder-shown,
.cf div.wpcf7 input[type=email]:placeholder-shown,
.cf div.wpcf7 select:placeholder-shown,
.cf div.wpcf7 textarea:placeholder-shown {
	color: #555;
}
.cf div.wpcf7 input[type=submit] {
	border: none;
	background: #FFE100;
	border-radius: 30px;
	margin: 20px auto 0;
	padding: 2px 8px;
	max-width: 250px;
	width: 100%;
	min-height: 36px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #000;
}
.cf div.wpcf7 input[type=submit][disabled] {
	opacity: 1;
}
.cf .wpcf7-spinner {
	display: none !important;
}
.cf .wpcf7-not-valid-tip {
	margin-top: 5px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.75;
	display: block;
}
.cf .wpcf7 form .wpcf7-response-output {
	margin: 30px auto 0;
	padding: 10px;
	width: 100%;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.75;
}/*# sourceMappingURL=wcl_layout_forms.css.map */