/* #共通 ========================================================================================================== */
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: #333333;
    margin: 0px;
    height: 100%;
	font-size: 14px;
	line-height: 25px;
	-webkit-text-size-adjust: 100%;
    -webkit-print-color-adjust: exact;
}
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: #2D5DBA;
	text-decoration: none;
}
a:hover {
    color: #2D5DBA; /*下線あり*/
    text-decoration: underline;
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}
a[href^="tel:"] { cursor: default; }

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

/* 画像拡大 */
.imgWrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.imgWrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
	transform: scale(1.3);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/* #PC ========================================================================================================== */
#header {
    height: 111px;
    width: 100%;
    min-width: 1000px;
    position: fixed;
    z-index: 50;
    top: 0px;
    background: linear-gradient(180deg,#FFFFFF 65px,#dee3ee 65px,#dee3ee 66px,#FFFFFF 66px,#FFFFFF 106px,#dee3ee 106px);
    border-top: 7px solid #2D5DBA;
}
.header_inner {
    height: 66px;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.header_inner ul {
    margin: 0px;
	padding: 0px;
	list-style-type: none;
	position : relative;
}
.header_inner li {
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    display: block;
    position : relative;
    float: left;
}
.header_inner li.hn1 {
    width: 320px;
    margin-left: 20px;
    margin-top: 13px;
}
.header_inner li.hn2 {
    width: 395px;
    margin-left: 20px;
    margin-top: 20px;
    color: #2D5DBA;
    font-size: 10px;
    line-height: 12px;
    font-weight: bold;
}
.header_inner li.hn3 {
    width: 225px;
    margin-top: 18px;
}
#header2 {
    display: none;
}
#logo2 {
    display: none;
}
#footer1 {
    height: 340px;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    background-image: url(../imgs/back_footer_pc.jpg);
    background-size: cover;
    background-position: center center;
}
.f_contact {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.f_contact ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.f_contact li {
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.f_contact li.hn1 {
    width: 630px;
    position: absolute;
    right: 0px;
    top: -30px;
}
.f_contact li.hn2 {
    width: 622px;
    margin-top: 38px;
    margin-left: 23px;
    clear: left;
}
.f_contact li.hn3 {
    width: 622px;
    margin-top: 20px;
    margin-left: 23px;
    margin-right: 300px;
    margin-bottom: 25px;
    color: #FFFFFF;
    text-align: center;
    font-size: 23px;
    line-height: 23px;
    font-weight: bold;
}
.f_contact li.hn4, .f_contact li.hn5 {
    width: 198px;
    margin-left: 23px;
    margin-right: -10px;
}
.f_contact li.hn6 {
    display: none;
}
#footer2 {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #dee3ee;
    padding-top: 60px;
    padding-bottom: 65px;
    float: left;
}
#f_menu_area {
    height: auto;
    width: 975px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
}
.f_menu {
    width: 210px;
    height: auto;
    position: relative;
    float: left;
    font-size: 14px;
    line-height: 20px;
}
.f_menu ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.f_menu li {
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.f_menu li.hn1 {
}
.button_f {
    width: 170px;
    height: 25px;
    color: #ffffff;
	background: #0185CC;
    font-weight: bold;
	display: block;
	text-decoration: none;
	padding: 8px 0 0 40px;
	float: left;
    background-color: #2D5DBA;
    background-image: url(../imgs/f_arrow.svg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 33px 33px;
    margin-bottom: 13px;
}
a.button_f:hover {
	background-color: #0DA3F4;
	color: #ffffff;
	text-decoration: none;
}
.f_menu li.hn2 {
    font-size: 13px;
}
.f_menu li.hn2 a  {
	color: #333333;
	text-decoration: none;
}
.f_menu li.hn2 a:hover {
    color: #2D5DBA; /*下線あり*/
}
.f_menu_arrow {
    font-size: 8px;
}
.f_menu_line {
    width: 1px;
    height: 153px;
    position: relative;
    float: left;
    background-color: #B9B9B9;
    margin-left: 18px;
    margin-right: 18px;
}
.f_menu_2 {
    width: 950px;
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    background: linear-gradient(180deg,#dee3ee 13px,#B9B9B9 13px,#dee3ee 15px);
}
.f_menu_2_text {
    background-color: #dee3ee;
    font-size: 14px;
    font-weight: bold;
    color: #2d5dba;
}
.button_f2 {
    width: 148px;
    height: auto;
    color: #2D5DBA;
    display: block;
    text-decoration: none;
    padding: 8px 0 8px 0;
    float: left;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    border: 1px solid #2D5DBA;
    margin-right: 10px;
}
a.button_f2:hover {
	background-color: #0DA3F4;
	color: #ffffff;
	text-decoration: none;
}
#footer3 {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
	background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.f_address {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.f_address ul {
	padding: 0px;
	list-style-type: none;
	position : relative;
	margin: 0px;
}
.f_address li {
    padding: 0px;
    text-decoration: none;
    display: block;
    height: auto;
    width: 100%;
    position : relative;
    float: left;
}
.f_address li.hn1 {
    width: 280px;
    margin-left: 25px;
    margin-right: 25px;
}
.f_address li.hn2, .f_address li.hn3 {
    width: 550px;
    font-size: 12px;
    line-height: 15px;
    margin-top: 3px;
}
#cc {
    height: auto;
    width: 100%;
    min-width: 1000px;
    position: relative;
    background-color: #2d5dba;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
	float: left;
}
#page-top {
	position: fixed;
	bottom: 0px;
	right: 0px;
    z-index: 1000;
}
#page-top a {
    background: #000;
	background-color: rgba(0,0,0,1);
    text-decoration: none;
    color: #fff;
    width: 50px;
    height: auto;
    display: block;
}
#page-top a:hover {
    background: #999;
}
.title_back {
    height: 200px;
    width: 100%;
    min-width: 1000px;
    position: relative;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 118px;
    background-size: 1000px auto;
}
.title {
    height: auto;
    width: 750px;
    position: relative;
    padding-right: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 37px;
}
.contents_inner {
    height: auto;
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.end {
	height: 0px;
	width: 100%;
	clear: left;
}

/* #スマートフォン ========================================================================================================== */
@media only screen and (max-width: 750px) {
.br-pc { display:none; }
.br-sp { display:block; }
body{
	font-size: 26px;
	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;
    border-bottom: 7px solid #dee3ee;
}
#logo2 {
    display: block;
    height: 90px;
    width: 500px;
    z-index: 2000;
    background-image: url(../imgs/logo.svg);
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: 20px 15px;
    background-size: 450px auto;
    position: absolute;
}
#footer1 {
    height: auto;
    min-width: 100%;
    background-image: url(../imgs/back_footer_sp.jpg);
    background-size: 100% auto;
    background-position: center top;
}
.f_contact {
    width: 750px;
}
.f_contact li.hn1 {
    width: 670px;
    top: 30px;
}
.f_contact li.hn2 {
    width: 495px;
    margin-top: 40px;
}
.f_contact li.hn3 {
    width: 96%;
    height: 240px;
    margin-top: 20px;
    margin-left: 4%;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 38px;
    line-height: 50px;
    text-align: left;
}
.f_contact li.hn5 {
    width: 50%;
    margin-left: 0px;
    margin-right: 0px;
}
.f_contact li.hn4 {
    display: none;
}
.f_contact li.hn6 {
    display: block;
}
#footer2 {
    display: none;
}
#footer3 {
    min-width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    background-color: #dee3ee;
}
.f_address {
    width: 100%;
}
.f_address li.hn1 {
    width: 450px;
    margin-left: 40px;
}
.f_address li.hn2 {
    display: none;
}
.f_address li.hn3 {
    width: 650px;
    font-size: 24px;
    line-height: 35px;
    margin-top: 10px;
    margin-left: 40px;
}
#cc {
    min-width: 100%;
    height: 30px;
    padding-top: 30px;
    font-size: 16px;
    line-height: 17px;
}
#page-top a {
    width: 80px;
}
.title_back {
    min-width: 100%;
    margin-top: 20px;
    background-position: -235px center;
}
.title {
    padding-right: 0px;
}
.contents_inner {
    width: 100%;
}
.sq-logo {
    display: none !important;
}

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