@charset "utf-8";
/* ---------------------------------------------------------------------------
 * RESET STYLE
--------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
* {
    scroll-padding-top: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #ebebf0;
	font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka', sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	word-break: break-all;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
a:hover {
	text-decoration: none;
}
b {
	font-weight: bold;
}
@media screen and (min-width:641px) {
	.onlyPC {
		display: block;
	}
	.onlySP {
		display: none !important;
	}
}
@media screen and (max-width:640px) {
	.onlyPC {
		display: none !important;
	}
	.onlySP {
		display: block;
	}
}


/* ---------------------------------------------------------------------------
 * 見出し・リンク色指定
--------------------------------------------------------------------------- */
/* リンク */
a {
	color: #d50000;
}
a:hover {
	color: #d50000;
}

/* h1 */
#header h1{
	/*background: #d50000;
	color: #fff;*/
}

/* h2 */
.wire h2 {
    background: #333;
    color: #fff;
}

/* ttl */
.wire .ttl{
	border-left: 4px solid #d50000;
}

/* ラジオボタン */
.form-check input[type="radio"]:checked + span::before,
.form-check-inline input[type="radio"]:checked + span::before{
	border: 4px solid #d50000;
}

/* チェックボックス */
.form-check input[type="checkbox"]:checked + span::before,
.form-check-inline input[type="checkbox"]:checked + span::before{
	background-color: #d50000;
}

/* 投稿ボタン */
button[type="submit"],
input[type="submit"] {
	background: url(../img/bg_btn_gradation.png) top left repeat-x #d50000;
}

/* ---------------------------------------------------------------------------
 * ヘッダー
--------------------------------------------------------------------------- */
#header{
	position: relative;
	min-height: 1px;
    margin-bottom: 15px;
}
.wrap_header{
	width: 100%;
	padding: 8px 10px;
	background: #333;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.wrap_header .abc_logo{
	width: 50%;
}
.wrap_header .abc_logo img{
	height: 30px;
}
.wrap_header .link_back{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.wrap_header .link_back a{
	padding: 0.5em 1.75em 0.5em 0.75em;
	background: #fff;
	border-radius: 3px;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 0.875em;
	font-weight: bold;
	text-decoration: none;
}
.wrap_header .link_back a:before{
	content: "";
	width: 1em;
	height: 1em;
	background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 0.25em;
    transform: translateY(-50%) rotate(-90deg);
}
#header h1{
	margin: 30px 0;
	padding-left: 0.75em;
    padding-right: 0.75em;
	font-size: 5vw;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
}
#header h1 span{
	display: inline-block;
}
#header h1 .inner{
	padding: 0.75em;
	display: block;
}
.caution_txt{
	margin: 0.75em;
    padding: 0.75em;
    background: #ffedef;
    border: 1px solid #cc2929;
    color: #cc2929;
    font-size: clamp(0.812em, 2vw, 0.937em);
    line-height: 1.3;
	text-align: center;
}
.caution_txt .caution_txt_inner{
	padding-left: 2.25em;
	position: relative;
	display: inline-block;
	text-align: left;
}
.caution_txt .caution_txt_inner span{
	display: block;
}
#caution_txt_sp.caution_txt .caution_txt_inner span{
	display: inline;
}
.caution_txt span::before{
	content: "";
	width: 1.75em;
	height: 1.75em;
	background: #cc2929;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
    -webkit-mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
    -webkit-mask-size: contain;
    mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24"><path d="M480-280q17 0 28.5-11.5T520-320q0-17-11.5-28.5T480-360q-17 0-28.5 11.5T440-320q0 17 11.5 28.5T480-280Zm-40-160h80v-240h-80v240Zm40 360q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Zm0-80q134 0 227-93t93-227q0-134-93-227t-227-93q-134 0-227 93t-93 227q0 134 93 227t227 93Zm0-320Z"/></svg>');
    mask-size: contain;
	-webkit-backface-visibility: hidden;
}
@media screen and (max-width:300px) {
	.wrap_header {
		flex-direction: column;
	}
	.wrap_header .abc_logo{
		width: 100%;
		margin-bottom: 5px;
		display: flex;
		justify-content: center;
	}
	.wrap_header .link_back{
		width: 100%;
		justify-content: center;
	}
	.wrap_header .link_back a{
		font-size: 0.75em;
	}
}
@media screen and (max-width:640px) {
	.caution_txt .caution_txt_inner{
		display: block;
		text-align: left;
	}
}
@media screen and (min-width:641px) {
	#header{
		margin-bottom: 30px;
	}
	#header h1{
		font-size: 1.5em;
	}
	.caution_txt{
		padding: 1em;
	}
	.caution_txt span::before{
		width: 26px;
		height: 26px;
	}
}


