@charset "utf-8";

h2,
h3 {
	margin: 0;
	padding: 0;
}
h3{
	margin-top: 10px;
}
.inner {
	padding-top: 15px;
}
.img_mb {
	text-align: center;
	padding-bottom: 10px;
}
.img_mb img {
	margin-bottom: 10px;
}
.img_mb a img {
	margin: 10px 0 10px;
}
.img_mb a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}
.inner_sub {
	width: 970px;
	margin: 0 auto;
	text-align: left;
}
.inner_sub h3 {
	font-size: 24px;
}
.inner_sub p {
	font-size: 15px;
	margin: 5px 0 15px;
}

/* Conditions */
img.main_image {
}
.main_image_div{
	float: left;
	margin-top: 7px;
	margin-left: 16px;
	margin-bottom: 5px;
	width: 691px;
	height: 379px;
}
.mitsumori_start {
	margin-left: 15px;
	margin-top: 8px;
	padding: 5px 5px 5px 15px;
	width: 231px;
	float: left;
	background-color: #fb7d27;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	border: solid 3px #fb7d27;
}
.mitsumori_start > p{
	font-size: 18px;
	font-weight: bold;
	color: white;
	margin: 0;
}
.mitsumori_start_box{
	margin-left: 15px;
	padding: 0px 10px 10px 10px;
	width: 231px;
	height: 313px;
	float: left;
	border: solid 3px;
	border-color: #fb7d27;
	background-color: #fdfaf7;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.mitsumori_go{
	text-align: center;
}
.start_select > img{
	margin: 15px 0px 5px 0px;
}

p.main_txt {
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 35px;
}
a.back {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	font-weight: bold;
	margin: 0 15px 15px;
}
h3 img.bar {
	margin-left: -12px;
}
.step1_box {
	padding: 0 15px;
	margin: 20px 0;
}
.step1_box .step1_left {
	float: right;
	width: 300px;
}
.step1_box .step1_right {
	position: relative;
	float: left;
	width: 640px;
}
h4 {
	font-size: 17px;
}
.maximum {
	position: absolute;
	top: 5px;
	right: 0;
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}
.participation {
	position: absolute;
	top: -3px;
	right: 0;
	font-size: 15px;
	font-weight: bold;
}
.select_item {
	background: #d3e3ff;
	padding: 3px 10px;
	font-size: 14px;
	font-weight: bold;
	margin: 25px 0 7px;
}
.select_item_re {
	background: #FFD3D3;
	padding: 3px 10px;
	font-size: 14px;
	margin: 25px 0 7px;
	height: 25px;
}
.select_item_re_cp{
	float: left;
	font-weight: bold;
}
.select_item_caution{
	float: right;
	color: green;
}
label {
	display: block;
	font-size: 13px;
	line-height: 1;
	cursor: pointer;
}
input[type="checkbox"] {
	position:relative;
	top:1px;
	width:1em;
	height:1em;
	padding: 0;
}
input[type="radio"] {
padding: 0;
}
select {
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "MS PGothic", sans-serif;
	padding: 5px 5px 5px 10px;
	border-radius: 4px;
	border: 1px solid #AAA;
	font-size: 14px;
	width: 150px;
	margin-left: 10px;
}

table.select_table {
	position: relative;
	z-index: 10;
	border-spacing: 0;
	border: 2px solid #b7d2ff;
	border-right: 1px solid #b7d2ff;
	border-bottom: 1px solid #b7d2ff;
	width: 100%;
	border-radius: 6px 6px 0 0;
}
table.select_table th,
table.select_table td {
	border-bottom: 1px solid #b7d2ff;
	border-right: 1px solid #b7d2ff;
}
table.select_table th {
	background: #d3e3ff;
	text-align: center;
	font-size: 14px;
	padding: 3px 0;
}
table.select_table td {
	font-size: 12px;
	padding: 4px;
	height: 140px;
	/*text-align: center;*/
}
table.select_table td:nth-child(2n){
	width: 240px;
}
/*table.select_table tr td:first-child,
table.select_table tr td:last-child {
	text-align: left;
}*/
table.select_table input {
	margin: 0 5px;
	padding: 0;
}

