html
{
	width: 100%;
}

body
{
	-webkit-text-size-adjust: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: -apple-system, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ ゴシック', 'MS Gothic', sans-serif;
	font-size: 16px;
}

input[type="button"],input[type="submit"], button
{
    -webkit-appearance: none;
	font-weight: 400;
	display: block;
}

select
{
	font-weight: 400;
	display: block;
}

a
{
	text-decoration: none;
}

img
{
	border-style: none;
	display: block;
}

div
{
	border-style: none;
}

ul
{
	margin: 0;
	padding: 0;
}

ul li
{
	list-style: none;
}


/* スクロールバー */
::-webkit-scrollbar
{
	display: none;
}


/* パーツ */
.mt0
{
	margin-top: 0px!important;
}

.mt10
{
	margin-top: 10px!important;
}

.mt30
{
	margin-top: 30px!important;
}

.mt32
{
	margin-top: 32px!important;
}

.mt80
{
	margin-top: 80px!important;
}

.mt106
{
	margin-top: 106px!important;
}

.mt178
{
	margin-top: 178px!important;
}

.pt0
{
	padding-top: 0px!important;
}

.pb0
{
	padding-bottom: 0px!important;
}

.pl0
{
	padding-left: 0px!important;
}

.pr0
{
	padding-right: 0px!important;
}

.pr7
{
	padding-right: 7px!important;
}

.pr10
{
	padding-right: 10px!important;
}


/* タイトル */
h1
{
	font-size: 250%;
	line-height: 160%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	margin: 180px auto 150px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.05em;
}

h2.top
{
	font-size: 350%;
	line-height: 100%;
	color: #75ad4b;
	margin: 0px;
	padding: 20px 0px 0px;
	text-align: center;
	letter-spacing: 0.05em;
}

h2.title
{
	font-size: 350%;
	line-height: 120%;
	color: #000000;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.05em;
	border-bottom: 2px solid #000000;
	display: inline-block;
}


/* ヘッダー */
div.header_frame
{
	width: 100%;
	height: 130px;
	margin: 0px auto;
	background-color: #0d60ac;
}

table.header
{
	width: 100%;
	height: 130px;
	margin: 0px auto;
}

table.header .left_space
{
	padding-left: 15px;
}

table.header .right_space01
{
	padding-right: 15px;
}

table.header .right_space02
{
	padding-left: 10px;
}

table.header td.button
{
	width: 100px;
}

table.header td.button div.img
{
	width: 100px;
	height: 100px;
}

table.header td.button div.img img
{
	width: 100px;
	height: 100px;
	display: block;
}

table.header td.button a
{
	width: 100px;
	height: 100px;
	display: block;
}

table.header td.title
{
	font-size: 400%;
	line-height: 100%;
	color: #ffffff;
	letter-spacing: 0.1em;
	text-align: center;
}


/* 背景 */
div.main_bg
{
	width: 100%;
	min-height: 100%;
	margin: 0px;
	background-image: url("../img/bg_main.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-attachment: fixed;
}

div.main_bg img
{
	width: 100%;
	display: block;
}


/* 共通 */
div.content_frame
{
	width: 100%;
	height: 100%;
	margin: 0px auto;
	position: relative;
	/*background-image: url("../img/bg_main.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-attachment: fixed;*/
}

div.article
{
	width: 960px;
	margin: 0px auto 0px;
}

div.bottom_space01
{
	height: 150px;
}

/* 準備中 */
div.pre_text
{
	font-size: 90%;
	line-height: 100%;
	color: #000000;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 100px 0px 100px;
}


/* エラーメッセージ */
div.error_message
{
	font-size: 90%;
	line-height: 180%;
	color: #ff0000;
}


/* アンケート */
div.top_space
{
	width: 100%;
	height: 70px;
}

div.link_button
{
	width: 300px;
	height: 50px;
	margin: 50px auto 0px;
	position: relative;
}

div.link_button a
{
	width: 300px;
	height: 50px;
	display: block;
	position: relative;
}

div.link_button input
{
	width: 100%;
	height: 50px;
	font-size: 100%!important;
	color: #ffffff;
	margin: 0px!important;
	padding: 0px!important;
	border: none!important;
	text-shadow: none!important;
	background-color: #4d4d4d!important;
	box-sizing: border-box;
	letter-spacing: 0.15em;
	cursor: pointer;
	border-radius: 0px!important;
}

div.link_button button
{
	width: 100%;
	height: 50px;
	font-size: 100%!important;
	color: #ffffff;
	margin: 0px!important;
	padding: 0px!important;
	border: none!important;
	text-shadow: none!important;
	background-color: #4d4d4d!important;
	box-sizing: border-box;
	letter-spacing: 0.15em;
	cursor: pointer;
	border-radius: 0px!important;
}

div.link_button div.arrow_frame
{
	width: 5px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	z-index: 11;
}

div.link_button div.arrow
{
	width: 5px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 12px;
	z-index: 11;
}

div.link_button div.arrow img
{
	width: 5px;
	height: 10px;
	display: block;
	margin: 0px auto 0px;
}

table.button_frame
{
	margin: 50px auto 0px;
}

table.button_frame td.button
{
	padding-right: 40px;
}

table.button_frame td:last-child.button
{
	padding-right: 0px;
}

table.button_frame div.link_button
{
	margin-top: 0px;
}

div.qa_title
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	display: inline-block;
	border-bottom: 1px solid #4d4d4d;
}

