<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
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, font, 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, figure {
	padding: 0;
	outline: 0;
	font-size: 1em;
	margin-left: auto;
	margin-right: auto;
}
body, table, input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 1em;
} article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }


/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/

body {
	color: #2A2A2A;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
p {  }
td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.wrap{
 display:flex;
}

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/

a:visited {
	color: #00F;
}
a:hover {
	color: #ff6f00;
	text-decoration: none;
}
a:active {  }
image { margin: 0; padding: 0; border-width: 0; }
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


/*------------------------------------------------------------
	bxslider
------------------------------------------------------------*/
.bxslider li {
    display: none;
}
.bx-viewport .bxslider li {
    display: block !important;
}

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/






/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

#contents p {
	margin-top: 7px;
	margin-bottom: 10px;
	line-height: 1.7em;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 5%;
	max-width: 45%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 5%;
	margin-bottom: 10px;
	max-width: 45%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-075 {
	font-size: 0.75em;
	line-height: 1.4em;
}
.text-085 {
	font-size: 0.85em;
	line-height: 1.4em;
}
.text-green { color: #01a241; }
.text-orange { color: #fb6d00; }
.text-blue { color: #0020a9; }
.text-red { color: #f00; }
.text-pink { color: #ff0067; }
.text-pinkbold {
    color: #FF3E8C;
    font-size: 1.4em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.text-bluebold {
    color: #0020a9;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.text-name {
	color: #0124a9;
	font-size: 1.4em;
	font-weight: bold;
}
.text-strike {
	text-decoration: line-through;
}
.text-in {
	padding-left: 15px;
}
hr { height: 1px; clear: both; }
ul { margin-top: 0; margin-right: 0; margin-bottom: 0; list-style-type: disc; }
ol { margin-top: 10px; margin-right: 0; margin-bottom: 10px; list-style-type: decimal; }
#contents ul li {
    text-decoration: none;
    margin-left: 20px;
    list-style-image: url(../image/list-icon.gif);
    line-height: 1.8em;
}
#contents ol li {
    text-decoration: none;
    margin-left: 25px;
    line-height: 1.8em;
}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    min-width: 180px;
    background-color: #f4f9fe;
    border: 1px solid #0023a9;
    color: #2A2A2A;
}
.button:visited {
    text-decoration: none;
    color: #2A2A2A;
}
.button a {
    text-decoration: none;
    color: #2A2A2A;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .2s;
}
.button:hover {
    color: #2A2A2A;
    background-color: #ddedfc;
}
.button2 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 180px;
    background-color: #1E3793;
    color: #FFFFFF;
    border-radius: 10px;
    background-image: url(../image/botton2bg.gif);
    background-repeat: repeat-x;
    background-size: auto 100%;
    border: 1px solid #1E3793;
    font-weight: bold;
}
.button2:visited {
    text-decoration: none;
    color: #FFFFFF;
}
.button2 a {
    text-decoration: none;
    color: #FFFFFF;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .2s;
}
.button2:hover {
    color: #2A2A2A;
    background-color: #ddedfc;
    background-image: url(../image/botton2bg-a.gif);
    background-repeat: repeat-x;
    background-size: auto 100%;
}
td.td-dstyle1 {
    background-color: #E6F3FF;
    text-align: center;
    width: 20%;
    padding: 5px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
}
td.td-dstyle2 {
    background-color: #ECECEC;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
td.td-price1 {
    background-color: #EDFFFE;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}
td.td-price2 {
    background-color: #e7e7e7;
    padding: 5px 10px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
}
td.td-price3 {
    font-weight: bold;
    background-color: #ffe9f1;
    padding: 5px 5px;
    border-right: 1px solid #969696;
    border-bottom: 2px solid #969696;
}
td.td-link1 {
    text-align: center;
    width: 20%;
    padding: 5px;
    border-bottom: 1px dashed #969696;
}
td.td-link2 {
    padding: 5px;
    border-bottom: 1px dashed #969696;
}
td.td-link3 {
    padding: 5px;
    border-bottom: 1px dashed #969696;
}
td.td-info1 {
    padding: 3px;
    background-color: #EBEBEB;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-color: #969696;
    border-bottom-color: #969696;
    text-align: center;
    vertical-align: middle;
}
td.td-info2 {
	padding: 3px;
	background-color: #EBEBEB;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #969696;
	border-bottom-color: #969696;
	text-align: center;
	vertical-align: middle;
}
td.td-info3 {
	padding: 3px;
	background-color: #D9F2FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #969696;
	border-bottom-color: #969696;
}
td.td-info4 {
	padding: 3px;
	background-color: #FFE8E9;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #969696;
	border-bottom-color: #969696;
}
td.td-info5 {
	padding: 3px;
	background-color: #D9F2FF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #969696;
	border-bottom-color: #969696;
	text-align: center;
	vertical-align: middle;
}
.text-faq1 {
    font-weight: bold;
    background-image: url(../image/faq1.png);
    background-repeat: no-repeat;
    padding-left: 35px;
    background-position: 0px center;
    padding-top: 10px;
    border-bottom: 1px dashed #6A6A6A;
    padding-bottom: 10px;
}
.text-faq2 {
    font-weight: normal;
    background-image: url(../image/faq2.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0% center;
}

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.clear {
	clear: both;
}  
.clear hr {
	display: none;
}
.clear-space {
	clear: both;
	height: 20px;
}  
.clear-space hr {
	display: none;
}
.space {
	height: 20px;
}  
.space hr {
	display: none;
}
.space-w {
	height: 40px;
}  
.space-w hr {
	display: none;
}

/*------------------------------------------------------------
	RSS
------------------------------------------------------------*/
/* ボックス全体枠 */
.rss-box {
	text-align:left;
	margin: 0;
	padding: 0px;
}
/* RSSフィード　サイトタイトル表示 */
.rss-title {
	padding: 0;
	margin: 0px;
}
/* RSSフィード　サイトタイトル表示　リンクカラー */
.rss-title a {
}
/* RSSフィード　記事一覧の大枠 */
.rss-items {
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 */
.rss-item {
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー */
.rss-item a:link ,
.rss-item a:visited ,
.rss-item a:active {
	text-decoration : underline;
	color: blue;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
/* RSSフィード　サイト説明文・記事タイトル・記事内容 リンクカラー：ロールオーバー */
.rss-item a:hover {
color: #ff7d00;
}
/* RSSフィード　記事日付 */
.rss-date {
	color: #F75600;
	font-size: 12px;
	font-weight : normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	line-height: 1.5em;
}

/*------------------------------------------------------------
	フェードイン
------------------------------------------------------------*/
	
.fadein {
  opacity : 0;
  transform: translateY(70px);
  transition: all 1s;
}


/*------------------------------------------------------------
	YouTube
------------------------------------------------------------*/

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin-top: 10px;
	margin-bottom: 20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}








/* ########## 599px以下 ########## */

@media (max-width: 599px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    padding: 0;
    min-width: 320px;
}
#menu {
    display: none;
}

#contents {
    padding-right: 3%;
    padding-left: 3%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}
#contact {
    vertical-align: top;
    text-align: center;
    width : 94%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 3%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 3%;
}
.sp-off {
    display: none;
} 

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    vertical-align: top;
    padding: 0;
    margin: 0px;
    text-align: center;
    width: 100%;
    background-image: url(../image/header-bg.jpg);
    background-repeat: no-repeat;
    height: 55px;
    min-width: 320px;
    background-size: auto 100%;
    border-bottom: 1px solid #0023a9;
    border-top: 5px solid #0023a9;
    background-position: right 0%;
}

#headerglobal {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 55px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    z-index: 9999;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home a {
    background-repeat: no-repeat;
    background-image: url(../image/logo.png);
    display: block;
    float: left;
    width: 240px;
    height: 55px;
    outline: none 0;
    background-position: center 0%;
    background-size: 100% auto;
    margin-left: 5px;
}

#headerglobal ul li.home a:hover {
    background-image: url(../image/logo-a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}





/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#global {
    display: none;
}


/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
	z-index: 9999;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 55px;
    background-image: url(../image/menu/menu.gif);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 55px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/

#headerimg {
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0px;
}
.headimage {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}




/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h1 {
    font-size: 1.1em;
    font-weight: normal;
    clear: both;
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-left: 10px solid #0023a9;
    border-right: 1px solid #0023a9;
    border-bottom: 1px solid #0023a9;
    border-top: 1px solid #0023a9;
    background-image: url(../image/h1.gif);
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding-right: 15px;
}
h2{
    font-size: 1.1em;
    font-weight: normal;
    clear: both;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    border-bottom: 2px solid #508afc;
    border-left: 10px solid #508afc;
    background-image: url(../image/h2.gif);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
h3{
    font-size: 1.1em;
    font-weight: normal;
    clear: both;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 28px;
    margin-left: 1px;
    background-image: url(../image/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 3px;
}
#infobox {
    border: 1px solid #7F7F7F;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    background-repeat: repeat-x;
    background-image: url(../image/infobox-bg.png);
    background-size: auto 100%;
    font-size: 0.9em;
}

.box1 {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 15px;
}
.box2 {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 15px;
}	
.graph-right-center {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    width: 100%;
    height: auto;
}
.graph-left-center {
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    text-align: center;
    width: 100%;
    height: auto;
}
.popbox {
    width: 31%;
    float: left;
    margin-top: 0;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 0px;
    padding: 0;
}
.samplebox {
    width: 47%;
    float: left;
    margin-top: 0;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding: 0;
    min-height: 200px;
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: center;
}
.three-box {
    width: 48.3%;
    float: left;
    margin-top: 0;
    margin-right: 0.8%;
    margin-left: 0.8%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 0.85em;
}





/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
    font-size: 0.85em;
    line-height: 1.7em;
    vertical-align: top;
    clear: both;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    background-color: #dcedfc;
    margin-top: 50px;
    background-image: url(../image/footer-bg.gif);
    background-repeat: repeat-x;
}

#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
	padding-left: 3%;
	padding-right: 3%;
	width: 94%;
}
.footerleft {
    margin-bottom: 20px;
    margin-top: 10px;
}
.footerright {
    margin-bottom: 10px;
}
.footertext {
    color: #FFF;
    font-size: 0.75em;
    text-align: center;
    padding-top: 5px;
    padding-right: 0;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-shadow: 1px 1px #3F3F3F;
    background-color: #0023a9;
    padding-bottom: 5px;
}




