/* #PC ========================================================================================================== */
table.gaiyo {
    width: 930px;
    font-size: 18px;
    line-height: 35px;
    border-collapse: separate;
    border-spacing: 1px 1px;
    float: left;
    background-color: #bfd1e7;
    margin: 100px 0 100px 35px;
}
table.gaiyo td {
    height: auto;
    padding: 25px 0;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    background-color: #ffffff;
}
table.gaiyo td.td1 {
    text-align: left;
    padding-left: 25px;
	background-color: #f6f9fc;
}
table.gaiyo td.td2 {
    text-align: left;
    padding-left: 25px;
	background-color: #ffffff;
}
table.gaiyo td.g {
	background-color: #e3ebf5;
    color: #2965af;
}
.honbun {
	width: 90%;
	max-width: 1000px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 70px 5%;
	text-align: center;
}
iframe{
	width: 100%;
	height: 640px;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
table.gaiyo {
    width: 680px;
    font-size: 26px;
    line-height: 35px;
    margin: 100px 0 100px 35px;
}
table.gaiyo td {
    height: auto;
    padding: 25px 0;
    vertical-align: top;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    background-color: #ffffff;
}
table.gaiyo td.td1 {
    padding-left: 35px;
}
table.gaiyo td.td2 {
    padding-left: 35px;
}
table.gaiyo td.g {
	padding-left: 20px;
    padding-right: 20px;
}
.honbun {
	width: 90%;
	max-width: 1000px;
	height: auto;
	position: relative;
	float: left;
	margin: 0 0 70px 5%;
	text-align: center;
}
iframe{
	width: 100%;
	height: 800px;
}
}/* @media only screen and (max-width: 750px) */