@charset "UTF-8";

.veu_socialSet {
	display: none !important;
}

main {
	padding: 100px 0;
}
.page h3 {
	color: #2D56A3;
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
}
.page p {
	margin-bottom: 50px;
}
.breadcrumbs {
	display: none;
}
.headline_1 {
	font-size: 42px;
	margin-bottom: 60px;
}
.headline_2 {
	border-bottom: solid 4px #2D56A3;
	font-weight: normal;
	margin-bottom: 50px;
	padding-bottom: 5px;
	position: relative;
}
.headline_2::after {
	border-bottom: solid 4px #0069FF;
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100px;
}
.headline_2 img {
	height: 80px;
}
.headline_2 span {
	color: #0069FF;
	display: block;
	font-size: 16px;
	position: absolute;
	bottom: 20px;
	right: 0;
}
.headline_3 {
	border-bottom: solid 4px #2D56A3;
	color: #2D56A3;
	font-size: 24px;
	margin-bottom: 50px;
	padding-bottom: 5px;
	position: relative;
}
.headline_3::after {
	border-bottom: solid 4px #0069FF;
	content: '';
	display: block;
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100px;
}
@media screen and (max-width: 1170px) {
	main {
		padding: 10vw 0;
	}
	.page h3 {
		font-size: 2.3vw;
		margin-bottom: 2vw;
	}
	.page p {
		margin-bottom: 5vw;
	}
	.headline_1 {
		font-size: 4vw;
		margin-bottom: 6vw;
	}
	.headline_2 {
		border-bottom: solid 4px #2D56A3;
		margin-bottom: 5vw;
		padding-bottom: .5vw;
	}
	.headline_2::after {
		border-bottom: solid 4px #0069FF;
		bottom: -4px;
		width: 10vw;
	}
	.headline_2 img {
		height: 7vw;
	}
	.headline_2 span {
		font-size: 1.5vw;
		bottom: 2vw;
	}
	.headline_3 {
		border-bottom: solid 4px #2D56A3;
		font-size: 2.2vw;
		margin-bottom: 5vw;
		padding-bottom: .5vw;
	}
	.headline_3::after {
		border-bottom: solid 4px #0069FF;
		bottom: -4px;
		width: 10vw;
	}
}
@media screen and (max-width: 780px) {
	main {
		padding: 10vw 0;
	}
	.page h3 {
		font-size: 5.2vw;
		margin-bottom: 4vw;
	}
	.page p {
		margin-bottom: 10vw;
	}
	.headline_1 {
		font-size: 6vw;
		margin-bottom: 8vw;
	}
	.headline_2 {
		border-bottom: solid 4px #2D56A3;
		margin-bottom: 5vw;
		padding-bottom: 1vw;
	}
	.headline_2::after {
		border-bottom: solid 4px #0069FF;
		bottom: -4px;
		width: 20vw;
	}
	.headline_2 img {
		height: 16vw;
	}
	.headline_2 span {
		font-size: 3.6vw;
		bottom: 3vw;
	}
	.headline_3 {
		border-bottom: solid 4px #2D56A3;
		font-size: 4.6vw;
		margin-bottom: 5vw;
		padding-bottom: 1vw;
	}
	.headline_3::after {
		border-bottom: solid 4px #0069FF;
		bottom: -4px;
		width: 20vw;
	}
}

/** -- contact_link	-- **/
.contact_link p {
	color: #0069FF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.contact_link .contact_btn {
	margin: 0 auto;
}
@media screen and (max-width: 1170px) {
	.contact_link p {
		font-size: 1.7vw;
		margin-bottom: 2vw;
	}
}
@media screen and (max-width: 780px) {
	.contact_link p {
		font-size: 4.2vw;
		margin-bottom: 6vw;
	}
}