/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5px;
	width: 50px;
	background-image: url(../image/pagetop.png);
	background-size: 50px 50px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.pcclear {
	display: none;
}  

.spclear {
	clear: both;
}  
.spclear hr {
	display: none;
}
	
}






/* ########## 969～600px ########## */

@media print, screen and (max-width: 969px) and (min-width: 600px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    padding: 0;
}
#menu {
    display: none;
}

#contents {
    padding-right: 3%;
    padding-left: 3%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}
#contact {
    vertical-align: top;
    text-align: center;
    width : 80%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
}
.sp-off {
    display: none;
} 

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
    vertical-align: top;
    padding-top: 0px;
    height: 70px;
    width: 100%;
    text-align: left;
    z-index: 9999;
    background-image: url(../image/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
    border-bottom: 1px solid #0023a9;
    border-top: 7px solid #0023a9;
}
#headerglobal {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 70px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    z-index: 9999;
    background-image: url(../image/headerglobal-sp-bg.png);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 70px;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home a {
    background-repeat: no-repeat;
    background-image: url(../image/logo.png);
    display: block;
    float: left;
    width: 305px;
    height: 70px;
    outline: none 0;
    background-position: center 0%;
    background-size: 100% auto;
    margin-left: 10px;
}

#headerglobal ul li.home a:hover {
    background-image: url(../image/logo-a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}





