@charset "UTF-8";
body {
    margin: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    background-color: #ffffff;
}
img {
	border: none;
}
a{
	color: #3399FF; /*リンクの色*/
	text-decoration: none;
}
a:hover {
	color: #3399FF; /*リンクの色*/
	text-decoration: underline; /*下線あり*/
}
a img.img_alpha {
}
a:hover img.img_alpha , .button:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
.br-pc { display:block; }
.br-sp { display:none; }

/* #PC ========================================================================================================== */
.title_area {
	width: 100%;
	height: 785px;
    position: relative;
    float: left;
    background: linear-gradient(180deg,#b3e0e9 660px,#ffffff 660px);
}
.title {
	max-width: 1200px;
	min-width: 1000px;
	height: 785px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../imgs/mainimg2_pc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1200px auto;
}
.contents {
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-bottom: 80px;
}
.maru {
	width: 730px;
	height: auto;
    position: relative;
    float: left;
    margin-left: 85px;
    margin-bottom: 40px;
}
.obi {
	width: 880px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 22px;
	background-color: #1C5AA8;
	border-radius: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 22px;
}
.text_box {
	width: 900px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 45px;
	font-size: 16px;
	line-height: 26px;
	text-align: justify;
}
.text_box2 {
	width: 900px;
	height: auto;
	position: relative;
	float: left;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 26px;
	color: #203864;
	font-weight: bold;
}
.text_box3 {
	width: 900px;
	height: auto;
	position: relative;
	float: left;
	margin-top: 10px;
    margin-bottom: 25px;
	font-size: 14px;
	line-height: 16px;
	text-align: justify;
}
.footer {
	width: 100%;
	min-width: 1000px;
	height: auto;
	position: relative;
	float: left;
	background-color: #b3e0e9;
	padding-top: 22px;
	padding-bottom: 22px;
	color: #1c5aa8;
	font-size: 17px;
	line-height: 17px;
	text-align: center;
}
table.price {
    width: 900px;
    font-size: 16px;
    line-height: 22px;
    border-collapse: separate;
    border-spacing: 1px 1px;
    float: left;
}
table.price th, table.price td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
/* テーブル背景 */
table.price th {
    background-color: #29abe2;
    color: #FFFFFF;
}
table.price td {
    background-color: #d4eef2;
}
/* テーブル中幅 */
table.price th.r1,
table.price td.r1 {
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
table.price th.r2,
table.price td.r2 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
table.price th.r3,
table.price td.r3 {
    width: 12%;
}
table.price td.r2 {
    font-size: 18px;
    line-height: 22px;
}
.text_b {
	color: #29abe2;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.br-pc { display:none; }
.br-sp { display:block; }
.title_area {
	height: 700px;
    background: none;
}
.title {
	max-width: 100%;
	min-width: 100%;
	height: 700px;
	background-image: url(../imgs/mainimg2_sp.jpg);
	background-size: 750px auto;
}
.contents {
	width: 725px;
    padding-left: 25px;
}
.maru {
	width: 750px;
    margin-left: -25px;
    margin-top: 20px;
    margin-bottom: 60px;
}
.obi {
	width: 680px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-size: 26px;
	line-height: 26px;
}
.text_box {
	width: 700px;
	margin-bottom: 60px;
	font-size: 23px;
	line-height: 40px;
}
.text_box2 {
	width: 700px;
	font-size: 25px;
	line-height: 30px;
}
.text_box3 {
	width: 700px;
	margin-top: 15px;
    margin-bottom: 35px;
	font-size: 20px;
	line-height: 25px;
}
.footer {
	min-width: 100%;
	font-size: 23px;
	line-height: 23px;
}
table.price {
    width: 700px;
    font-size: 20px;
    line-height: 30px;
    border-spacing: 2px 2px;
}
table.price th, table.price td {
    padding-top: 12px;
    padding-bottom: 12px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
/* テーブル背景 */
table.price th {
    background-color: #29abe2;
    color: #FFFFFF;
}
table.price td {
    background-color: #d4eef2;
}
/* テーブル中幅 */
table.price th.r1,
table.price td.r1 {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
table.price th.r2,
table.price td.r2 {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
}
table.price th.r3,
table.price td.r3 {
    width: 20%;
}
table.price td.r2 {
    font-size: 24px;
    line-height: 24px;
}
.text_b {
	color: #29abe2;
}

}/* @media only screen and (max-width: 750px) */