/** -- intro -- **/
.intro {
	margin-bottom: 100px;
}
.intro .inner {
	padding-bottom: 50px;
	position: relative;
}
.intro .inner figure {
	margin-left: auto;
	width: 980px;
}
.intro .inner .text {
	background-color: #F5F5F5;
	color: #2D56A3;
	padding: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 450px;
}
.intro .inner .text h3 {
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
}
.intro .inner .text p {
	font-size: 18px;
}
@media screen and (max-width: 1170px) {
	.intro {
		margin-bottom: 10vw;
	}
	.intro .inner {
		padding-bottom: 5vw;
	}
	.intro .inner figure {
		margin-left: 6vw;
		width: auto;
	}
	.intro .inner .text {
		padding: 3vw;
		width: 44vw;
	}
	.intro .inner .text h3 {
		font-size: 2.8vw;
		margin-bottom: 2vw;
	}
	.intro .inner .text p {
		font-size: 1.7vw;
	}
}
@media screen and (max-width: 780px) {
	.intro {
		margin-bottom: 12vw;
	}
	.intro .inner {
		margin: 0 -4vw;
		padding-bottom: 10vw;
	}
	.intro .inner figure {
		margin-left: 10vw;
		width: auto;
	}
	.intro .inner .text {
		margin-top: -10vw;
		padding: 6vw 4vw;
		position: relative;
		bottom: auto;
		left: auto;
		width: 88vw;
	}
	.intro .inner .text h3 {
		font-size: 5.6vw;
		margin-bottom: 4vw;
	}
	.intro .inner .text p {
		font-size: 3.8vw;
	}
}

/** -- block_1 -- **/
.block_1 {
	margin-bottom: 80px;
}
.block_1 .inner {
	margin: 0 100px;
}
.block_1 h3 {
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 2.0;
}
.block_1 h4 {
	color: #0069FF;
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 20px;
}
.block_1 .box {
	margin-top: 50px;
}
.block_1 .box .title {
	align-items: center;
	border-right: solid 1px #222222;
	color: #2D56A3;
	display: flex;
	font-size: 18px;
	font-weight: bold;
	height: 80px;
	width: 270px;
}
.block_1 .box .title img {
	margin-right: 20px;
	width: 43px;
}
.block_1 .box .detail {
	align-items: center;
	display: flex;
	font-weight: bold;
	margin-left: 30px;
}
.block_1 dt {
	color: #0069FF;
	float: left;
	font-weight: bold;
	width: 80px;
}
.block_1 dd {
	margin-bottom: 10px;
	margin-left: 90px;
}
@media screen and (max-width: 1170px) {
	.block_1 {
		margin-bottom: 10vw;
	}
	.block_1 .inner {
		margin: 0 5vw;
	}
	.block_1 h3 {
		font-size: 3.4vw;
		margin-bottom: 2vw;
	}
	.block_1 h4 {
		font-size: 1.6vw;
		margin-bottom: .5vw;
		margin-top: 2vw;
	}
	.block_1 .box {
		margin-top: 5vw;
	}
	.block_1 .box .title {
		font-size: 1.8vw;
		height: 8vw;
		width: 26vw;
	}
	.block_1 .box .title img {
		margin-right: 2vw;
		width: 4.2vw;
	}
	.block_1 .box .detail {
		margin-left: 3vw;
	}
	.block_1 dt {
		width: 8vw;
	}
	.block_1 dd {
		margin-bottom: 1vw;
		margin-left: 9vw;
	}
}
@media screen and (max-width: 780px) {
	.block_1 {
		margin-bottom: 14vw;
	}
	.block_1 .inner {
		margin: 0;
	}
	.block_1 h3 {
		font-size: 5.2vw;
		margin-bottom: 4vw;
	}
	.block_1 h4 {
		font-size: 3.6vw;
		margin-bottom: 1vw;
		margin-top: 4vw;
	}
	.block_1 .box {
		margin-top: 8vw;
	}
	.block_1 .box .title {
		border-right: none;
		font-size: 4.2vw;
		margin-bottom: 3vw;
		height: auto;
		width: 100%;
	}
	.block_1 .box .title img {
		margin-right: 4vw;
		width: 8vw;
	}
	.block_1 .box .detail {
		margin-left: 0;
	}
	.block_1 dt {
		width: 20vw;
	}
	.block_1 dd {
		margin-bottom: 6vw;
		margin-left: 20vw;
	}
}

