@charset "UTF-8";
/*
Theme Name: sosenkyo
Author: Airily
Version: 1.0
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

div,
pre,
p,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
figure,
figcaption,
ul,
li {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	display: block;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 160%;
	font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

@media screen and (max-width:560px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

* {
	box-sizing: border-box;
}

img {
	vertical-align: bottom;
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
}

a:hover:not([class="hovWhite"]) {
	opacity: 0.5;
}

a:hover.hovWhite img,
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

p {
	margin-bottom: 1.5em;
}

ul {
	list-style: none;
}

.mb10,
p.mb10,
table.mb10,
ul.mb10,
li.mb10 {
	margin-bottom: 1rem;
}

.mb15,
p.mb15,
table.mb15,
ul.mb15,
li.mb15 {
	margin-bottom: 1.5rem;
}

.mb20,
p.mb20,
table.mb20,
ul.mb20,
li.mb20 {
	margin-bottom: 2rem;
}

.mb25,
p.mb25,
table.mb25,
ul.mb25,
li.mb25 {
	margin-bottom: 2.5rem;
}

.mb30,
p.mb30,
table.mb30,
ul.mb30,
li.mb30 {
	margin-bottom: 3rem;
}

.mb40,
p.mb40,
table.mb40,
ul.mb40,
li.mb40 {
	margin-bottom: 4rem;
}

.mb50,
p.mb50,
table.mb50,
ul.mb50,
li.mb50 {
	margin-bottom: 5rem;
}

.mb60,
p.mb60,
table.mb60,
ul.mb60,
li.mb60 {
	margin-bottom: 6rem;
}

.mb70,
p.mb70,
table.mb70,
ul.mb70,
li.mb70 {
	margin-bottom: 7rem;
}

.mb80,
p.mb80,
table.mb80,
ul.mb80,
li.mb80 {
	margin-bottom: 8rem;
}

.mb90,
p.mb90,
table.mb90,
ul.mb90,
li.mb90 {
	margin-bottom: 9rem;
}

.mb100,
p.mb100,
table.mb100,
ul.mb100,
li.mb100 {
	margin-bottom: 10rem;
}

/*
---------------------------------------------------------------------------
ベース
---------------------------------------------------------------------------*/

#wrap {
	max-width: 100%;
	background: #fff;
	color: #000000;
	border-top: 4px solid #385723;
	border-bottom: 1px solid #E1E1E1;
}

#fixedBox {
	/*padding-bottom: 25px;*/
	padding-bottom: 20px;
	border-bottom: 1px solid #E1E1E1;
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .1);
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	background: #FFFFFF;
	/*padding-top: 25px;*/
	padding-top: 20px;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.anc {
	padding-top: 160px;
	margin-top: -160px;
}

@media screen and (max-width:999px) {
	#fixedBox {
		/*margin-bottom: 30px;*/
		margin-bottom: 0;
		padding-bottom: 0;
	}

	.fixed {
		position: static;
	}

	.anc {
		padding-top: 0;
		margin-top: 0;
	}
}

.sp-br {
	display: none;
}


@media screen and (max-width:999px) {
	.sp-br {
		display: block;
	}
}

/*
---------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------*/

header {
	width: 100%;
	padding-top: 20px;
	/*padding-bottom: 10px;*/
	padding-bottom: 0;
}

#headerIn {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	width: 95%;
	max-width: 1380px;
	margin: 0 auto;
	background-color: #FFF;
}

@media screen and (max-width:999px) {
	header {
		padding: 0;
	}

	#headerIn {
		width: 100%;
		padding: 0;
		text-align: center;
		position: relative;
	}

	#headerLogo {
		position: absolute;
		padding-top: 15px;
		top: 55px;
		left: 0;
		right: 0;
	}
}

/*@media screen and (max-width:400px) {
	#headerLogo {
		top: 55px;
	}
}*/

/*
---------------------------------------------------------------------------
グローバルナビ
---------------------------------------------------------------------------*/
nav {
	padding: 20px 0 0 0;
}

nav ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	/*width: 550px;*/
	width: 500px;
}

@media screen and (max-width:1120px) {
	nav ul {
		width: 280px;
	}
}