div.qa_text
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
}

div.qa_title + div.qa_text
{
	margin-top: 20px;
}

div.q_space
{
	width: 100%;
	height: 60px;
	margin: 0;
}

div.q_space_large
{
	width: 100%;
	height: 100px;
	margin: 0;
}

table.q_title
{
	margin: 0;
}

table.q_title + table.q_title
{
	margin-top: 30px;
}

table.q_title td.icon
{
	width: 1px;
	font-size: 100%;
	line-height: 160%;
	color: #000000;
	white-space: nowrap;
	vertical-align: top;
	padding-right: 1em;
}

table.q_title td.title
{
	font-size: 100%;
	line-height: 160%;
	color: #000000;
}

table.q_form
{
	margin: 30px 0px 0px;
}

table.q_form td.height
{
	height: 15px;
}

table.q_form td.title
{
	width: 1px;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	white-space: nowrap;
	padding-right: 20px;
}

table.q_form td.dot
{
	width: 1px;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	white-space: nowrap;
	padding: 0px 10px 0px;
}

table.q_form td.text
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
}

table.q_form td.form input
{
	width: 500px;
	height: 30px;
	font-size: 100%;
	line-height: 100%;
	color: #000000;
	padding: 0px 10px 0px;
	border: none;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
}

ul.select_frame
{
	width: 100%;
	font-size: 0;
	margin-top: 20px;
}

ul.select_frame li.block
{
	font-size: 16px;
	display: inline-block;
	margin-right: 20px;
	vertical-align: top;
}

ul.select_frame li:last-child.block
{
	margin-right: 0px;
}

ul.select_frame table.select
{
	margin: 0px;
}

ul.select_frame table.select td.icon
{
	
}

ul.select_frame table.select td.icon input
{
	display: block;
}

ul.select_frame table.select td.check_title
{
	width: 1px;
	font-size: 100%;
	line-height: 200%;
	color: #000000;
	white-space: nowrap;
	vertical-align: top;
	font-weight: 700;
}

ul.select_frame table.select td.icon + td.check_title
{
	padding-left: 5px;
}

ul.select_frame table.select td.dot
{
	width: 1px;
	font-size: 100%;
	line-height: 200%;
	color: #000000;
	white-space: nowrap;
	vertical-align: top;
}

ul.select_frame table.select td.text
{
	font-size: 100%;
	line-height: 200%;
	color: #000000;
	white-space: nowrap;
}

ul.select_frame table.select td.icon + td.text
{
	padding-left: 5px;
}

div.free_form
{
	width: 960px;
	margin: 30px auto 0px;
	/*box-sizing: border-box;
	border: 1px solid #cbcbcb;*/
}

div.free_form textarea
{
	width: 100%;
	height: 240px;
	font-size: 100%;
	line-height: 180%;
	color: #000000;
	padding: 5px 10px 5px;
	border: none;
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #cbcbcb;
}

div.free_form div.note
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
}

div.end_text
{
	font-size: 100%;
	line-height: 180%;
	color: #000000;
}

div.end_text + div.end_text
{
	margin-top: 15px;
}


/* メディアクエリ */
@media (max-width: 767px) {}