/* style.css */

* {
	margin: 0;
	padding: 0;
}

.h1-area {
	width: 100%;
	background: #004276;
	margin-bottom:20px;
}

.h1-area h1 {
	display: table;
	margin: 0 auto !important;
	height: 120px;
	line-height: 1.2;
	position: relative;
	font-weight: normal;
    padding-left:30px;
}


.h1-area h1 span.h1icon,
.h1-area h1 span {
	display: table-cell;
	padding: 0;
	font-size: 28px;
	color: #fff;
	vertical-align: middle;
}

.sp_br {
    display: none;
}
@media screen and (max-width: 768px) {
    .sp_br {
        display: block;
    }
}

img {
	border: none;
    max-width: 100%;
}
.bank_pic {
	max-width: 100%;
}

body {
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
}

.clear {
	clear: both;
}

.text_disabled {
	border: 1px solid #ccc;
	padding: 1px;
	background: #efefef;
}

.text_checkbox {
	background: #efefef;
}

.select_disabled {
	border: 1px solid #ccc;
	background: #efefef;
}

#main {
	max-width: 800px;
	margin: 0 auto;
}

#header_wrap {
	width: 100%;
	border-top: 3px solid #039;
	margin-top: 3px;
	margin-bottom: 40px;
}

.img-wrapper{
	display: block;
	margin-bottom: 20px;
}

.img-option{
	width: 100%;
	white-space: pre;
}

@media screen and (min-width: 768px) {
/* for PC */
	#header {
		width: 750px;
		margin: 0 auto;
		padding-top: 10px;
	}

	#header_logo {
		float: left;
	}

	#header_code {
		float: right;
		padding-top: 10px;
		font-size: 14px;
	}

	#content {
		width: 700px;
		margin: 0 auto;
	}

	h1#corporate_h1 {
		color: #204068;
		text-align: left;
		font-size: 20px;
		margin-bottom: 20px;
	}
    
    h1#corporate_h1_left {
		color: #204068;
		text-align: left;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.form_explain {
		width: 600px;
		margin: 0 auto 30px;
		font-size: 14px;
	}

	h2.corporate_h2 {
		color: #204068;
		height: 25px;
		font-size: 20px;
		border-left: 5px solid #204068;
		border-bottom: 2px solid #204068;
		padding-left: 10px;
		width: 690px;
		margin: 0 auto;
	}

	table.form_table {
		width: 700px;
		margin: 10px auto 40px;
		border-collapse: collapse;
		font-size: 13px;
	}

	table.form_table td.left {
		width: 200px;
		border: 1px solid #ccc;
		padding: 10px;
		background: #efefef;
	}

	table.form_table td.right {
		border: 1px solid #ccc;
		padding: 7px;
	}

	table.form_table tr.head {
		background-color: #efefef;
	}

	table.form_table tr.head td {
		border: 1px solid #ccc;
		text-align: center;
		font-weight: bold;
		padding: 10px;
	}

	table.form_table td.right-left {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 7px;
	}

	table.form_table td.right-middle {
		border-top: 1px solid #ccc;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 7px;
	}

	table.form_table td.right-right {
		border-top: 1px solid #ccc;
		border-left: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 7px;
	}

	#btn_confirm_back {
		text-align: right;
		margin: 20px 0;
		width: 330px;
		float: left;
	}

	#btn_confirm_submit {
		text-align: left;
		margin: 20px 0;
		width: 330px;
		float: right;
	}

}
 
@media screen and (max-width: 767px) {
/* for Mobile */
	#header {
		width: 100%;
		height: 75px;
		/* background: #2b56a5; */
	}

	#header_logo {
		float: left;
		margin: 20px 0 0 5px;
		max-width: 100%;
	}

	#header_code {
		float: right;
		padding-top: 10px;
		font-size: 14px;
	}

	#content {
		width: 95%;
		margin: 0 auto;
	}

	h1#corporate_h1 {
		color: #204068;
		text-align: center;
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 17px;
	}

    h1#corporate_h1_left {
		color: #204068;
		text-align: left;
		margin-top: 30px;
		margin-bottom: 20px;
		font-size: 17px;
	}

	.form_explain {
		width: 95%;
		margin: 0 auto 30px;
		font-size: 14px;
	}

	h2.corporate_h2 {
		color: #204068;
		height: 25px;
		font-size: 14px;
		border-left: 5px solid #204068;
		border-bottom: 2px solid #204068;
		padding-left: 10px;
		padding-bottom: 3px;
		width: 95%;
	}

	table.form_table {
		width: 100%;
		margin: 10px auto 40px;
		border-collapse: collapse;
		font-size: 15px;
	}

	table.form_table td {
		padding: 10px;
	}

	table.form_table td.left {
		border: 1px solid #ccc;
		background: #efefef;
		font-weight: bold;
	}

	table.form_table td.right {
		border: 1px solid #ccc;
		padding: 15px 5px 15px 10px;
	}

	table.form_table td.right .form_center {
		display: inline-block;
		margin: 0 auto;
		text-align: left;
	}

	table.form_table td.right-left {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 7px;
	}

	table.form_table td.right-middle {
		border-top: 1px solid #ccc;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #ccc;
		padding: 7px;
	}

	table.form_table td.right-right {
		border-top: 1px solid #ccc;
		border-left: none;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		padding: 7px;
	}

	#btn_confirm_back {
		text-align: center;
		margin: 20px 0;
		width: 100%;
	}

	#btn_confirm_submit {
		text-align: center;
		margin: 20px 0;
		width: 100%;
	}

}