nav ul li {
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

nav label {
	padding: 8px 0 0 15px;
	margin: 0;
	color: #385723;
	border-top: 1px solid #385723;
	height: 42px;
	display: none;
}

nav label:before {
	content: url(img/ico_menu.png);
	display: inline-block;
	margin-right: 10px;
}

nav input[type="checkbox"].on-off {
	display: none;
}

@media screen and (max-width:999px) {
	nav {
		float: none;
		padding: 0;
		width: 100% !important;
	}

	nav label {
		display: block;
	}

	nav ul {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		width: 100%;
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-size: 1.4rem;
	}

	nav ul li {
		padding: 0;
		display: block;
		margin: 0;
		border-bottom: 1px solid #385723;
		width: 33.3333%;
		/*width: 50%;*/
		text-align: center;
	}

	nav ul li:first-child,
	nav ul li:nth-child(2) {
		border-right: 1px solid #385723;
	}

	nav ul li a {
		display: block;
		padding: 10px;
		height: 38px;
		color: #385723;
		line-height: 1.3;
	}

	nav ul li a:hover {
		color: #FFF;
		background: #385723;
	}

	nav input[type="checkbox"].on-off+ul {
		height: 0;
		overflow: hidden;
	}

	nav input[type="checkbox"].on-off:checked+ul {
		height:40px;
		border-top: 1px solid #385723;
		border-bottom: 1px solid #385723;
	}
	input {
		font-size:16px !important;
	}
}

/*
---------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------*/

footer {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 25px;
	border-bottom: solid 1px #D9D9D9;
}

@media screen and (max-width:736px) {
	footer {
		padding-top: 50px;
	}
}

footer #footNav {
	width: 100%;
	background-color: #385723;
	margin-bottom: 40px;
	padding: 16px 1em 14px;
	text-align: center;
	line-height: 1;
}

footer #footNav ul {
	display: inline-block;
}

footer #footNav ul:after {
	content: "";
	display: block;
	clear: both;
}

footer #footNav ul li {
	float: left;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

footer #footNav ul li:before {
	content: "｜";
	display: inline;
	margin: 0 5px;
	color: #FFF;
}

footer #footNav ul li:first-child:before {
	display: none;
}

footer #footNav ul li a {
	color: #FFF;
}

footer #footBottom {
	margin: 0 auto;
	text-align: center;
}

.site-name {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 3.2rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

.foot-logo {
	margin-bottom: 35px;
}

@media screen and (max-width:736px) {
	.site-name {
		font-size: 1.9rem;
		line-height: 1.7;
	}
}

ul.foot-contact {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 2.2rem;
}

ul.foot-contact li {
	margin-right: 1em;
}

ul.foot-contact li:last-child {
	margin-right: 0;
}

.foot-phone {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

@media screen and (max-width:736px) {
	ul.foot-contact {
		font-size: 1.6rem;
		line-height: 1.7;
	}
}

footer #copyright {
	width: 100%;
	padding-top: 55px;
	text-align: center;
	color: #7F7F7F;
	font-size: 1.6rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media screen and (max-width:736px) {
	footer #footNav {
		padding: 0;
	}

	footer #footNav ul {
		display: block;
		padding: 0;
	}

	footer #footNav ul li {
		/*width: 50%;*/
		width: 100%;
		padding: 5px;
		border-bottom: 1px #FFFFFF solid;
		font-size: 14px;
		font-size: 1.4rem;
	}

	footer #footNav ul li:nth-child(odd) {
		border-right: 1px #FFFFFF solid;
	}

	footer #footNav ul li:before {
		display: none;
	}

	footer #footNav ul li a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 5px;
		text-align: center;
	}

	footer #footBottom {
		width: 100%;
		margin: auto;
		position: static;
		text-align: center;
		padding-top: 20px;
		padding-right: 15px;
		padding-left: 15px;
	}

	footer #copyright {
		width: 100%;
		text-align: center;
		font-size: 12px;
		font-size: 1.2rem;
	}
}

/*

---------------------------------------------------------------------------

コンテンツ

---------------------------------------------------------------------------*/

#inner {
	width: 100%;
	max-width: 1260px;
	padding: 35px 0 70px 0;
	margin: 0 auto;
}

