/*ーーーーーーーーーーーーーー　index.html　ーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
					背景設定
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
body {
	margin: 0;
	background-image: url("img/bg.png");
	background-size: 50%;
	background-repeat: repeat;
	font-size:16px;
	font-family:"Hiragino Kaku Gothic ProN",
	"Hiragino Sans",
	"Helvetica Neue",
	Arial,
	Meiryo,
	sans-serif;
}
.wrapper {
	max-width:1200px;
	margin:0 auto;
	position: relative;/*←相対位置*/
	padding-bottom: 50px;/*←footerの高さ*/
}
.wrapper img {
	width:100%;
	margin:auto;
}
.base {
	background-image: url("img/base.png");
	background-size: 70%;
}

h2 {
	padding:10px;
	border-radius:20px;
	background-color:#00723a;
	color:#fff;
	text-align: center;
}
h3 {
	color:#00723a;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
					応募要項
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.oubo {
	margin-bottom: 2em;
	padding: 1em 1.5em;
	font-size:1em;
}
.oubo .syohin {
	line-height:1.5em;
	margin-bottom:20px;
}
.oubo_form {
	margin-bottom: 2em;
	padding: 1em 2em;
}
.oubo_form h2 {
	background-color: #000;
	color:#fff;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
					応募内容
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.naiyou {
	margin-bottom: 2em;
	padding: 0.5em 1em 1em;
	border: solid 3px #00723a;/*線*/
	border-radius: 10px;/*角の丸み*/
	line-height:1.5em;
}
.naiyou_form {
	margin: 2em auto;
	padding: 0.5em 1em 1em;
	border: solid 3px #00723a;/*線*/
	border-radius: 10px;/*角の丸み*/
	line-height:1.5em;
	font-size:1em;
}
.naiyou .txt {
	color:#00723a;
	font-size:1em;
	line-height:1.5em;
	padding:15px 0px;
}

.naiyou .p1,
.naiyou_form .p1 {
	font-size: 0.7em;
}

.center {
	text-align: center;
	font-size: .8em;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
				コンテストの流れ
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.nagare {
	font-size:1em;
	margin-bottom: 2em;
	padding: 0.5em 1em 1em;
	background-color: #fff;
	border-radius: 10px;/*角の丸み*/
	padding:15px;
}
.nagare p {
	margin:0;
	padding:0;
}

.nagare .p1 {
	font-size: .7em;
}

.nagare hr {
	padding:2px;
	border: none;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: black;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
				白背景ボックス
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.box01 {
	width:85%;
	padding:15px;
	margin:50px auto;
	background-color: #fff;
}
.box01 img {
	width:100%;
}
.box01 .logo {
	width:50%;
	padding:10px 0px;
	margin:auto;
}
.box01 .txt {
	line-height:22px;
	letter-spacing: 1px;
	width:90%;
	margin:auto;
}
h4 {
	text-align: center;
	font-size:1.2em;
}


/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
				社長のあいさつ
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.kotoba {
	margin: 30px 0;
	padding: 2em;
	line-height:25px;
	letter-spacing: 1px;
}
.kotoba img {
	width:100%;
	margin:10px auto;
}
.sponsor {
	font-size:0.8em;
	padding:10px;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
				お問い合わせ
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.otoiawase {
	padding-bottom: 0;
	text-align: center;
	font-size: 1em;
	height:180px;
	font-weight: bold;
}
.otoiawase h3 {
	margin-top: 0;
	background-color:#00723a;
	padding:5px;
	color:#fff;
	text-align: center;
}
footer {
	position: absolute;/*←絶対位置*/
	bottom: 0; /*下に固定*/
	background-size:contain;
	background-image: url(./img/footer.png);
	background-position: left 0px bottom 0px;
	background-repeat: repeat-x;
	width:100%;
	height:80px;
	text-align: center;
}
footer p {
	position: absolute;/*←絶対位置*/
	font-size:0.7em;
	left:50%;
	transform: translateX(-50%);
	bottom:5px;
	width:100%;
}


/*ーーーーーーーーーーーーーー　form.html　ーーーーーーーーーーーーー*/
/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
				応募フォーム
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
/*ContactForm7カスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: none !important;
}

table.CF7_table tr {
	border: none !important;
}
table.CF7_table th {
	text-align: left;
	font-size: .8em;
	background-color: transparent;
	border: none !important;
}
table.CF7_table td {
	border: none !important;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
/*	width: 100%;*/
	font-size: 1em;
	border: 1px solid #d8d8d8;
}

.CF7_table ::placeholder {
	color:#797979;
}

/*「必須」文字*/
.CF7_req{
	padding: 5px;
	background: #d80d00;/*赤*/
	color: #fff;
	margin-right:.1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*ーーーーーーーーーーーーーーーーーーーーーーーーーーー
				同意
ーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.doui {
	font-size: 0.8em;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: center;
}

.check-doui {
	margin-bottom: 1em;
	text-align: center;
}
.check-buomn {
	margin-bottom: 1em;
	text-align: left;
}
.wpcf7-list-item-label {
	font-size:1.25em;
	font-weight:bold;
}
.check-bumon-txt {
	font-size:1.25em;
	line-height:1em;
	font-weight:bold;
}

.check-doui input[type=checkbox],
.check-bumon input[type=checkbox] {
	transform: scale(2);
	margin: 0 10px 0 0;
}
.wpcf7-list-item.last {
	margin-left:2em;
}
.wpcf7 {
	border:none !important;
	background:none !important;
}
table.CF7_table tr {
	border:none !important;
}
/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#f79034;/* オレンジ*/
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}
.wpcf7 input, .wpcf7 textarea {
	border:none !important;
}

.wpcf7 p {
	line-height:2;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}
input[type=file]::file-selector-button {
    padding: 1em;
    margin-right: 1em;
    border: none;
    color: fw.$white;
    height: 100%;
    cursor: pointer;
}
.checkmark001{
	padding-left:24px;
	position:relative;
}
.checkmark001 p {
	margin:0;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:12px;
	height:12px;
	background:#ffffff;
    	border:1px solid #000000;
	left:0;top:8px;
}
.checkmark001:after{
	border-left:2px solid #ff0000;
	border-bottom:2px solid #ff0000;
	width:16px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:5px;
	top:8px;
}
.recipe_img {
	width:50%;
}
/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;/*横幅*/
	background-color:#ebedf5;/*ブルーグレー*/
	}
}

/* ーーーーーーーーーーーーー　レスポンシブ　ーーーーーーーーーーーーーー */
@media (max-width: 767px) {

	table.CF7_table{
	width:100%;
	border:none !important;
	}
	table.CF7_table tr {
	border:none !important;
	}
	table.CF7_table td {
	border:none !important;
	}
	table.CF7_table th {
	border:none !important;
	}
	.oubo_form {
		margin-bottom: 0;
		padding: 1em;
		font-size:1.5em;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
	
	.CF7_table td p {
		margin-top: 0.2em;
	}
	.sponsor {
		font-size:0.7em;
		padding:10px;
	}
	footer p {
		bottom:-5px;
	}
}