/* ---------------------------------------------------------------------------
 * 情報表示部分
--------------------------------------------------------------------------- */
/* 文字装飾 */
.ta_center{
	text-align: center;
}
.fs_small{
	font-size: 0.875em;
}
.fs_large{
	font-size: 1.125em;
	font-weight: bold;
}
.ti{
	padding-left: 1em;
	display: block;
	font-size: 0.875em;
	text-indent: -1em;
}
.ti > .ti {
	font-size: 1em;
}
/* 既存CSS調整 */
.thankyou > p {
	padding: 20px 0px;
	font-size: 1.125em;
	font-weight: bold;
	text-align: center;
}
.thankyou > p:last-child {
	font-size: 1em;
	font-weight: normal;
}

/**/
#mainFrame{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
    overflow: hidden;
}
.wire{
	margin: 15px;
}
.wire h2{
	padding: 0.75em;
	margin-bottom: 20px;
	border-radius: 3px;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.3;
}
.wrap_txt + h2,
.wrap_table + h2,
.wrap_list + h2,
p + h2{
	margin-top: 1.5em;
}
.wire .ttl{
	padding: 0.125em 0.5em;
	margin-bottom: 0.5em;
	display: inline-block;
	font-size: 1.125em;
	font-weight: bold;
	line-height: 1.3;
}
.wrap_txt + .ttl,
.wrap_table + .ttl,
.wrap_list + .ttl,
p + .ttl{
	margin-top: 1em;
}
.wrap_txt{
	padding: 0 7px;
	line-height: 1.5;
}
.wrap_txt p + p{
	margin-top: 0.5em;
}
.wrap_table{
	margin-bottom: 1em;
}
.wrap_table dl{
	margin-top: -1px;
	line-height: 1.3;
}
.wrap_table dt{
	padding: 0.75em;
	background: #fafafa;
	border: 1px solid #ccc;
	border-bottom: none;
	box-sizing: border-box;
	font-weight: bold;
}
.wrap_table dd{
	padding: 0.75em;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.wrap_list{
	margin-bottom: 1em;
}
.wrap_list ul + ul{
	margin-top: 1em;
}
.wrap_list li{
	padding-left: 1em;
	margin-bottom: 0.5em;
	font-size: 0.875em;
	text-indent: -1em;
	line-height: 1.3;
}
.wrap_list li:last-child{
	margin-bottom: 0;
}
.wrap_contract{
	padding: 0.5em;
	margin-top: 2em;
	background: #fafafa;
	border: 1px solid #ccc;
	line-height: 1.5;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width:641px) {
	.attention {
		padding: 0 1em;
	}
	.wire{
		margin: 30px;
	}
	.wrap_txt{
		padding: 0 15px;
	}
	.wrap_table dl{
		width: 100%;
		display: flex;
	}
	.wrap_table dt{
		width: 30%;
		border-right: none;
		border-bottom: 1px solid #ccc;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wrap_table dd{
		width: 70%;
	}
	.wrap_contract{
		padding: 1em;
	}
	.thankyou > p {
		padding: 40px 0px;
	}
}


/* ---------------------------------------------------------------------------
 * フォーム部分
--------------------------------------------------------------------------- */
.wrap_form{
    margin-top: 30px;
    padding: 25px 15px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}
.wrap_form.confirm{
    background: #f8f8f8;
}
#entryForm dl{
	margin-bottom: 25px;
}
#entryForm dl:last-child{
	margin-bottom: 0;
}
#entryForm .confirm dl{
	padding-bottom: 25px;
	border-bottom: 1px dotted #ccc;
}
#entryForm .confirm dl:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
#entryForm dt{
	margin-bottom: 0.5rem;
	font-weight: bold;
	line-height: 1.3;
}
#buttonArea{
	padding: 2em 0;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}
