#main {
    max-width: 1300px;
    margin: auto;
}

.title3, .section6,.section7{
	margin:0 9%;
}
img {
    width: 100%;
}

.b_line {
    background-color: #000;
    width: 100%;
    height: 15px;
    text-align: center;
    margin-bottom: 40px;
}

.arrow {
    width: 0;
    height: 0;
    margin: auto;
    margin-top: -40px;
    border: 20px solid transparent;
    border-top: 20px solid #000;
}

.to_form {
    text-align: center;
}

img.to_form_button {
    width: 80%;
    margin-top: -15%;
    cursor: pointer;
}

.tokuten {
	text-align: center;
}
.tokuten img{
    max-width: 400px;
}

h2.title3_h2 {
    text-align: center;
    font-size: 42px;
    color: #1d2087;
    font-weight: bold;
}

.title3_h2 span {
    font-size: 56px;
}

.blue_title {
    width: 50px;
}.blue_title img {
    width: 50px;
}

.container {
    width: 100%;
}

.container-fluid {
	padding:0;
}

.section6 {
	margin-bottom:20px;
}
.section7 {
    margin-bottom: 90px;
    position: relative;
}

.section7 span.big {
    font-size: 48px;
}
.section7 span.middle {
    font-size: 32px;
}

.section7 span.red {
    color: #e50044;
    font-size: 24px;
}

.section7 img {
	width: auto;
}

.section7 td.blue_title {
    padding: 0px;
    background-color: #1d2087;
}

.section7 table {
    border: 1px solid #1d2087;
}

.section7 .table tbody td{
    border: 1px solid #1d2087;
    font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
}


.section7 .table tbody td.blue_head{
    font-size: 20px;
}

.section7 td.blue_head {
    width: 8%;
    background-color: #dedaed;
    text-align: center;
    font-size: 16px;
    color: #1d2087;
    font-weight: bold;
    vertical-align: middle;
    padding: 16px 6px;
}

#map {
    position: absolute;
    right: 5%;
    top: 5%;
    width:350px;
    height: 250px;
}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#form_container {
    background-color: #dcdddd;
}

.arrow.white {
    border: 30px solid transparent;
    border-top: 30px solid #fff;
}

#form {
    margin: 0 10%;
    padding-bottom: 40px;
}

#form h2 {
    text-align: center;
    background-color: #1d2087;
    color: #fff;
    padding: 20px 0;
}
#form {
	text-align: center;
}

#form p {
    text-align: center;
    color: #1d2087;
    font-weight: bold;
    font-size: 14px;
    margin: 20px;
}
#form td {
    border: 1px solid #1d2087;
    vertical-align: middle;
    padding: 0;
    background-color: #ffffff;
}

#form td.td_head {
    width: 25%;
    background-color: #dedaed;
    text-align: center;
    font-size: 20px;
    color: #1d2087;
    font-weight: bold;
    vertical-align: middle;
    padding: 16px 6px;
}

#form td input,#form td textarea {
    width: 100%;
    height: 100%;
    font-size: 24px;
    border: 0;
    padding-left: 4px;
}

#form input[type="image"] {
    margin-top: 24px;
}

#fotter {
    background-color: #1d2087;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 16px;
}

@media (max-width:1120px) {

	#map {
		position: relative;
		left: 5%;
		top: 5%;
		width: 90%;
		height: 300px;
	}
}
@media (max-width:600px) {

	img.logo {
		width: 100%;
	}
}