/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#global {
    display: none;
}


/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
	z-index: 9999;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 70px;
    background-image: url(../image/menu/menu.gif);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 70px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/

#headerimg {
    text-align: center;
    vertical-align: top;
    padding: 0;
    margin: 0px;
}
.headimage {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 100%;
}




/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h1 {
    font-size: 1.4em;
    font-weight: normal;
    clear: both;
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 20px;
    border-left: 10px solid #0023a9;
    border-right: 1px solid #0023a9;
    border-bottom: 1px solid #0023a9;
    border-top: 1px solid #0023a9;
    background-image: url(../image/h1.gif);
    background-repeat: repeat-x;
    background-size: auto 100%;
    padding-right: 15px;
}
h2{
    font-size: 1.4em;
    font-weight: normal;
    clear: both;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-bottom: 2px solid #508afc;
    border-left: 10px solid #508afc;
    background-image: url(../image/h2.gif);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
h3{
    font-size: 1.4em;
    font-weight: normal;
    clear: both;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 28px;
    margin-left: 1px;
    background-image: url(../image/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 6px;
}
#infobox {
    border: 1px solid #7F7F7F;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    background-repeat: repeat-x;
    background-image: url(../image/infobox-bg.png);
    background-size: auto 100%;
}

.box1 {
    width: 47%;
    float: left;
    margin-bottom: 10px;
}
.box2 {
    width: 47%;
    float: right;
    margin-bottom: 10px;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
    max-width: 45%;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
	max-width: 45%;
}
.popbox {
    width: 23.2%;
    float: left;
    margin-top: 0;
    margin-right: 0.8%;
    margin-left: 0.8%;
    padding: 0;
}
.samplebox {
    width: 30%;
    float: left;
    margin-top: 0;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding: 0;
    min-height: 200px;
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: center;
}
.three-box {
    width: 48.3%;
    float: left;
    margin-top: 0;
    margin-right: 0.8%;
    margin-left: 0.8%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1em;
}





/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
    font-size: 0.85em;
    line-height: 1.7em;
    vertical-align: top;
    clear: both;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    background-color: #dcedfc;
    margin-top: 50px;
    background-image: url(../image/footer-bg.gif);
    background-repeat: repeat-x;
    text-align: center;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    width: 96%;
    margin-right: auto;
    padding-bottom: 0px;
}
.footerleft {
    width: 25%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}