/** -- about -- **/
.about .member {
	width: 560px;
}
.about .member .box + .box {
	margin-top: 80px;
}
.about .member .name {
	margin-bottom: 30px;
	padding-left: 220px;
	position: relative;
	height: 190px;
}
.about .member .name figure {
	position: absolute;
	left: 0;
	top: 0;
	height: 190px;
	width: 190px;
}
.about .member .name h3 {
	font-size: 18px;
	margin-bottom: 30px;
}
.about .member .name p {
	color: #2D56A3;
}
.about .member .exp {
	font-size: 14px;
}
.about .profile {
	margin-left: auto;
	width: 400px;
}
.about .profile dl {
	border-top: solid 1px #E3E1E3;
}
.about .profile dt {
	color: #2D56A3;
	font-size: 14px;
	padding-top: 10px;
}
.about .profile dd {
	border-bottom: solid 1px #E3E1E3;
	font-size: 18px;
	padding-bottom: 10px;
}
@media screen and (max-width: 1170px) {
	.about .member {
		width: 54vw;
	}
	.about .member .box + .box {
		margin-top: 8vw;
	}
	.about .member .name {
		margin-bottom: 3vw;
		padding-left: 21vw;
		height: 18vw;
	}
	.about .member .name figure {
		height: 18vw;
		width: 18vw;
	}
	.about .member .name h3 {
		font-size: 1.8vw;
		margin-bottom: 3vw;
	}
	.about .member .exp {
		font-size: 1.4vw;
	}
	.about .profile {
		width: 35vw;
	}
	.about .profile dt {
		font-size: 1.4vw;
		padding-top: 1vw;
	}
	.about .profile dd {
		font-size: 1.8vw;
		padding-bottom: 1vw;
	}
}
@media screen and (max-width: 780px) {
	.about .member {
		margin-bottom: 14vw;
		width: 100%;
	}
	.about .member .box + .box {
		margin-top: 12vw;
	}
	.about .member .name {
		margin-bottom: 6vw;
		padding-left: 34vw;
		height: 30vw;
	}
	.about .member .name figure {
		height: auto;
		width: 30vw;
	}
	.about .member .name h3 {
		font-size: 4vw;
		margin-bottom: 3vw;
	}
	.about .member .exp {
		font-size: 3vw;
	}
	.about .profile {
		width: 100%;
	}
	.about .profile dl {
		border: none;
	}
	.about .profile dt {
		font-size: 3.2vw;
		padding-top: 2vw;
	}
	.about .profile dd {
		font-size: 4vw;
		padding-bottom: 2vw;
	}
}

/** -- service_detail -- **/
.service_detail {
	margin-bottom: 140px;
}
.service_detail .box {
	margin: -130px 30px 80px;
	padding-top: 130px;
}
.service_detail h3 {
	align-items: center;
	color: #2D56A3;
	display: flex;
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 30px;
	position: relative;
}
.service_detail h3 img {
	margin-right: 20px;
	width: 47px;
}
.service_detail ul {
	margin-bottom: 20px;
}
.service_detail li {
	border: solid 1px #0069FF;
	border-radius: 5px;
	color: #0069FF;
	font-weight: bold;
	margin-right: 10px;
	padding: 2px 10px;
}
@media screen and (max-width: 1170px) {
	.service_detail {
		margin-bottom: 14vw;
	}
	.service_detail .box {
		margin: -12vw 0 8vw;
		padding-top: 12vw
	}
	.service_detail h3 {
		font-size: 2.8vw;
		margin-bottom: 3vw;
	}
	.service_detail h3 img {
		margin-right: 2vw;
		width: 4.8vw;
	}
	.service_detail ul {
		margin-bottom: 2vw;
	}
	.service_detail li {
		margin-bottom: 1vw;
		margin-right: 1vw;
		padding: .2vw 1vw;
	}
}
@media screen and (max-width: 780px) {
	.service_detail {
		margin-bottom: 14vw;
	}
	.service_detail .box {
		margin: -14vw 0 10vw;
		padding-top: 14vw
	}
	.service_detail h3 {
		font-size: 5.2vw;
		margin-bottom: 3vw;
	}
	.service_detail h3 img {
		margin-right: 2vw;
		width: 8.3vw;
	}
	.service_detail ul {
		margin-bottom: 4vw;
	}
	.service_detail li {
		margin-bottom: 2vw;
		margin-right: 2vw;
		padding: .4vw 2vw;
	}
}

