/* #共通 ========================================================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
}
html {
	height:100%;
}
body{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #333;
    margin: 0px;
    height: 100%;
	font-size: 16px;
	line-height: 25px;
	-webkit-text-size-adjust: 100%;
}
img {
	border: none;
	vertical-align:bottom;
}
a img.img_alpha {
}
a:hover img.img_alpha {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a  {
	color: #000;
	text-decoration: none;
}
a:hover {
    color: #000; /*下線あり*/
    text-decoration: underline;
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
a[href^="tel:"] { cursor: default; }
.text_red {
    color: #C1272D;
}
.text_gr {
    color: #96a5b9;
}

/* パソコンで見たときは"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; }
}

/* #PC ========================================================================================================== */
#header {
    height: 90px;
    width: 100%;
    min-width: 1000px;
    position: fixed;
    z-index: 50;
    margin-top: 0px;
    background-color: #FFFFFF;
	box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
#header2 {
    display: none;
}
#logo2 {
    display: none;
}
#pagetop {
    width: 100%;
    min-width: 1000px;
    height: 55px;
    text-align: center;
    float: left;
    background-image: url(../imgs/btn_pagetop.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 110px 55px;
    margin-top: 150px;
}
#pagetop:hover{
	cursor:pointer;
	background-color: rgba(255,255,255,0.3);
}
#footer {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #5f6e82;
    padding-top: 35px;
    padding-bottom: 70px;
    float: left;
    border-top: 5px solid #96a5b9;
}
#footer_in {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.f_logo {
    height: auto;
    width: 230px;
    position: relative;
    float: left;
    margin-left: 20px;
	margin-right: 65px;
}
.f_menu {
    height: auto;
    width: 165px;
    position: relative;
    float: left;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 15px;
    float: left;
    margin-top: 10px;
}
.f_menu ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.f_menu li {
    margin-bottom: 5px;
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.f_menu li.hn1 {
    color: #96a5b9;
    font-weight: bold;
}
.f_menu li.hn1 a  {
	color: #96a5b9;
	text-decoration: none;
}
.f_menu li.hn1 a:hover {
    color: #96a5b9; /*下線あり*/
    text-decoration: underline;
}
.f_menu li.hn2 {
    background-image: url(../imgs/f_arrow.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 5px 8px;
    width: 133px;
    padding-left: 7px;
}
.f_menu li.hn2 a  {
	color: #fff;
	text-decoration: none;
}
.f_menu li.hn2 a:hover {
    color: #fff; /*下線あり*/
    text-decoration: underline;
}
.f_menu2 {
    width: 110px;
}
#f_banner {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #ffffff;
    padding-top: 13px;
    padding-bottom: 13px;
    float: left;
    text-align: center;
}
#f_banner img {
    width: 240px;
}
#cc {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #96a5b9;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
	float: left;
}
#title_back {
    height: 270px;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    border-top: 6px solid #96a5b9;
    border-bottom: 6px solid #96a5b9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 90px;
}
#title_sankaku {
    height: auto;
    width: 110px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
#title {
    height: auto;
    width: 490px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.contents {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
#h_ba {
	height: auto;
	width: 200px;
	position: absolute;
    top: 0;
    right: 190px;
    z-index: 1000;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {

body{
	font-size: 30px;
	line-height: 45px;
}
#header {
    display: none;
}
#header2 {
    display: block;
    height: 90px;
    width: 100%;
    z-index: 150;
    background-color: #FFFFFF;
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
}
#logo2 {
    display: block;
    height: 90px;
    width: 300px;
    z-index: 2000;
    background-image: url(../imgs/logo.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}
#pagetop {
    min-width: 100%;
    height: 90px;
    background-size: 180px 90px;
}
#footer {
    min-width: 100%;
    padding-top: 25px;
    padding-bottom: 35px;
    border-top: 10px solid #96a5b9;
}
#footer_in {
    width: 100%;
}
.f_logo {
    width: 50%;
    margin-left: 25%;
	margin-right: 25%;
}
.f_menu {
    display: none;
}
#f_banner {
    min-width: 100%;
}
#f_banner img {
    width: 600px;
}
#cc {
    min-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 17px;
    line-height: 17px;
}
#title_back {
    min-width: 100%;
    margin-top: 12px;
}
#title_sankaku {
    width: 150px;
}
#title {
    width: 100%;
    margin-top: 30px;
}
.contents {
    width: 100%;
}
#h_ba {
	width: 250px;
    right: 80px;
}
}/* @media only screen and (max-width: 750px) */