.footerright {
    width: 70%;
    float: right;
    margin-bottom: 10px;
    text-align: right;
}
.footertext {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-shadow: 1px 1px #3F3F3F;
    background-color: #0023a9;
}




/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5px;
	width: 50px;
	background-image: url(../image/pagetop.png);
	background-size: 50px 50px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 50px;
	height: 50px;
}
#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.pcclear {
	display: none;
}  

.spclear {
	clear: both;
}  
.spclear hr {
	display: none;
}

}








/* ########## 970px以上 ########## */

@media (min-width: 970px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
	padding: 0;
	min-width: 970px;
}
#box {
    vertical-align: top;
    text-align: center;
    width : 80%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-width: 950px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#boxcontents {
    text-align: left;
    vertical-align: top;
    width: 100%;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    float: right;
}
#contents {
    margin-left: 0px;
    padding-bottom: 30px;
    font-size: 1em;
    min-width: 950px;
}
#contact {
    vertical-align: top;
    text-align: center;
    width : 80%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-width: 950px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.pc-off {
    display: none;
} 
a.anchor{
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/

#header {
    vertical-align: top;
    padding-top: 0px;
    height: 110px;
    width: 100%;
    text-align: left;
    z-index: 9999;
    background-image: url(../image/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: right 0%;
    background-size: auto 100%;
    border-top: 10px solid #0023a9;
}
#headerglobal {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 110px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 80%;
    min-width: 950px;
    background-image: url(../image/headerglobal-bg.png);
    background-repeat: no-repeat;
    background-position: right 0%;
    max-width: 1100px;
}
#headerglobal ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#headerglobal a:link { text-decoration: none; }
#headerglobal a:hover { text-decoration: none; }
#headerglobal a:visited { text-decoration: none; }
#headerglobal ul li.home a {
    background-repeat: no-repeat;
    background-image: url(../image/logo.png);
    display: block;
    float: none;
    width: 480px;
    height: 110px;
    outline: none 0;
    background-position: center 0%;
    margin-left: 0px;
    margin-right: auto;
}