/** -- flow_1 -- **/
.flow_1 {
	margin-bottom: 140px;
}
.flow_1 .box {
	align-items: center;
	margin: 0 30px 80px;
}
.flow_1 .number {
	color: #2D56A3;
	font-size: 60px;
	margin-bottom: 30px;
	margin-right: 100px;
	position: relative;
}
.flow_1 .number::after {
	background-color: #0069FF;
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 10px;
	width: 40px;
}
.flow_1 h3 {
	color: #2D56A3;
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 30px;
	font-weight: normal;
}
.flow_1 figure {
	margin-left: auto;
	height: 160px;
}
.flow_1 figure img {
	height: 100%;
	width: auto;
}
@media screen and (max-width: 1170px) {
	.flow_1 {
		margin-bottom: 14vw;
	}
	.flow_1 .box {
		margin: 0 0 8vw;
	}
	.flow_1 .number {
		font-size: 5.6vw;
		margin-bottom: 3vw;
		margin-right: 10vw;
	}
	.flow_1 .number::after {
		height: 1vw;
		width: 4vw;
	}
	.flow_1 h3 {
		font-size: 2.8vw;
	}
	.flow_1 figure {
		height: 14vw;
	}
}
@media screen and (max-width: 780px) {
	.flow_1 {
		margin-bottom: 14vw;
	}
	.flow_1 .box {
		display: block;
		margin: 0 0 10vw;
		position: relative;
	}
	.flow_1 .number {
		display: table;
		font-size: 7.8vw;
		margin: 0 auto;
		margin-bottom: 42vw;
	}
	.flow_1 .number::after {
		height: 1.2vw;
		width: 5vw;
	}
	.flow_1 h3 {
		font-size: 5.2vw;
		text-align: center;
	}
	.flow_1 figure {
		position: absolute;
		left: 50%;
		top: 20vw;
		transform: translateX(-50%);
		height: 30vw;
	}
}