#inner:after {
	content: "";
	display: block;
	clear: both;
}

.sec-box {
	width: 100%;
	padding: 0 20px;
}

.sec-box.ver1 {
	max-width: 1260px;
	margin: 0 auto;
}

@media screen and (max-width:736px) {
	#inner {
		width: 100%;
		padding: 0 0 50px 0;
	}
}

/*

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

トップページ

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.poster-box {
	/*margin-bottom: 50px;*/
	margin-bottom: 0;
	padding: 0 20px;
}

.poster-box img {
	max-width: 100%;
	height: auto;
}

.result-bt {
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

@media screen and (max-width:736px) {
	.result-bt {
		display: block;
		max-width: 100%;
		height: auto;
	}
}

.result-bt img {
	padding: 5px;
}

/* 20231201追加 result-bt */
.award-wrapper .result-bt p {
	margin-bottom: 0;
}

.result-bt:last-child {
	margin-bottom: 4em;
}

@media screen and (max-width:736px) {
	.award-wrapper .result-bt p {
		margin-bottom: 2em;
	}
}

/* 20231201追加 result-bt ここまで --------*/


/*募集要項*/
.tbl-01 {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
}

.tbl-01>tbody>tr>th,
.tbl-01>tbody>tr>td {
	padding-bottom: 40px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
	font-size: 2.0rem;
}

.tbl-01>tbody>tr>th {
	width: 220px;
}

.tbl-01>tbody>tr>td {
	width: calc(100% - 220px);
	padding-left: 20px;
}

.tbl-01 td p {
	margin-bottom: .5em;
}

.tbl-01 td .details {
	font-weight: normal;
	font-size: 1.7rem;
}

@media screen and (max-width:736px) {

	.tbl-01>tbody>tr>th,
	.tbl-01>tbody>tr>td {
		display: block;
		width: 100%;
		font-size: 1.6rem;
	}

	.tbl-01>tbody>tr>th {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.tbl-01>tbody>tr>td {
		padding-left: 0;
		padding-bottom: 30px;
		border-bottom: solid 1px #BFBFBF;
	}

	.tbl-01>tbody>tr:last-child>td {
		border-bottom: none;
	}
}

.tbl-data {
	border-collapse: collapse;
	width: auto;
}

.tbl-data th,
.tbl-data td {
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	font-size: 1.7rem;
}

.tbl-data td {
	padding-right: 1.5em;
}

.tbl-data tr td:last-child {
	padding-right: 0;
}

@media screen and (max-width:736px) {

	.tbl-data th,
	.tbl-data td {
		display: block;
		width: 100%;
	}

	.tbl-data tr td:last-child {
		padding-bottom: 30px;
	}

	.tbl-data tbody tr:last-child td:last-child {
		padding-bottom: 0;
	}
}

.f-bold {
	font-weight: bold;
	font-size: 2.0rem;
}

@media screen and (max-width: 560px) {
	.f-bold {
		font-size: 16px;
	}
}


/*注意*/
.box-gry {
	width: 100%;
	margin-bottom: 75px;
	padding: 35px 0;
	border-top: solid 1px #BFBFBF;
	line-height: 1.72;
}

.box-gry:first-of-type {
	border-bottom: none;
	padding-bottom: 0;
}

.box-gry .f-bold {
	margin-bottom: .5em;
}

.wrap-goto {
	margin-bottom: 45px;
	text-align: center;
}

.wrap-goto .f-bold {
	margin-bottom: 45px;
}

/*ボタン*/
a.btn-01 {
	display: inline-block;
	background: #BB1D2A;
	padding: 16px 87px;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

a.btn-01:hover {
	opacity: .7;
}

@media screen and (max-width:736px) {
	a.btn-01 {
		width: 100%;
		padding: 16px;
		font-size: 2.0rem;
	}
}

.contact-flow {
	margin-bottom: 2em;
	text-align: center;
}

.contact-flow img {
	max-width: 100%;
	height: auto;
}

/*応募フォーム注意事項*/
ul.mk-disc {
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
}

ul.mk-disc li {
	position: relative;
	margin-bottom: 3px;
	padding-left: 1.2em;
	font-size: 1.7rem;
}

ul.mk-disc li::after {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
}

ul.mk-disc li a {
	text-decoration: underline;
}

ul.mk-disc li a:hover {
	text-decoration: none;
}

@media screen and (max-width:736px) {
	ul.mk-disc li {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
}

/*応募フォーム*/
.form-wrap {
	width: 100%;
	margin: 0 auto;
}

div.wpcf7 form dl {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: .4em 0;
	border-bottom: solid 1px #000;
}

div.wpcf7 form dl:nth-of-type(1) {
	border-top: solid 1px #000;
}

div.wpcf7 form dl:nth-last-of-type(1) {
	margin-bottom: 3em;
}

div.wpcf7 form dl dt,
div.wpcf7 form dl dd {
	margin: 0;
	padding: 18px 0;
	font-size: 2.0rem;
}

div.wpcf7 form dl dt {
	width: 360px;
	font-weight: bold;
	position: relative;
}

div.wpcf7 form dl dd {
	width: calc(100% - 360px);
}

@media screen and (max-width:736px) {

	div.wpcf7 form dl dt,
	div.wpcf7 form dl dd {
		width: 100%;
		font-size: 1.6rem;
	}

	div.wpcf7 form dl dt {
		padding-bottom: 0;
	}
}

@media screen and (max-width:736px) {}

div.wpcf7 form dl dd input,
div.wpcf7 form dl dd textarea {
	width: 100%;
	background: none;
	border: solid 1px #7F7F7F;
	padding: 10px 5px;
	font-size: 1.8rem;
}

@media screen and (max-width:736px) {

	div.wpcf7 form dl dd input,
	div.wpcf7 form dl dd textarea {
		/*font-size: 1.4rem;*/
		font-size: 16px !important;
	}
}

div.wpcf7 form dl dd textarea {
	height: 80px;
}

div.wpcf7 form dl dd input.wsiz-s {
	width: 100px;
}

div.wpcf7 form dl dd input.wsiz-m {
	width: 260px;
}

div.wpcf7 form dl dd input.wsiz-l {
	width: 360px;
}

div.wpcf7 form dl dd input.mb {
	margin-bottom: 20px;
}

@media screen and (max-width:736px) {
	div.wpcf7 form dl dd input.wsiz-m {
		width: 100%;
	}

	div.wpcf7 form dl dd input.wsiz-l {
		width: 100%;
	}
}

input[type="submit"],
input[type="button"] {
	display: inline-block;
	width: 380px;
	padding: 9px 20px;
	background: #BB1D2A;
	border: none;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
	cursor: pointer;
}

@media screen and (max-width:736px) {

	input[type="submit"],
	input[type="button"] {
		display: block;
		width: 100%;
		padding: 16px;
		font-size: 1.6rem;
	}
}

input[type="button"]+input[type="submit"] {
	margin-left: 50px;
}

@media screen and (max-width:736px) {
	input[type="button"]+input[type="submit"] {
		margin-left: 0;
		margin-top: 1em;
	}
}

.wpcf7 .wpcf7-submit:disabled {
	color: #fff;
}

.box-inb .wpcf7-radio span.wpcf7-list-item,
.box-inb .wpcf7-checkbox span.wpcf7-list-item {
	display: inline-block;
	margin: 0;
}

.box-inb .wpcf7-checkbox span.wpcf7-list-item {
	margin-right: 2em;
	margin-bottom: .3em;
}

.box-inb .wpcf7-radio span.wpcf7-list-item input,
.box-inb .wpcf7-checkbox span.wpcf7-list-item input {
	width: auto;
}

.box-inb .wpcf7-checkbox span.wpcf7-list-item input.wpcf7-free-text {
	width: 90%;
}

.box-inb .wpcf7-radio span.wpcf7-list-item+.wpcf7-list-item {
	margin-right: 2em;
}
.box-inb .wpcf7-radio span.wpcf7-list-item {
	margin-right: 2em;
}

.box-inb .wpcf7-checkbox span.wpcf7-list-item:nth-of-type(8) {
	margin-left: 0;
	display: block;
}

@media screen and (max-width:736px) {
	.box-inb .wpcf7-checkbox span.wpcf7-list-item {
		display: block;
	}
}

.icon-req {
	display: inline-block;
	margin-right: 5px;
	background: #C00000;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1;
}

dt.txt_req::after {
	content: "必須";
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 60px;
	background: #C00000;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1;
}

@media screen and (max-width:736px) {
	.icon-req {
		font-size: 1.4rem;
	}

	dt.txt_req::after {
		right: 0;
		font-size: 1.4rem;
	}
}

.tbl-add {
	border-collapse: collapse;
	width: 100%;
	border: none;
}

.tbl-add th,
.tbl-add td {
	padding-bottom: 7px;
	text-align: left;
	font-weight: normal;
}

.tbl-add th {
	width: 100px;
}

.tbl-add td {
	width: calc(100% - 100px);
}

@media screen and (max-width:736px) {

	.tbl-add th,
	.tbl-add td {
		display: block;
		width: 100%;
	}
}

.check-wrap .tbl-add th {
	color: #999;
}

.txt-c {
	text-align: center;
}

.txt-thanks {
	text-align: center;
	padding: 100px 0;
}


/*
h*
---------------------------------------------------------------------------*/
h1 a {
	display: block;
	font-size: 20px;
}

@media screen and (max-width:999px) {

h1 {
	margin: 0 auto;;
	padding:10px 0 100px;
}
}


h2.ver1 {
	position: relative;
	padding: 1.4em 1em;
	margin: 0 0 45px;
	background: #385723;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 2.8rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

h2.ver1::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border: 15px solid transparent;
	border-top: 22px solid #385723;
	width: 0;
	height: 0;
}

h2.ver2, .sec-box h2 {
	margin: 25px 0 50px;
	text-align: center;
	font-weight: normal;
	font-size: 2.8rem;
	font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}

@media screen and (max-width:999px) {

	h2.ver1,
	h2.ver2 {
		margin-bottom: 30px;
		font-size: 2.0rem;
	}
}

@media screen and (max-width:560px) {
	h2.ver2, .sec-box h2 {
		font-size: 22px;
	}
}

/*pagetop
---------------------------------------------------------------------------*/
.pagetop {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 10px;
	text-align: right;
	font-size: 12px;
}

.pagetop a {
	color: #BFBFBF;
	text-decoration: underline !important;
}

.s2v {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/*wp*/
.alignright {
	margin: 0 0 0 auto;
	text-align: right
}

.alignleft {
	display: block;
	margin: 0 auto 0 0;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

/**/

.receipt-wrap {
	border: none !important;
	padding: 20px 0 !important;
}

.box-gry ul {
	margin-bottom: 3rem;
}

.col3{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 2rem;
}

.col3>div {
	width: 31%;
	margin-bottom: 4rem;
	text-align: center;
}

.chance {
	font-weight: 600;
	line-height: 1.4;
	color: #385723;
}

.chance._01 {
	font-size: 3.47rem;
	text-align: center;
	margin-bottom: 3rem;
}

.chance._02 {
	margin: 0 auto 4rem;
	font-size: 2.8rem;
	max-width: 760px;
}

.chance._02 span {
	font-size: 3.07rem;
}

@media screen and (max-width:999px) {
	.col3>div {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 2rem;
	}
}



.box-gry .caution {
	padding-top: 8rem;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 2.67rem;
}

.tac {
	text-align: center;
}

._x .chance._02 {
	max-width: 1020px;
}

._x .chance._02 .min {
	font-size: 2rem;
}

@media screen and (max-width:560px) {
.box-gry .caution {
	padding-top: 4rem;}
	.chance._01 {
		font-size: 20px;
	}

	.chance._02 {
		font-size: 18px;
	}

	.chance._02 span {
		font-size: 19px;
	}

	._x .chance._02 .min {
		font-size: 15px;
	}
}

.footop {
	border-top: 1px solid #bfbfbf;
	padding-top:100px;
}

/**/

.col3>div p {
	font-size:14px;
	margin-bottom:10px;
}.col3>div p.f-bold {
	font-size:22px;
	margin-bottom:5px;
	margin-top:10px;
}
.nyusyo {
	text-align:left;
}

.nyusyo li {
	font-size:16px;
	margin-bottom:0.5em;
	padding-left:10px
}

.nyusyo li::before {
	content:'● ';
	color:#EE9915;
}
.nyusyo._2 li::before {
	color:#289E39;
}
.nyusyo._3 li::before {
	color:#C94192;
}

.event {
	display:flex;
	flex-direction:column
}
.event p {
	flex-grow:1;
}

.event a {
	padding-top:5px;
	color:#E97132;
}
/**/
.video_wrapper {
	max-width:1023px;
	width:100%;
	margin:0 auto 10rem;
}
.video_wrapper iframe {
	width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.col3.event-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 2rem;
}

.col3.event-box>div {
	width: 26%;
	margin-bottom: 4rem;
	text-align: center;
}

@media screen and (max-width:999px) {
	.col3.event-box>div {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 5rem;
	}
}

.col3.event-box>div p {
	font-size:14px;
	margin-bottom:10px;
}.col3.event-box>div p.f-bold {
	font-size:22px;
	/*margin-bottom:5px;*/
	margin-bottom: 20px;
	margin-top:10px;
}

odai-dl {
	align-items: flex-start;
}

dd.box-inb.odai span.wpcf7-list-item {
	display: block;
	margin-bottom: 100px;
}

/*dd.box-inb.odai span.wpcf7-list-item.first {
	display:block;
	width:100%;
}*/

dd.box-inb.odai span.wpcf7-list-item {
	display:block;
	width:100%;
}

dd.box-inb.odai span.wpcf7-form-control.wpcf7-radio {
	position: relative;
}

dd.box-inb.odai span.wpcf7-list-item.first::after {
    content: "";
    width: 26rem;
    height: 30rem;
    display: block;
    background: url(img/oubo-img1.jpg) no-repeat center / contain;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(0); 
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    height: 200px;
}

@media screen and (max-width:768px) {
	textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
		font-size: 16px;
	}
}

@media screen and (max-width:1200px) {
	dd.box-inb.odai span.wpcf7-list-item.first {
		margin-bottom: 280px;
	}
	dd.box-inb.odai span.wpcf7-list-item:nth-of-type(2) {
		margin-bottom: 50px;
	}
	dd.box-inb.odai span.wpcf7-list-item:last-of-type {
		margin-bottom: 10px;
	}
	dd.box-inb.odai span.wpcf7-list-item.first::after {
		width: 200px;
		height: 232px;
		top: 40px;
		left: 0;
		transform: translateY(0);
	}
}

@-moz-document url-prefix() {
    /* Firefox専用のスタイル */
    dd.box-inb.odai span.wpcf7-list-item.first::after {
		content: "";
		width: 26rem;
		height: 30rem;
		display: block;
		background: url(img/oubo-img1.jpg) no-repeat center / contain;
		position: absolute;
		top: 25px;
		left: 60rem;
		transform: translateY(0); 
    }
	@media screen and (max-width:1200px) {
		dd.box-inb.odai span.wpcf7-list-item.first {
			margin-bottom: 280px;
		}
		dd.box-inb.odai span.wpcf7-list-item:nth-of-type(2) {
			margin-bottom: 50px;
		}
		dd.box-inb.odai span.wpcf7-list-item:last-of-type {
			margin-bottom: 10px;
		}
		dd.box-inb.odai span.wpcf7-list-item.first::after {
			width: 200px;
			height: 232px;
			top: 65px;
			left: 0;
			transform: translateY(0);
		}
	}
}

.afs22 {
    font-size: 2.93rem;
}

@media screen and (max-width:768px) {
	.afs22 {
		font-size: 14px;
	}
}

.jisshigaiyo {
	margin-top: 200px;
	font-size: 5rem;
	text-align: left;
	margin-bottom: 1.5em;
	border-bottom: solid 1px #BFBFBF;
}

.jisshigaiyo p {
	margin-bottom: 50px;
}

@media screen and (max-width:768px) {
	.jisshigaiyo {
		font-size: 16px;
		margin-top: 100px;
	}
	.jisshigaiyo p {
		margin-bottom: 20px;
	}
}

/*バナー追加*/

.banner-wrap,.banner-wrap2 {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

.banner-wrap h3,.banner-wrap2 h3 {
    font-size: 4.27rem;
	color: #C61629;
	text-align: center;
	margin-bottom: 11rem;
}

.banner-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 1280px) {
    .banner-box {
        justify-content: space-around;
    }
}

.banner-box li {
    width: 31.7%;
	max-width: 406px;
	margin-bottom: 8rem;
}

.banner-box a:hover{
	opacity: 0.7;
}

.banner-box a img:hover{
	opacity: 0.7;
}

.banner-box li img {
	margin: 0 auto;
	display: block;
	width: 100%;
	max-width: 406px;
	height: auto;
}

.banner-box figcaption {
    font-size: 1.6rem;	
	margin-top: 2rem;
	text-align: left;
}

.banner-box figcaption::before {
    display: inline-block;
    margin-right: 0.5rem;
    color: #C61629;
    font-size: 1.47rem;
    content: "▸";
}

@media screen and (max-width: 767px) {

	.banner-wrap {
	margin-top: -5rem;
}

	.banner-wrap2 {
		width: 90%;
		margin: 0 auto;
	} 
	.banner-wrap h3,.banner-wrap2 h3 {
	font-size: 16px;
	margin-bottom: 50px;
	}
	.banner-box {
		margin: 0 auto;
		justify-content: space-between;
	}
    .banner-box li {
        width: 48.8%;
        max-width: 406px;
        margin-bottom: 40px;
    }
	.banner-box figcaption {
		font-size: 1.33rem;
		margin-top: 10px;
	}
}
@media screen and (max-width: 400px) {
	.banner-wrap h3,.banner-wrap2 h3 {
	font-size: 16px;
	}
}

h3.ver2 {
    margin: 25px 0 50px;
    text-align: center;
    font-weight: normal;
    font-size: 2.8rem;
    font-family: "游明朝", "Yu Mincho", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "HiraMinProN-W6", serif;
}
@media screen and (max-width: 999px) {
    h3.ver1, h3.ver2 {
        margin-bottom: 30px;
        font-size: 2.0rem;
	}
}

dd.box-inb select {
	padding: 15px 5px;
	width: 260px;
	font-size: 1.8rem;
}

.txt-c {
	font-size: 2.0rem;
}

dt.txt_req-last::after {
	content: "必須";
	display: inline-block;
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	right: 60px;
	background: #C00000;
	padding: 5px 8px;
	color: #fff;
	font-weight: bold;
	font-size: 1.7rem;
	line-height: 1;
}

@media screen and (max-width:736px) {
	dt.txt_req-last::after {
		right: 0;
		font-size: 1.4rem;
	}
}
/**/
.box-inb2 .wpcf7-radio span.wpcf7-list-item, .box-inb2 .wpcf7-checkbox span.wpcf7-list-item {
    display: inline-block;
    margin: 0 2em 0 0;
}
@media screen and (max-width:768px) {
.box-inb2 .wpcf7-radio span.wpcf7-list-item {
    margin-right: 0;
    width: 100%;
}
.box-inb2 .wpcf7-radio span.wpcf7-list-item, .box-inb2 .wpcf7-checkbox span.wpcf7-list-item {
    margin: 0 0 10px 0;
}
}

div.wpcf7 form dl > dd .wpcf7-list-item input {
    width: auto;
}

.pc-br {
	display: block;
}

@media screen and (max-width:768px) {
.pc-br {
	display: none;
}
}

/*動画背景*/

.movie-bg {
	background-color:#f2f2f2;
	padding-top:10px;
	padding-bottom:40px;
}

@media screen and (max-width: 999px) {
	.movie-bg {
		padding-top:40px;
		margin-bottom:40px;
	}
}

/**/

dt.txt_req2::after {
    content: "任意";
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    background: #000;
    padding: 5px 8px;
    color: #fff;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1;
}

@media screen and (max-width: 736px) {
	dt.txt_req2::after {
    	right: 0;
    	font-size: 1.4rem;
	}
}

span.nini {
    background-color: #000;
    margin-left: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 3px 7px;
}

@media screen and (max-width: 736px) {
	span.nini {
		font-size: 1.4rem;
	}
}