#headerglobal ul li.home a:hover {
    background-image: url(../image/logo-a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}


/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/

#globalNavi ul {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 0 auto;
    padding: 0px 0;
    width: 100%;
}
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 100;
}
#global {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 126px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
    background-image: url(../image/menu/menu-bg.jpg);
    background-repeat: repeat-x;
}
#globalcontainer {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 126px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 80%;
    min-width: 950px;
    max-width: 1200px;
}
#global ul li {
	text-decoration: none;
	display: inline;
	text-indent: -9999px;
	list-style-type: none;
	list-style-position: inside;
}
#global a:link { text-decoration: none; }
#global a:hover { text-decoration: none; }
#global a:visited { text-decoration: none; }
#global ul li.n01 {
    background-repeat: no-repeat;
    background-image: url(../image/menu/menu_01.png);
    display: block;
    float: left;
    width: 14%;
    height: 118px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #0023a9;
    border-left: 1px solid #0023a9;
    margin-top: 1px;
}
#global ul li.n01 a {
	display: block;
	float: left;
	width: 100%;
	height: 118px;
	outline: none 0;
}
#global ul li.n01 a:hover {
    background-image: url(../image/menu/menu_01a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n02 {
    background-repeat: no-repeat;
    background-image: url(../image/menu/menu_02.png);
    display: block;
    float: left;
    width: 14%;
    height: 118px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #0023a9;
    margin-top: 1px;
}
#global ul li.n02 a {
	display: block;
	float: left;
	width: 100%;
	height: 118px;
	outline: none 0;
}
#global ul li.n02 a:hover {
    background-image: url(../image/menu/menu_02a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n03 {
    background-repeat: no-repeat;
    background-image: url(../image/menu/menu_03.png);
    display: block;
    float: left;
    width: 14%;
    height: 118px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #0023a9;
    margin-top: 1px;
}
#global ul li.n03 a {
	display: block;
	float: left;
	width: 100%;
	height: 118px;
	outline: none 0;
}
#global ul li.n03 a:hover {
    background-image: url(../image/menu/menu_03a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n04 {
    background-repeat: no-repeat;
    background-image: url(../image/menu/menu_04.png);
    display: block;
    float: left;
    width: 14%;
    height: 118px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #0023a9;
    margin-top: 1px;
}
#global ul li.n04 a {
	display: block;
	float: left;
	width: 100%;
	height: 118px;
	outline: none 0;
}
#global ul li.n04 a:hover {
    background-image: url(../image/menu/menu_04a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n05 {
    background-repeat: no-repeat;
    background-image: url(../image/menu/menu_05.png);
    display: block;
    float: left;
    width: 14%;
    height: 118px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #0023a9;
    margin-top: 1px;
}
#global ul li.n05 a {
	display: block;
	float: left;
	width: 100%;
	height: 118px;
	outline: none 0;
}
#global ul li.n05 a:hover {
    background-image: url(../image/menu/menu_05a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n06{
    background-repeat: no-repeat;
    background-image: url(../image/menu/menu_06.png);
    display: block;
    float: left;
    width: 14%;
    height: 118px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #0023a9;
    margin-top: 1px;
}
#global ul li.n06 a {
	display: block;
	float: left;
	width: 100%;
	height: 118px;
	outline: none 0;
}
#global ul li.n06 a:hover {
    background-image: url(../image/menu/menu_06a.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#global ul li.n07 {
    background-repeat: no-repeat;
    background-image: url(../image/menu/menu_07.png);
    display: block;
    float: left;
    width: 14%;
    height: 118px;
    outline: none 0;
    background-position: center center;
    border-right: 1px solid #0023a9;
    margin-top: 1px;
}
#global ul li.n07 a {
	display: block;
	float: left;
	width: 100%;
	height: 118px;
	outline: none 0;
}
#global ul li.n07 a:hover {
    background-image: url(../image/menu/menu_07a.png);
    background-repeat: no-repeat;
    background-position: center center;
}