.company_check {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	text-align: center;
	width: 135px;
	margin-top: 15px;
	vertical-align: middle;
}
.company_check img {
	width: 120px;
	margin-bottom: 8px;
}
.company_check p {
	margin-bottom: 4px;
	font-size: 11px;
}
.company_image {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.company_image img {
	width: 88px;
	border: 1px solid #CCC;
	vertical-align: middle;
}
.charge_box {
	border-bottom: 1px solid #B7D2FF;
	padding: 5px;
	height: 45px;
}
/*table.select_table tr.selected {
	background: #FFEDE8;
	opacity: 1;
}*/
table.select_table tr.disable {
	background: #E4E4E4;
	opacity: 0.4;
}
.charge_box:last-child {
	border: none;
}
table.select_table tr td:nth-child(3) {
	padding: 0;
	padding-left: 10px;
}
table.select_table tr td:nth-child(4) {
	padding: 0;
}
.charge-form {
	font-size: 12px;
	font-weight: bold;
}
.charge-price {
	font-size: 12px;
}
.support_pc,
.support_smartphone,
.support_mobile,
.support_multiple {
	background: #FF0;
	border-radius: 3px;
	margin-bottom: 5px;
	padding: 1px 3px;
	text-align: center;
	font-weight: bold;
}
.support_pc {
	background: #9BD590;
}
.support_smartphone {
	background: #90CFD5;
}
.support_mobile {
	background: #B190D5;
}
.support_multiple {
	background: #D5AC90;
}

.step2_box {
	padding: 0 15px;
	margin: 20px 0;
}
table.step2 {
	border-spacing: 0;
	border: 2px solid #b7d2ff;
	border-right: 1px solid #b7d2ff;
	border-bottom: 1px solid #b7d2ff;
	width: 100%;
	border-radius: 6px;
}
table.step2 p{
	color: red;
}
table.step2 th,
table.step2 td {
	border-bottom: 1px solid #b7d2ff;
	border-right: 1px solid #b7d2ff;
}
table.step2 th {
	background: #d3e3ff;
	text-align: left;
	font-size: 14px;
	padding: 8px 0 8px 40px;
	width: 230px;
}
table.step2 td {
	font-size: 12px;
	padding: 8px 5px;
}
table.step2 td input.url {
	background: #f3f7ff;
	width: 450px;
	padding: 6px;
	border: 1px solid #a0c4ff;
	border-radius: 4px;
	font-size: 14px;
}
table.step2 td input.company {
	background: #f3f7ff;
	width: 350px;
	padding: 6px;
	border: 1px solid #a0c4ff;
	border-radius: 4px;
	font-size: 14px;
	float: none;
	margin: 0.4em 10px;
}
table.step2 td input.name {
	background: #f3f7ff;
	width: 150px;
	padding: 6px;
	border: 1px solid #a0c4ff;
	border-radius: 4px;
	font-size: 14px;
}
table.step2 td input.address {
	background: #f3f7ff;
	width: 100px;
	padding: 6px;
	border: 1px solid #a0c4ff;
	border-radius: 4px;
	font-size: 14px;
}
table.step2 td input.number {
	background: #f3f7ff;
	width: 250px;
	padding: 6px;
	border: 1px solid #a0c4ff;
	border-radius: 4px;
	font-size: 14px;
}
table.step2 td input.mail {
	background: #f3f7ff;
	width: 280px;
	padding: 6px;
	border: 1px solid #a0c4ff;
	border-radius: 4px;
	font-size: 14px;
}
table.step2 td label {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 165px;
}
table.step2 td.corp label {
	width: 90px;
}
table.step2 td textarea {
	width: 500px;
	height: 100px;
	background: #f3f7ff;
	padding: 6px;
	border: 1px solid #a0c4ff;
	border-radius: 4px;
	font-size: 14px;
}
.submit_box {
	text-align: center;
}
input.submit {
	background: url('images/btn_entry.jpg') no-repeat;
	width: 411px;
	height: 84px;
	border: none;
	cursor: pointer;
	margin-bottom: 20px;
}
input.submit:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

/* Error */
.error ul {
	border: 1px solid #F00;
	background: #FFF0F0;
	margin: 0;
	margin-bottom: 20px;
	padding: 8px;
	border-radius: 3px;
}
.error ul li {
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	margin-left: 26px;
}

/* Finish */
.finish {
	background: #FFF0F0;
	border: 1px solid #F00;
	border-radius: 3px;
	color: #F00;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding: 8px;
	margin: 5px 10px 50px;
	text-align: center;
}

/*  */
.required {
	background: #ff0000;
	border-radius: 3px;
	padding: 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 14px;
	margin-left: 10px;
}
.any {
	background: #00baff;
	border-radius: 3px;
	padding: 2px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	line-height: 14px;
	margin-left: 10px;
}
table.step2 .required,
table.step2 .any {
	float: right;
	margin-right: 20px;
}
.notice li{
	list-style-type: decimal;
}
.notice ul{
	font-size: 14px;
	line-height: 25px;
	margin-left: 26px;
	margin: 0;
}
.notice{
	width: 655px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #F00;
	border-radius: 3px;
}

/* 条件表示・非表示 */
#any_conditions {
	display: none;
}
#conditions_open {
	background: url(images/open.gif) no-repeat;
	width: 178px;
	height: 39px;
	cursor: pointer;
	margin-bottom: 15px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition:0.2s;
}
.on {
	background: url(images/close.gif) no-repeat !important;
}