@media screen and (min-width:641px) {
	.wrap_form{
		padding: 30px 20px;
	}
}

/**/
.form-text{
	color: inherit;
	line-height: 1.3;
}
.form-item{
	width: 100%;
}
.form-text-top,
.form-text-right,
.form-text-bottom,
.form-text-left{
	display: flex;
}
.form-text-top,
.form-text-bottom{
	flex-direction: column;
}
.form-text-top .form-item,
.form-text-left .form-item{
	order: 2;
}
.form-text-top .form-text,
.form-text-left .form-text{
	order: 1;
}
.form-text-left,
.form-text-right{
	align-items: center;
}
.form-text-top .form-text{
	margin-bottom: 0.5em;
}
.form-text-bottom .form-text{
	margin-top: 0.5em;
}
.form-text-left .form-text{
	margin-right: 0.5em;
}
.form-text-right .form-text{
	margin-left: 0.5em;
}
.form-group .btn {
	padding: 0.375em 0.75em;
	font-size: 0.875em;
}
.w_small .input-group{
    width: calc( 100% + 8em);
}
.input-group.split input {
	border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.input-group.split button {
	margin-left: 10px !important;
	border-top-left-radius: .25rem !important;
	border-bottom-left-radius: .25rem !important;
}
.btn-dark {
    background-color: #4d4d4d;
}
.btn-dark:hover {
    background-color: #4d4d4d;
	opacity: 0.85;
}
/**/
input[type="text"]{
	width: 100%;
	padding: 0.5em;
	border: 2px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka', sans-serif;
	line-height: 1.3;
	-webkit-appearance : none;
}
.w_small{
	width: 50%;
}
.w_middle{
	width: 100%;
}
.w_large{
	width: 100% !important;
}
.w_inherit{
	width: inherit !important;
}
input[type="submit"] {
	width: 90%;
	padding: 0.875em;
	margin: 0 auto;
	background-size: contain;
	border: 2px solid rgba(0,0,0,0.3);
	border-radius: 5px;
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 1.125em;
	font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	cursor: pointer;
}
button[type="submit"] {
	width: 90%;
	padding: 0.875em !important;
	margin: 0 auto !important;
	background-size: contain !important;
	border: 2px solid rgba(0,0,0,0.3) !important;
	border-radius: 5px !important;
	display: inline-block !important;
	position: relative !important;
	line-height: 0 !important;
	color: #fff;
	font-size: 1.125em;
	font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka', sans-serif !important;
	font-weight: bold;
	letter-spacing: 0.05em;
	cursor: pointer;
}
input[type="button"] {
	width: 40%;
	padding: 0.65em;
	margin: 0 auto 1em;
	background: url(../img/bg_btn_gradation.png) top left repeat-x #fff;
	background-size: contain;
	border: 2px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	display: inline-block;
	position: relative;
	font-size: 1em;
	font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka', sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	cursor: pointer;
}
:placeholder-shown {
	color: #bbb !important;
}
::-webkit-input-placeholder {
	color: #bbb !important;
}
:-moz-placeholder {
	color: #bbb !important;
	opacity: 1;
}
::-moz-placeholder {
	color: #bbb !important;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #bbb !important;
}
:focus:placeholder-shown {
	color: inherit;
}
:focus::-webkit-input-placeholder {
	font-size:0;
}
:focus:-moz-placeholder {
	font-size:0;
}
:focus::-moz-placeholder {
	font-size:0;
}
:focus:-ms-input-placeholder {
	font-size:0;
}
select {
	padding: 0.5em 2.25em 0.5em 0.5em;
	/*background: url(../img/icon_arrow_bot.png)  center right .5em no-repeat #fff;*/
	/*background-size: 0.75em;*/
	/*border: 2px solid #ccc !important;*/
	border-radius: 3px;
	position: relative;
	font-size: 16px;
	font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka', sans-serif;
	line-height: 1.3;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
select::-ms-expand {
	display: none;
}
textarea {
	width: 100%;
	height: 6.4em;
	padding: 0.5em;
	/*border: 2px solid #ccc !important;*/
	border-radius: 3px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: 'メイリオ', 'Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','Osaka', sans-serif;
	line-height: 1.3;
	-webkit-appearance : none;
}
input[type="checkbox"],
input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	display: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.form-item .form-check-inline {
	margin-right: 5px !important;
}
.wrap_terms .form-item .form-check-inline {
	margin: 0 auto !important;
}
.form-check,
.form-check-inline{
	padding: 0.5em;
	margin: 0.25em 0;
	background: linear-gradient(to top , rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 100%);
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	word-break: break-all;
}
.form-check input[type="checkbox"] + span,
.form-check input[type="radio"] + span,
.form-check-inline input[type="checkbox"] + span,
.form-check-inline input[type="radio"] + span {
  position: relative;
  padding: 0 0.5em 0 1.75em;
}
/* RADIO BUTTON */
.form-check span,
.form-check-inline span{
  display: inline-block;
}
.form-check input[type="radio"],
.form-check-inline input[type="radio"]{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.form-check input[type="radio"] + span::before,
.form-check-inline input[type="radio"] + span::before{
	content: '';
	width: 1.25em;
	height: 1.25em;
	margin-top: -0.625em;
	background-color: #fff;
	border: 1px solid #808080;
	border-radius: 1.25em;
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
	transition: .2s;
}
/* CHECKBOX */
.form-check input[type="checkbox"] + span::before,
.form-check input[type="checkbox"] + span::after,
.form-check-inline input[type="checkbox"] + span::before,
.form-check-inline input[type="checkbox"] + span::after{
	content: '';
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 0;
}
.form-check input[type="checkbox"] + span::before,
.form-check-inline input[type="checkbox"] + span::before{
	width: 1.25em;
	height: 1.25em;
	margin-top: -0.625em;
	background-color: #fff;
	border: 1px solid #808080;
	border-radius: 3px;
	z-index: 0;
	transition: .2s;
}
.form-check input[type="checkbox"] + span::after,
.form-check-inline input[type="checkbox"] + span::after{
	width: 0.5em;
	height: 0.75em;
	margin-top: -0.5em;
	margin-left: 0.35em;
	-webkit-transform: scale(0) rotate(45deg);
	-ms-transform: scale(0) rotate(45deg);
	transform: scale(0) rotate(45deg);
	z-index: 1;
}
.form-check input[type="checkbox"]:checked + span::before,
.form-check-inline input[type="checkbox"]:checked + span::before{
	border: none;
}
.form-check input[type="checkbox"]:checked + span::after,
.form-check-inline input[type="checkbox"]:checked + span::after{
	border: 0.1875em solid #fff;
	border-width: 0 0.1875em 0.1875em 0;
	-webkit-transform: scale(1) rotate(45deg);
	-ms-transform: scale(1) rotate(45deg);
	transform: scale(1) rotate(45deg);
}
input + select,
input + textarea,
select + input,
select + textarea,
textarea + input,
textarea + select{
	margin-top: 0.75em;
}
.end_form_txt{
	width: 90%;
	padding: 1.25em 0.5em;
	margin: 0 auto;
	background: #e5e5e5;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 1.125em;
	font-weight: bold;
}
@media screen and (min-width:641px) {
	input{
		font-size: 15px !important;
	}
	select {
		font-size: 15px !important;
	}
	textarea {
		font-size: 15px !important;
	}
	.form-check-inline {
		font-size: 15px !important;
	}
	.w_small{
		width: 25%;
	}
	.w_middle{
		width: 50%;
	}
	button[type="submit"],
	input[type="submit"] {
		width: 60%;
		font-size: 1.125em !important;
	}
	input[type="button"]{
		width: 25%;
		margin: 0 auto;
	}
	.end_form_txt{
		width: 60%;
	}
}
@media screen and (min-width:1000px) {
	button[type="submit"]:hover,
	input[type="submit"]:hover {
		opacity: 0.7;
	}
	input[type="button"]:hover {
		opacity: 0.7;
	}
}
/**/
.form-label{
	margin: 0;
}
.form-label::after{
	content: "任意";
	width: 2em;
	padding: 0.1em 0.5em;
	margin-left: 0.75em;
	background: #808080;
	border-radius: 3px;
	position: relative;
	top: -0.1em;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	white-space: nowrap;
	box-sizing: initial;
}
.form-label.required::after{
	content: "必須";
    background: #e62817;
}
.form-label.required_english::after{
	content: "required";
    background: #e62817;
}
.form-label.optional_english::after{
	content: "optional";
}
.end_txt {
	margin: 30px 0;
}
.end_txt p{
	width: 100%;
    padding: 1.5em 1em;
    background: #f8f8f8;
    border: 1px solid #333;
    font-size: 1.75rem;
    font-weight: bold;
	text-align: center;
}
.end_txt p span{
    margin-top: 0.75em;
    display: block;
    font-size: 1rem;
}
.form-control,
.form-select{
	border: 1px solid #ccc !important;
}
.form-select{
	background-position: right 0.5rem center;
}
select:focus,
textarea:focus,
input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
.alert_ttl{
	margin-bottom: 0.75em;
	font-size: 1.125em;
	font-weight: bold;
}
.alert li {
	margin-bottom: 0.75em;
	font-size: 0.875em;
}
.alert li:last-child {
	margin-bottom: 0;
}
.alert li a {
	color: #842029;
	text-decoration: none;
}
.alert li a:hover {
	text-decoration: underline;
}
.error .form-control,
.error textarea,
.error select,
.error label:not(.form-label){
	border: 2px solid #e62817 !important;
}
.error-text{
	margin-top: 0.75em;
	display: none;
	color: #e62817;
	font-size: 0.875em;
}
.error .error-text{
	display: block;
}

.download {
	padding: 20px;
	margin: 30px 0;
	border: solid 1px #f20000;
	border-radius: .25rem;
    text-align: center;
    line-height: 1.5;
}
.attention_txt {
	margin-top: 10px;
	display: block;
	color: #f20000;
}
.download p.download_txt {
	font-weight: bold;
}
.download div.download_button_area {
	text-align: center;
}
.download button {
    width: 100%;
    max-width: 380px;
	padding: 0.75rem;
	margin: 15px auto 5px;
	background: url(../img/bg_btn_gradation.png) top left repeat-x #4d4d4d;
	border-width: 2px;
	font-weight: bold;
}
.download button:hover {
	background: url(../img/bg_btn_gradation.png) top left repeat-x #4d4d4d;
}
/* terms */
.wrap_terms {
	margin: 30px 0;
	line-height: 1.5;
}
.wrap_form + .wrap_terms{
	padding-bottom: 30px;
	border-bottom: 2px solid #ccc;
}
.wrap_terms .form-check-inline{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.terms li {
	margin-bottom: 5px;
}
.terms li li {
	margin-bottom: 0;
}
.terms li:last-child {
	margin-bottom: 0;
}
.terms ol > li {
	margin-left: 1.5em;
	list-style: decimal;
}
.terms ul > li {
	padding-left: 1em;
	text-indent: -1em;
}
.terms {
	width: 95%;
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	border: solid 2px #CCC;
	padding: 15px;
	box-sizing: border-box;
	overflow-y: scroll;
}
.terms p + ol,
.terms p + ul,
.terms ol + p,
.terms ul + p{
  margin-top: 1em;
}
.terms_ttl {
  margin-bottom: 0.5em;
  font-size: 1.25em;
  text-align: center;
  font-weight: bold;
}
.indent_none li {
	padding-left: 0;
	text-indent: 0;
}
.terms_attention {
	margin: 1em 0;
	text-align: center;
}
label.personal {
	padding: 0.5em;
	text-align: center;
	margin: 1rem auto;
	display: block;
}
input[type="submit"]:disabled{
	opacity: 0.2;
	cursor: default;
}
input:not([type="submit"]):disabled,
.form-select:disabled,
.form-control:disabled,
.disabled {
	color: #999;
	background: #e9ecef;
}
.form-check.disabled,
.form-check-inline.disabled {
	cursor: default;
}
.form-check.disabled input[type="radio"] + span::before,
.form-check-inline.disabled input[type="radio"] + span::before,
.form-check.disabled input[type="checkbox"] + span::before,
.form-check-inline.disabled input[type="checkbox"] + span::before{
	border: 1px solid #ccc;
}
.form-check.disabled input[type="radio"]:checked + span::before,
.form-check-inline.disabled input[type="radio"]:checked + span::before{
	border: 4px solid #ccc;
}
.form-check.disabled input[type="checkbox"]:checked + span::before,
.form-check-inline.disabled input[type="checkbox"]:checked + span::before{
	background-color: #ccc;
}

@media screen and (min-width:641px) {
	.wrap_terms .form-check-inline{
		width: auto;
		display: inline-block;
		padding-left: 1.25em;
		padding-right: 1em;
	}
}

/* company */
.company_list{
    padding: 30px 0;
}
.company_list li{
    width: 70%;
    margin: 0 auto 20px;
}
.company_list li:last-child{
	margin-bottom: 0;
}
.company_list a{
    padding: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    color: #333;
    font-size: 3.5vw;
	font-weight: bold;
    text-decoration: none;
    text-align: center;
}
.company_list .txt{
	margin-top: 1em;
	display: block;
}
@media screen and (min-width:641px) {
	.company_list{
		padding: 60px 0;
		display: flex;
		justify-content: space-between;
	}
	.company_list li{
		width: 32%;
		margin-bottom: 0;
	}
	.company_list a{
		font-size: 1.75vw;
	}
}
@media screen and (min-width:800px) {
	.company_list a{
		font-size: 0.875em;
	}
}

/* ---------------------------------------------------------------------------
 * フッター
--------------------------------------------------------------------------- */
#footer {
	margin: 30px 15px;
	font-size: 0.75em;
	text-align: center;
}
#footer a {
	color: #000;
	text-decoration: none;
}
@media screen and (min-width:641px) {
	#footer {
		margin: 30px;
	}
}
/* ---------------------------------------------------------------------------
 * 汎用
--------------------------------------------------------------------------- */
/* テキスト
------------------------------------ */
.fs_xs {
	font-size: 0.75em !important;
}
.fs_s {
	font-size: 0.875em !important;
}
.fs_l {
	font-size: 1.25em !important;
}
.fs_xl {
	font-size: 1.5em !important;
}
.fs_res_s {
	font-size: clamp(0.875em, 2.2vw, 1em) !important;
}
.fs_res_l {
	font-size: clamp(1em, 2.5vw, 1.25em) !important;
}
.fs_res_xl {
	font-size: clamp(1.125em, 2.8vw, 1.5em) !important;
}
.fs_inherit {
	font-size: inherit !important;
}
.fw_normal {
	font-weight: normal !important;
}
.fw_bold {
	font-weight: bold !important;
}
.ti-05 {
	text-indent: -0.5em !important;
}
.ls01 {
	letter-spacing: 0.1em !important;
}
.ls-005 {
	letter-spacing: -0.05em !important;
}
.ls-01 {
	letter-spacing: -0.1em !important;
}
.ls-02 {
	letter-spacing: -0.2em !important;
}
.ls-03 {
	letter-spacing: -0.3em !important;
}
.ta_left {
	text-align: left !important;
}
.ta_right {
	text-align: right !important;
}
.ta_center {
	text-align: center !important;
}
.week {
	margin: 0 -0.5em;
	display: inline-block;
	font-size: 0.875em;
}
/* レイアウト
------------------------------------ */
.mt0 {
	margin-top: 0 !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb15 {
	margin-bottom: 15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt_1em {
	margin-top: 1em !important;
}
.mb_1em {
	margin-bottom: 1em !important;
}
.pd_1em{
	padding: 1em !important;
}
.w_100 {
	width: 100% !important;
}
.d_b{
	display: block !important;
}
.d_ib{
	display: inline-block !important;
}