/** -- solution -- **/
.solution {
	margin-bottom: 140px;
}
.solution .inner {
	align-items: flex-end;
	margin: 0 40px;
	position: relative;
	padding-top: 220px;
}
.solution p {
	background-color: #F5F5F5;
	color: #003B7A;
	font-size: 18px;
	padding: 10px 15px;
	position: absolute;
}
.solution p.box_1 {
	left: 20px;
	top: 50px;
}
.solution p.box_2 {
	left: 110px;
	top: 130px;
}
.solution p.box_3 {
	left: 220px;
	top: 0;
}
.solution p.box_4 {
	left: 245px;
	top: 75px;
}
.solution p.box_5 {
	left: 330px;
	top: 150px;
}
.solution p.box_6 {
	left: 410px;
	top: 230px;
}
.solution p.box_7 {
	left: 440px;
	top: 10px;
}
.solution p.box_8 {
	left: 620px;
	top: 90px;
}
.solution p.box_9 {
	left: 660px;
	top: 170px;
}
.solution p.box_10 {
	left: 690px;
	top: 250px;
}
.solution h3 {
	color: #2D56A3;
	font-family: '游明朝', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
	font-size: 30px;
	font-weight: normal;
	margin-left: auto;
}
@media screen and (max-width: 1170px) {
	.solution {
		margin-bottom: 14vw;
	}
	.solution .inner {
		margin: 0;
		padding-top: 21vw;
	}
	.solution p {
		font-size: 1.7vw;
		padding: 1vw 1.5vw;
	}
	.solution p.box_1 {
		left: 0;
		top: 5vw;
	}
	.solution p.box_2 {
		left: 9vw;
		top: 12vw;
	}
	.solution p.box_3 {
		left: 19vw;
		top: 0;
	}
	.solution p.box_4 {
		left: 21vw;
		top: 7vw;
	}
	.solution p.box_5 {
		left: 29vw;
		top: 14vw;
	}
	.solution p.box_6 {
		left: 37vw;
		top: 21vw;
	}
	.solution p.box_7 {
		left: 40vw;
		top: 1vw;
	}
	.solution p.box_8 {
		left: 56vw;
		top: 8vw;
	}
	.solution p.box_9 {
		left: 59vw;
		top: 15vw;
	}
	.solution p.box_10 {
		left: 62vw;
		top: 22vw;
	}
	.solution figure {
		width: 10vw;
	}
	.solution h3 {
		font-size: 2.8vw;
	}
}
@media screen and (max-width: 780px) {
	.solution {
		margin-bottom: 14vw;
	}
	.solution .inner {
		display: block;
		margin: 0;
		padding-top: 110vw;
	}
	.solution p {
		font-size: 4vw;
		padding: 2vw 4vw;
	}
	.solution p.box_1 {
		left: 0;
		top: 0;
	}
	.solution p.box_2 {
		left: 29vw;
		top: 41vw;
	}
	.solution p.box_3 {
		left: 34vw;
		top: 13vw;
	}
	.solution p.box_4 {
		left: 11vw;
		top: 27vw;
	}
	.solution p.box_5 {
		left: 21vw;
		top: 113vw;
	}
	.solution p.box_6 {
		left: 29vw;
		top: 126vw;
	}
	.solution p.box_7 {
		left: 20vw;
		top: 54vw;
	}
	.solution p.box_8 {
		left: 34vw;
		top: 87vw;
	}
	.solution p.box_9 {
		left: 6vw;
		top: 100vw;
	}
	.solution p.box_10 {
		left: 0;
		top: 74vw;
	}
	.solution figure {
		margin-bottom: 8vw;
		width: 19vw;
	}
	.solution h3 {
		font-size: 5.2vw;
		text-align: center;
	}
}