/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
	display: none;
}

/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/

#headerimg {
    text-align: center;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
}
.headimage {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    max-width: 1200px;
}





/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/

h1 {
    font-size: 1.4em;
    font-weight: normal;
    clear: both;
    margin-top: 40px;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 20px;
    border-left: 10px solid #0023a9;
    border-right: 1px solid #0023a9;
    border-bottom: 1px solid #0023a9;
    border-top: 1px solid #0023a9;
    background-image: url(../image/h1.gif);
    background-repeat: repeat-x;
    background-size: auto 100%;
}
h2{
    font-size: 1.4em;
    font-weight: normal;
    clear: both;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-bottom: 8px;
    padding-left: 15px;
    border-bottom: 2px solid #508afc;
    border-left: 10px solid #508afc;
    background-image: url(../image/h2.gif);
    background-repeat: repeat-y;
    background-size: 100% auto;
}
h3{
    font-size: 1.4em;
    font-weight: normal;
    clear: both;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 1px;
    padding-bottom: 5px;
    padding-left: 28px;
    margin-left: 1px;
    background-image: url(../image/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 6px;
}
#infobox {
    border: 1px solid #7F7F7F;
    margin-top: 40px;
    margin-bottom: 25px;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px;
    background-repeat: repeat-x;
    background-image: url(../image/infobox-bg.png);
    background-size: auto 100%;
}
.box1 {
    width: 47%;
    float: left;
    margin-bottom: 10px;
}
.box2 {
    width: 47%;
    float: right;
    margin-bottom: 10px;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
    max-width: 45%;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
	max-width: 45%;
}
.popbox {
    width: 15.6%;
    float: left;
    margin-top: 0;
    margin-right: 0.5%;
    margin-left: 0.5%;
    padding: 0;
}
.samplebox {
    width: 17%;
    float: left;
    margin-top: 0;
    margin-right: 1.5%;
    margin-left: 1.5%;
    padding: 0;
    min-height: 200px;
    font-size: 0.85em;
    line-height: 1.5em;
    text-align: center;
}
.three-box {
    width: 31.7%;
    float: left;
    margin-top: 0;
    margin-right: 0.8%;
    margin-left: 0.8%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1em;
}

	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
    font-size: 0.85em;
    line-height: 1.7em;
    vertical-align: top;
    clear: both;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 20px;
    padding-left: 0;
    background-color: #dcedfc;
    margin-top: 50px;
    background-image: url(../image/footer-bg.gif);
    background-repeat: repeat-x;
    text-align: center;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    width: 80%;
    margin-right: auto;
    padding-bottom: 0px;
    min-width: 970px;
}
.footerleft {
    width: 20%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}
.footerright {
    width: 75%;
    float: right;
    margin-bottom: 10px;
    text-align: right;
}
.footertext {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-shadow: 1px 1px #3F3F3F;
    background-color: #0023a9;
}



/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	background-image: url(../image/pagetop.png);
	background-size: 60px 60px;
	font-size: 1px;
	text-indent: -9999px;
}
#pageTop a {
	display: block;
	z-index: 999;
	width: 60px;
	height: 60px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/

.pcclear {
	clear: both;
}  
.pcclear hr {
	display: none;
}
.spclear {
	display: none;
}  


}
</pre></body></html>