.about{
	font-size: 14px;
	padding: 5px;
	margin-bottom: 10px;
}

/* チェックの入ったテーブルに背景色を 取り急ぎ */
.companies {
	position: relative;
}
tr.companies input#companies0 + .selected0 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies1 + .selected1 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies2 + .selected2 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies3 + .selected3 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies4 + .selected4 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies5 + .selected5 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies6 + .selected6 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies7 + .selected7 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies8 + .selected8 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies9 + .selected9 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies10 + .selected10 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies11 + .selected11 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies12 + .selected12 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies13 + .selected13 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies14 + .selected14 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies15 + .selected15 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies16 + .selected16 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies17 + .selected17 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies18 + .selected18 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies19 + .selected19 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies20 + .selected20 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies21 + .selected21 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies22 + .selected22 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies23 + .selected23 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies24 + .selected24 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies25 + .selected25 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies26 + .selected26 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies27 + .selected27 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
tr.companies input#companies28 + .selected28 {
	position: absolute;top: -67px;left: -5px;width: 637px;height: 148px;background: #FFEDE8;opacity: 0;z-index: -1;
}
/**/
tr.companies input#companies0:checked + .selected0 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies1:checked + .selected1 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies2:checked + .selected2 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies3:checked + .selected3 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies4:checked + .selected4 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies5:checked + .selected5 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies6:checked + .selected6 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies7:checked + .selected7 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies8:checked + .selected8 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies9:checked + .selected9 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies10:checked + .selected10 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies11:checked + .selected11 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies12:checked + .selected12 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies13:checked + .selected13 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies14:checked + .selected14 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies15:checked + .selected15 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies16:checked + .selected16 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies17:checked + .selected17 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies18:checked + .selected18 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies19:checked + .selected19 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies20:checked + .selected20 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies21:checked + .selected21 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies22:checked + .selected22 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies23:checked + .selected23 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies24:checked + .selected24 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies25:checked + .selected25 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies26:checked + .selected26 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies27:checked + .selected27 {
	opacity: 1;z-index: -1;
}
tr.companies input#companies28:checked + .selected28 {
	opacity: 1;z-index: -1;
}
/*-------------------------------------------------------
	Responsive
-------------------------------------------------------*/
a.site_back {
	display: none;
}
@media screen and (max-width: 768px) {
	#wrapper{
		padding-top: 0;
	}
	/* Goodie */
	.sizing {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* Layout */
	#header     {display: none;}
	#bookmark   {display: none;}
	#toolbar    {display: none;}
	#global_link{display: none;}
	#wrapper    {width: 100%;}
	#container  {width: 100%;}
	#wrap       {width: 100%;}
	#main       {width: 100%;}
	#contents {
		clear: both;
		width: 100%;
	}

	/* Content */
	a.site_back {
		background: #22649F;
		padding: 10px;
		display: block;
		margin: 0 10px 20px;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
	.inner {
		width: 100%;
		padding: 10px;
	}
	.main_image_div {
		float: none;
		width: 100%;
		margin: 0;
		height: auto;
	}
	.main_image_div img {
		width: 100%;
	}
	.mitsumori_start {
		margin: 0;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.mitsumori_start_box {
		margin: 0;
		width: 100%;
		height: auto;
	}
	.start_select {
		text-align: center;
	}
	.start_select > img {
		margin-top: 25px;
	}
	select {
		padding: 3px 5px;
	}
	.mitsumori_go .arrow {
		width: 40px;
	}
	p.main_txt {
		font-size: 13px;
		margin-left: 0;
		line-height: 22px;
	}

	h3#start img,
	h3#step2 img {
		width: 300px;
	}
	.step1_box {
		padding: 0 5px;
	}
	.step1_box .step1_left {
		width: 100%;
		margin-bottom: 20px;
	}

	.step1_box .step1_right {
		width: 100%;
	}
	.step1_right h4 {
		line-height: 24px;
	}
	.company_image {
		display: none;
	}
	.company_check {
		width: 120px;
	}
	.participation {
		left: 0;
		top: 45px;
	}
	table.select_table {
		margin-top: 30px;
	}
	table.select_table tr td:first-child {
		width: 20px;
	}
	table.select_table tr td:nth-child(2) {
		width: 120px;
	}
	table.select_table td {
		height: 210px;
	}
	tr.companies input#companies0 + .selected0,
	tr.companies input#companies1 + .selected1,
	tr.companies input#companies2 + .selected2,
	tr.companies input#companies3 + .selected3,
	tr.companies input#companies4 + .selected4,
	tr.companies input#companies5 + .selected5,
	tr.companies input#companies6 + .selected6,
	tr.companies input#companies7 + .selected7,
	tr.companies input#companies8 + .selected8,
	tr.companies input#companies9 + .selected9,
	tr.companies input#companies10 + .selected10,
	tr.companies input#companies11 + .selected11,
	tr.companies input#companies12 + .selected12,
	tr.companies input#companies13 + .selected13,
	tr.companies input#companies14 + .selected14,
	tr.companies input#companies15 + .selected15,
	tr.companies input#companies16 + .selected16,
	tr.companies input#companies17 + .selected17,
	tr.companies input#companies18 + .selected18,
	tr.companies input#companies19 + .selected19,
	tr.companies input#companies20 + .selected20,
	tr.companies input#companies21 + .selected21,
	tr.companies input#companies22 + .selected22,
	tr.companies input#companies23 + .selected23,
	tr.companies input#companies24 + .selected24,
	tr.companies input#companies25 + .selected25,
	tr.companies input#companies26 + .selected26,
	tr.companies input#companies27 + .selected27,
	tr.companies input#companies28 + .selected28 {
		width: 29px;
		top: 50%;
		left: -3px;
		height: 30px;
		margin-top: -14px;
		background: #E9613B;
		border-radius: 5px;
	}

	.step2_box {
		padding: 0 5px;
	}
	table.step2 th,
	table.step2 td {
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.step2 th {
		width: 100%;
		padding: 5px;
		line-height: 20px;
	}
	table.step2 td {
		width: 100%;
		padding: 5px;
	}
	table.step2 td textarea {
		width: 87%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.step2 td input.url {
		width: 87%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.step2 td input.mail {
		width: 87%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	table.step2 td input.number {
		width: 87%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}
	table.step2 td input.company {
		width: 87%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.step2 .required, table.step2 .any {
		float: left;
		margin-right: 10px;
		}

	.notice {
		width: 100%;
		padding: 5px;
		font-size: 12px;
		line-height: 22px;
	}
	.notice ul {
		font-size: 12px;
		padding-left: 30px;
		line-height: 22px;
	}

	.submit_box img {
		width: 100%;
		max-width: 377px;
	}
	input.submit {
		width: 100%;
		background-size: 100%;
		margin: 0;
		margin-top: 10px;
		max-width: 411px;
	}
	#footer {
		width: 100% !important;
		padding: 0 8px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.footer_sm, .footer_sm_rightend {
		width: 100% !important;
		float: none;
	}
	h2.footer_sm_header {background: #22649F;}
	#copyright {
		width: 100% !important;
		background: #22649F !important;
	}
	#copyright span {
		bottom: -25px;
		color: #22649F;
	}
	.pagetop_box {
		display: none !important;
	}
	#sp-menu{
		display: block;
		position: relative;
		width: 100%;
		height: 60px;
		background: #22649F url(images/menu.png)no-repeat;
		background-position: right 9px center;
		background-size: 30px 30px;
		margin-bottom: 30px;
	}
	#right-menu{
		text-align: right;
		padding: 10px;
		position: absolute;
		top: 0;
		right: 0;
		width: 45px;
		height: 60px;
		display: block;
		box-sizing: border-box;
	}
	/*sp-menu*/
	.sidr{
		background: #22649F;
		box-shadow: none;
	}
	.sidr ul{
		border-top: 1px solid #2771B5;
		border-bottom: 1px solid #0B518F;
	}
	.sidr ul li{
		border-top: 1px solid #2771B5;
		border-bottom: 1px solid #0B518F;
	}
	.sidr ul li:hover>a,.sidr ul li ul li a:hover{
		box-shadow: none;
		background: #3F88C9;
	}
	.sidr ul li ul{
		border-top: 1px solid #0B518F;
	}
	.right-sidr-open{
		width: auto !important;
	}
}