/** -- flow_2 -- **/
.flow_2 {
	margin-bottom: 40px;
}
.flow_2 .exp {
	color: #2D56A3;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
}
.flow_2 .inner {
	justify-content: space-between;
	margin-bottom: 80px;
}
.flow_2 .box {
	border-top: solid 90px #2D56A3;
	background-color: #F5F5F5;
	padding:0 5px 10px;
	position: relative;
	width: 190px;
}
.flow_2 .box::after {
	background: url('https://ojikalocalbranding-lab.com/wp-content/themes/ojika_theme/img/icon-arrow3.png') no-repeat center / 100%;
	content: '';
	display: block;
	position: absolute;
	right: -35px;
	top: 100px;
	height: 30px;
	width: 30px;
}
.flow_2 .box:last-child::after {
	display: none;
}
.flow_2 figure {
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: -62px;
	width: 125px;
}
.flow_2 h3 {
	color: #2D56A3;
	font-size: 18px;
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (max-width: 1170px) {
	.flow_2 {
		margin-bottom: 4vw;
	}
	.flow_2 .exp {
		font-size: 1.7vw;
		margin-bottom: 5vw;
	}
	.flow_2 .inner {
		margin-bottom: 8vw;
	}
	.flow_2 .box {
		border-top: solid 9vw #2D56A3;
		padding: 0 .5vw 1vw;
		width: 17vw;
	}
	.flow_2 .box::after {
		right: -2vw;
		top: 8vw;
		height: 2vw;
		width: 2vw;
	}
	.flow_2 figure {
		margin-bottom: 1vw;
		margin-top: -6vw;
		width: 12vw;
	}
	.flow_2 h3 {
		font-size: 1.7vw;
		margin-bottom: 1vw;
	}
	.flow_2 p {
		font-size: 1.5vw;
	}
}
@media screen and (max-width: 780px) {
	.flow_2 {
		margin-bottom: 6vw;
	}
	.flow_2 .exp {
		font-size: 4vw;
		margin-bottom: 8vw;
		text-align: left;
	}
	.flow_2 .inner {
		margin-bottom: 8vw;
	}
	.flow_2 .box {
		border-top: solid 16vw #2D56A3;
		margin-bottom: 16vw;
		padding: 0 4vw 6vw;
		width: 100%;
	}
	.flow_2 .box:last-child {
		margin-bottom: 8vw;
	}
	.flow_2 .box::after {
		bottom: -12vw;
		left: 50%;
		right: auto;
		top: auto;
		transform: translateX(-50%) rotate(90deg);
		height: 8vw;
		width: 8vw;
	}
	.flow_2 figure {
		margin: 0;
		margin-top: -13vw;
		width: 26vw;
	}
	.flow_2 h3 {
		color: #fff;
		font-size: 4.8vw;
		margin-bottom: 19vw;
		margin-left: 30vw;
		margin-top: -24vw;
		text-align: left;
	}
	.flow_2 p {
		font-size: 3.6vw;
	}
}

/** ---------------------
contact
--------------------- **/
.wpcf7-form {
	margin: 0 100px;
}
.wpcf7-form dl {
	margin-bottom: 40px;
	margin-top: 80px;
}
.wpcf7-form dt {
	margin-bottom: 10px;
}
.wpcf7-form dt .must {
	color: #2D56A3;
	margin-left: 10px;
}
.wpcf7-form dd {
	margin-bottom: 30px;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
	border: solid 1px #959595;
	height: 50px;
	width: 100%;
}
.wpcf7-form .wpcf7-select {
	border-radius: 0;
	height: 50px;
	width: 460px;
}
.wpcf7-form textarea {
	height: 200px;
	width: 100%;
}
.wpcf7-form input[type="submit"] {
	background-color: #0069FF;
	border: solid 1px #0069FF;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 18px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	height: 60px;
	width: 310px;
}
.wpcf7-form input[type="submit"]:hover {
	background-color: #fff;
	color: #0069FF;
}
.wpcf7-form .attention {
	margin-bottom: 40px;
	margin-top: 60px;
	text-align: center;
}
.wpcf7-form .attention a {
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 1170px) {
	.wpcf7-form {
		margin: 0 10vw;
	}
	.wpcf7-form dl {
		margin-bottom: 4vw;
		margin-top: 8vw;
	}
	.wpcf7-form dt {
		margin-bottom: 1vw;
	}
	.wpcf7-form dt .must {
		margin-left: 1vw;
	}
	.wpcf7-form dd {
		margin-bottom: 3vw;
	}
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"] {
		height: 5vw;
	}
	.wpcf7-form .wpcf7-select {
		height: 5vw;
		width: 40vw;
	}
	.wpcf7-form textarea {
		height: 20vw;
	}
	.wpcf7-form input[type="submit"] {
		font-size: 1.8vw;
		height: 6vw;
		width: 30vw;
	}
	.wpcf7-form .attention {
		margin-bottom: 4vw;
		margin-top: 6vw;
	}
}
@media screen and (max-width: 780px) {
	.wpcf7-form {
		margin: 0;
	}
	.wpcf7-form dl {
		margin-bottom: 8vw;
		margin-top: 12vw;
	}
	.wpcf7-form dt {
		margin-bottom: 2vw;
	}
	.wpcf7-form dt .must {
		margin-left: 2vw;
	}
	.wpcf7-form dd {
		margin-bottom: 6vw;
	}
	.wpcf7-form input[type="text"],
	.wpcf7-form input[type="email"],
	.wpcf7-form input[type="tel"] {
		height: 10vw;
	}
	.wpcf7-form .wpcf7-select {
		height: 10vw;
		width: 40vw;
	}
	.wpcf7-form textarea {
		height: 40vw;
	}
	.wpcf7-form input[type="submit"] {
		font-size: 4vw;
		font-weight: bold;
		height: 12vw;
		width: 70vw;
	}
	.wpcf7-form .attention {
		margin-bottom: 8vw;
		margin-top: 12vw;
	}
}

