@charset "UTF-8";
/* CSS Document */

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

	/**********************************
				header
	**********************************/
	.sub_header_inner {
		padding: 100px 0 0px;
	}
	.sub_header_main_ttl {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.sub_header_sub_ttl {	
		font-size: 0.9rem;
	}
	.about_text {
		font-size: 0.9rem;
	}
	.about_text .btn {
		margin-top: 45px;
	}
	.about_image img {
		margin-bottom: 10%;
	}
	.contact_inner h2 {
		font-size: 1rem;
	}
	

	table.price {
		margin: 80px auto 0;
	}
	table.price caption {
		font-size: 1.5rem;
		font-weight: 300;
		margin-bottom: 15%;
		text-align: center;
	}
	table.price th,
	table.price td {
		border-bottom: 1px solid #DDDDDD;
		text-align: left;
		padding: 24px 12px;
		font-weight: normal;
	}
	table.price th {
		width: 100px;
	}

	.flow {
		margin: 80px auto 0;
	}
	.flow_ttl {
		margin-bottom: 15%;
	}
	.flow_list_th {
		width: 65px;
		text-align: center;
	}
	.flow .btn {
		margin-top: 15%;
	}
	/***************************
			form-flow-list
	****************************/
	.form-flow-list {
		margin-bottom: 45px;
	}

	.form-flow-list li {
		font-size: 0.8rem;
	}
	/**********************************
				formTable
	**********************************/
	table.formTable th {
		display: block;
		width: 100%;
		padding: 30px 0 0;
	}
	table.formTable td {
		display: block;
		width: 100%;
		padding: 20px 0;
	}
	table.formTable td textarea {
		height: 160px;
	}

	ul.choice li {
		display: block;
		margin-bottom: 10px;
	}
	ul.choice li:last-child {
		margin-bottom: 0;
	}
	ul.choice li label {
		padding: 2px 0px 2px 30px;
	}
	.btn_submit {
		margin-top: 30px;
		padding: 10px;
		font-weight: 300;
		font-size: 0.9rem;
	}
	.send_text {
		margin-top: 20px;
		font-size: 0.9rem;
	}
	

	.thanks_ttl {
		font-size: 1rem;
		margin-bottom: 45px;
	}
	.thanks_text {
		font-size: 0.9rem;
	}
	.thanks_inner .btn {
		margin-top: 60px;
	}
	
	
	/**********************************
				play
	**********************************/

	.theme {
		margin-bottom: 30px;
		padding: 15px;
	}
	.theme_ttl {
		font-size: 1.25rem;
	}
	.theme_sub {
		font-size: 1rem;
		margin-top: 5px;
	}
	.rule_text {
		margin-bottom: 20px;
	}

	.control #stop {
		max-width: 100%;
		font-size: 1rem;
		margin-top: 20px;
	}
	.control #start a {
		max-width: 100%;
		font-size: 1rem;
		margin-top: 20px;
	}
	
	/**********************************
				result
	**********************************/

	.result {
		margin-bottom: 50px;
		padding: 0px;
	}
	.result_image img {
		max-width: 120px;
	}
	.result_ttl {
		margin-bottom: 30px;
	}
	
	/**********************************
			1000人感謝企画
	**********************************/

	table.present1000 {
		display: table;
		width: 80%;
		max-width: 520px;
		margin: 30px auto 0;
		text-align: left;
		border: 1px solid #DDDDDD;
		border-collapse: collapse;
	}
	table.present1000 th,
	table.present1000 td {
		border: 1px solid #DDDDDD;
		padding: 12px;
	}
	table.present1000 th {
		width: 100px;
	}
	
}
