@charset "UTF-8";

/* 共通
----------------------------------------------------------------------------*/
html {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
	background-color: #f3efe7;
	box-sizing: border-box;
	font-size: 12px;
	width: 100%;
}
p {
	color: #333;
	font-size: 11px;
	line-height: 1.5;
	padding:6px 0 0;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* ヘッダー
----------------------------------------------------------------------------*/
.header {
	background-color: #ded6c6;
	width: 100%;
}
.header_inr {
	align-items: center;
	display: flex;
	padding: 9px 15px;
}
.logo {
	max-width: 100%;
	max-height: 30px;
}
.btnbox {
	max-width: 205px;
	margin-left: auto;
}
.btnbox a {
	background-color:#0693cd;
	color:#FFF;
	display: block;
	font-size: 12px;
	line-height: 1.2;
	padding:6px 7px;
	text-align: center;
}
.btnbox span.text-nowrap {
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    max-width: 243px;
}
.btnbox a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
@media (min-width: 768px) {
	.header_inr {
		padding-left: 0;
		padding-right: 0;
	}
	.logo {max-height: 40px;}
	.btnbox {max-width: unset;}
	.btnbox a {
		font-size: 16px;
		padding:17px 14px;
	}
	.btnbox span.text-nowrap {
		max-width: unset !important;
	}
}

/* コンテンツ
----------------------------------------------------------------------------*/
.contents {
	max-width:800px;
	margin: 0 auto;
}
.main {
	background-color: #fff;
	margin: 16px auto 0;
	padding:0 0 20px;
	position:relative;
}
.key-visual {text-align: center;}
.key-visual img {
	max-width: 100%;
}
.main .main_txt {
	padding-left: 15px;
    padding-right: 15px;
}
.main-txt-inner {
	border: 1px solid;
	border-color: transparent #b1dbf3 transparent #b1dbf3;
	color:#333;
	line-height: 1.5;
	margin: 2px auto 14px;
	max-width: 650px;
	padding: 10px 15px;
	position: relative;
	width: calc(100% - 30px);
	white-space: pre-wrap;
	word-break: break-all;
}
.main .main-txt-inner:before,
.main .main-txt-inner:after {
	border: 1px solid;
	border-color: #b1dbf3 transparent #b1dbf3 transparent;
	content: '';
	display: block;
	position: absolute;
		top: -1px;
		bottom: -1px;
	width: 10px;
}
.main .main-txt-inner:before {left: -1px;}
.main .main-txt-inner:after {right: -1px;}
.main .main-txt-inner strong{
	color:#0693cd;
	font-size: 14px;
}
@media (min-width: 768px) {
	.main-txt-inner {
		padding: 10px 25px;
		width: calc(100% - 50px);
	}
}

/* Table form content
----------------------------------------------------------------------------*/
.form-content {
	max-width: 700px;
	margin:0 15px;
}
.maintb {
	border: 1px solid #f0f0f0;
	width: 100%;
}
.maintb .tabs-row {
	display: flex;
    flex-direction: column;
	width: 100%;
}
.maintb .tabs-row:not(:last-child) {
	border-bottom: 1px solid #f0f0f0;
}
.maintb .tabs-th {
	background-color: #0693cd;
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 2;
	padding: 10px;
	width: 100%;
	word-break: break-all;
}
.maintb .tabs-td {
	box-sizing: border-box;
	color: #000;
	font-size: 14px;
	line-height: 1.4;
	padding: 10px;
	width: 100%;
	word-break: break-all;
}
.maintb .check-group {
	font-size: 14px;
}

/*確認ページの文字の大きさ用*/
.maintb td span {
	font-size: 14px;
	line-height: 1.6;
}
.form-input {
	border: solid 1px #ccc;
	box-sizing: border-box;
	border-radius:0;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	padding: 4px 6px 3px;
	width: 100%;
}
.form-input:disabled {
	background-color: #EEE;
}
.form-input:focus {
	background-color: #e4f7ff;
	color:#000;
}
.input-80,
.input-280 {max-width: unset;}

@media (min-width: 768px) {
	.form-content {
		margin:0 50px;
	}
	.maintb .tabs-row {
		flex-direction: row;
	}
	.maintb .tabs-th {
		border-right: 1px solid #f0f0f0;
		max-width: 268px;
		padding: 16px;
	}
	.maintb .tabs-td {
		padding: 16px;
	}
	.input-80 {width: 80px;}
	.input-280 {max-width: 280px;}
}
.web_margin {margin-top: 10px;}

/* browse files */
.file-group {
	display: flex;
	align-items: center;
}
.browse-wrap {
	background-color: #000;
	border: 1px solid #000;
	border-radius: 3px;
	flex-shrink: 1;
	align-self: flex-start;
	cursor: pointer;
	margin-right: 5px;
	overflow: hidden;
	padding: 10px;
	position: relative;
	text-align: center;
	width: 90px;
}
.title-upload {
	font-size: 14px;
	color: #FFF;
	line-height: 1.5;
}
input.upload {
	cursor: inherit;
	font-size: 1000px !important;
	height: 40px;
	width: 125px;
	margin: 0;
	opacity: 0;
	outline: medium none;
	padding: 0;
	position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
}
.upload-path {
	display: block;
	font-weight: 600;
	width: 100%;
}
.submit_button {
	background-color: #000;
	border-style: none;
	color: #FFF;
	font-size: 1.2em;
	padding: 15px 40px;
}

/* Style for button Submit form */
.btn_send {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 10px 0;
}
.btn_send > a,
.btn_send button {
	background-color:#0693CD;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: block !important;
	font-size: 14px;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto;
	max-width: 400px;
	padding: 16px;
	text-align:center;
	width: 100%;
}

.btn_send_confirm {
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 16px auto 0;
	text-align: center;
	font-size: 16px;
}
.btn_send_confirm a,
.btn_send_confirm button {
	box-sizing: border-box;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: block !important;
	font-size: 100%;
	font-weight: 300;
	line-height: 1.55;
	padding: 12px 16px 12px;
	max-width: 225px;
	width: 100%;
}
@media (min-width: 768px) {
	.btn_send_confirm a,
	.btn_send_confirm button {
		padding: 16px 16px 12px;
	}
}
.btn_send_confirm button {
	background-color:#0693CD;
}
.btn_send_confirm a {
	background-color: #6E6E6E;
	margin-right: 5px;
}

.btn_send button:hover,
.btn_send_confirm button:hover,
.btn_send_confirm a:hover {
	background-color:#000;
}
.contents2 .key-visual {
	max-width: 800px;
    margin: 0 auto;
}
.main .title-completed {
	background-color: #FFF;
	border: 1px solid #EEE;
	margin-left: 138px;
	padding: 20px 0 20px 70px;
	width: 290px;
}

.height_complate_confirm {
	text-align: center;
}
.text-danger,.error,
#upload_file_err {
	color: #F00;
}
.tabs-td .text-danger,
#upload_file_err {
	font-size: 12px;
	padding-top: 5px;
}
.tabs-th .text-requirement,
.text-nowrap {
	white-space: nowrap;
}
.text-break {
	word-break: break-word;
    word-wrap: break-word;
	white-space: break-spaces;
}

/* Button 404*/
.btn_send_error .confirm_button{
	margin: 5px auto;
	width: 195px;
}
.img-responsive {max-width: 100%;}

/*応募ありがとう*/
.contents2 .main {
	display: flex;
    flex-direction: column;
	min-height: 68.6vh;
}
.thanks {
	font-size: 20px;
	margin-top: auto;
	text-align:center;
}
.thanks + .btn_send {
	margin-bottom: auto;
}

/* フッター
----------------------------------------------------------------------------*/
.footer {
	background-color:#ded6c6;
	font-size: 12px;
	line-height: 1.5;
	margin: 20px auto 0;
	width: 100%;
}
.footermain {
	margin: 0 auto;
	max-width: 920px;
	padding: 20px 0;
	width: 100%;
}
.footer_r {
	color:#333;
	text-align: center;
}

@media (min-width: 768px) {
	.footermain {
		padding: 20px 0 40px;
	}
}

.error-message:empty {
	display: none;
}