/** ---------------------
資料ダウンロード
--------------------- **/
.doc_checkbox {
	display: flex;
	flex-wrap: wrap;
}
.doc_checkbox .wpcf7-list-item {
	margin: 0 15px 40px;
	width: calc(33.3333% - 30px);
}
.doc_checkbox .wpcf7-list-item label {
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	padding-bottom: 160px;
}
.doc_checkbox .wpcf7-list-item:nth-child(1) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/08/【小値賀製作所】【補助金】コンサルティング提案資料.pptx.jpg);
}
.doc_checkbox .wpcf7-list-item:nth-child(2) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/08/【小値賀製作所】-新規事業立ち上げセミナー.pptx.jpg);
}
.doc_checkbox .wpcf7-list-item:nth-child(3) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/08/【小値賀製作所】SEOの基本.pptx.jpg);
}
.doc_checkbox .wpcf7-list-item:nth-child(4) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/09/LP制作セミナー.jpg);
}
.doc_checkbox .wpcf7-list-item:nth-child(5) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/09/Makuake_baner.jpg);
}
.doc_checkbox .wpcf7-list-item:nth-child(6) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/09/Kyusyu-Island-Academy.jpg);	
}
.doc_checkbox .wpcf7-list-item:nth-child(7) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/09/branding.jpg);
}
.doc_checkbox .wpcf7-list-item:nth-child(8) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/10/syokubranding.jpg);
}
.doc_checkbox .wpcf7-list-item:nth-child(9) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2023/10/100yearsbranding.jpg);
}
.doc_checkbox .wpcf7-list-item:nth-child(10) label {
	background-image: url(https://ojikalocalbranding-lab.com/wp-content/uploads/2024/04/2024-04-12.png);
}
.doc_checkbox .wpcf7-list-item-label {
	font-weight: bold;
}
.doc_checkbox .wpcf7-list-item::after {
	display: block;
	font-size: 13px;
	line-height: 1.4;
	margin-top: 10px;
}
/*.doc_checkbox .wpcf7-list-item:nth-child(1)::after {
	content: '説明のテキストが入ります。説明のテキストが入ります。';
}
.doc_checkbox .wpcf7-list-item:nth-child(1)::after {
	content: '説明のテキストが入ります。説明のテキストが入ります。';
}
.doc_checkbox .wpcf7-list-item:nth-child(1)::after {
	content: '説明のテキストが入ります。説明のテキストが入ります。';
}*/
@media screen and (max-width: 1170px) {
	.doc_checkbox .wpcf7-list-item {
		margin: 0 1.5vw 4vw;
		width: calc(33.3333% - 3vw);
	}
	.doc_checkbox .wpcf7-list-item label {
		font-size: 1.4vw;
		padding-bottom: 13vw;
	}
	.doc_checkbox .wpcf7-list-item::after {
		font-size: 1.2vw;
		margin-top: 1vw;
	}
}
@media screen and (max-width: 780px) {
	.doc_checkbox .wpcf7-list-item {
		margin: 0 0 8vw;
		width: 100%;
	}
	.doc_checkbox .wpcf7-list-item label {
		font-size: 3.4vw;
		padding-bottom: 54vw;
	}
	.doc_checkbox .wpcf7-list-item::after {
		font-size: 3.2vw;
		margin-top: 4vw;
	}
}