.form_explain ul{
	list-style: disc;
	margin-left: 20px;
}

.form_explain ul li {
	margin-bottom: 10px;
	line-height: 21px;
}

.complete_explain {
	max-width: 600px;
	margin: 0 auto 30px;
	font-size: 14px;
}

.complete_explain ul{
	list-style: none;
	text-align: center;
	margin: 150px auto;
}

.complete_explain ul li {
	margin-bottom: 10px;
	line-height: 21px;
}

.require_area {
	color: #FFFFFF;
	background-color: #f53f3f;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 10px;
	border-radius: 4px;
}

.contract_from {
	color: #FFFFFF;
	background-color: #5776d7;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 10px;
	border-radius: 4px;
}

.contract_to {
	color: #FFFFFF;
	background-color: #1e8118;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 10px;
	border-radius: 4px;
}

.annotation_h2 {
	font-size: 14px;
	margin-left: 15px;
}

.annotation1{
	text-align: right;
	font-size: 12px;
}

.up_cursor {
	font-size: 16px;
	font-weight: bold;
	color: red;
}

.down_cursor {
	font-size: 16px;
	font-weight: bold;
	color: blue;
}

.expenses {
	text-align: right;
	width: 100px;
}

#btn_submit {
	text-align: center;
	margin: 20px 0;
}

#btn_submit input {
	font-size: 16px;
}

#btn_confirm_back input {
	font-size: 16px;
}

#btn_confirm_submit input {
	font-size: 16px;
}

#footer {
	font-size: 16px;
	text-align: center;
	color: #fff;
	background: #2b56a5;
	padding: 5px 0;
}

#footer_wrap {
	width: 100%;
	height: 50px;
	border-top: 3px solid #039;
	border-bottom: 3px solid #039;
	margin-top: 30px;
	/*margin-bottom: 20px;*/
}

#footer_copy {
	width: 100%;
	margin: 0 auto;
	text-align: right;
}

table.info_table {
	margin: 5px;
	border-collapse: collapse;
}

.info_table td {
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 12px;
	color: #666;
}

.text_right {
	text-align: right;
}

.text_c_red {
	color: red;
}

.text_c_blue {
	color: blue;
}

.scroll-area {
	border: 1px solid #ccc;
	height: 330px;
	margin-bottom: 30px;
	overflow-y: scroll;
	padding: 10px;
	width: calc(100% - 10px);
	font-size: 14px;
}
.scroll-area .blank-row {
	height: 20px;
}
.scroll-area .head1 {
	font-weight: bold;
	height: 25px;
	vertical-align: top;
}
.scroll-area .left1 {
	text-align: right;
	vertical-align: top;
}
.scroll-area .left2 {
	text-align: right;
	vertical-align: top;
}
.scroll-area-inner-table {
	border: 1px solid #ccc;
	border-collapse: collapse;
	border-color: #ccc;
	margin-bottom: 30px;
	padding: 10px;
}
.scroll-area-inner-table th {
	background-color: #eee;
}
.scroll-area-inner-table th,
.scroll-area-inner-table td{
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px;
}
.scroll-area-inner-table .num{
	border: none;
	vertical-align: top;
	text-align: right;
	padding: 2px 0;
}
.scroll-area-inner-table .num-content{
	border: none;
	vertical-align: top;
	padding: 2px 0;
}
.error_text {
	font-size: 11px;
	color: #f53f3f;
}
.gift_label {
    margin-left: 5px;
    margin-bottom: 3px;
    text-align: right;
    width: 65px;
    display: inline-block;
}

