@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;
    background-color: #FFFFFF;
}
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;
}

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

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;
}



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






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

#contents p {
	margin-top: 7px;
	margin-bottom: 10px;
	line-height: 1.8em;
}
.graph-right {
	float: right;
	margin-bottom: 0px;
	margin-left: 5%;
	max-width: 33.68%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 5%;
	margin-bottom: 0px;
	max-width: 33.68%;
	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-orange {
	color: #fe8e04;
}
.text-brown {
	color: #3a0102;
}
.text-pink { color: #ff6ec2; }
.text-green {
	color: #205614;
}
.text-blue {
	color: #005895;
}
.text-red { color: #f00; }
.text-pinkbold {
    color: #FF3E8C;
    font-size: 1em;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.text-strike {
	text-decoration: line-through;
}
.text-in {
	padding-left: 15px;
}
.text-name {
	font-size: 1.3em;
}
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(../img2/list-icon.gif);
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}
.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: 20px;
    padding-right: 20px;
    min-width: 160px;
    background-color: #faf8f2;
    color: #2A2A2A;
    border: 1px solid #3a0102;
}
.button:visited {
    text-decoration: none;
    color: #2A2A2A;
}
.button a {
	color: #2A2A2A;
	text-decoration: none;
}
.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: #ede4cb;
}




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

#footer a {
    color: #2A2A2A;
}

/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.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;
}





/* ########## 639px以下 ########## */

@media (max-width: 480px) {

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 320px;
}
#box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#contents {
    padding-right: 0%;
    padding-left: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    font-size: 1em;
    width: 100%;
    padding-top: 0px;
}
.blockinner {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 60px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-color: #3a0102;
}
#headerglobal {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 60px;
    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(../img2/sp-header-logo.png);
    display: block;
    float: left;
    width: 218px;
    height: 60px;
    outline: none 0;
    background-position: center 0%;
    background-size: 100% auto;
    margin-left: 0px;
}

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




/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#navicontainer {
    display: none;
}



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

#headerimg {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 360px;
}
#toptext {
    padding-top: 180px;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    text-align: center;
    margin-top: 0px;
    max-width: 600px;
}
#headerimg2 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 300px;
    background-image: url(../img2/headerimg2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg3 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 300px;
    background-image: url(../img2/headerimg3.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg4 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 300px;
    background-image: url(../img2/headerimg4.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg5 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 300px;
    background-image: url(../img2/headerimg5.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg6 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 300px;
    background-image: url(../img2/headerimg6.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg7 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 300px;
    background-image: url(../img2/headerimg7.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg8 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 300px;
    background-image: url(../img2/headerimg7.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#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(../img2/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%;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h1 {
    font-weight: bold;
    clear: both;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-bottom: 8px;
    text-align: left;
    margin-top: 50px;
    padding-top: 13px;
    background-image: url(../img2/h1bg.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1.0em;
    padding-left: 45px;
    background-position: 0% center;
    padding-right: 10px;
}
h2{
    font-weight: bold;
    clear: both;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-bottom: 6px;
    text-align: left;
    margin-top: 50px;
    padding-top: 11px;
    font-size: 1.0em;
    background-color: #f3eddc;
    border-left: 10px solid #3a0102;
    border-bottom: 1px solid #3a0102;
    padding-left: 10px;
}
h3{
    font-size: 1.0em;
    font-weight: bold;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
    margin-left: 1px;
    background-image: url(../img2/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 3px;
}
#infobox {
    background-color: #faf8f2;
    border: 1px solid #3a0102;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
    margin-left: 0px;
}



.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;
}
.threebox {
    width: 100%;
    float: left;
    margin-top: 0;
    margin-right: 0%;
    margin-left: 0%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1em;
}
.sp-off {
    display: none;
}



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

#footer {
    font-size: 0.85em;
    line-height: 1.7em;
    vertical-align: top;
    clear: both;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    background-color: #FFFFFF;
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #e2dfda;
    background-image: url(../img2/footer-bg.jpg);
    background-repeat: repeat-x;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    width: 92%;
    text-align: center;
    margin-right: auto;
    padding-bottom: 0px;
}
#footerbox1 {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 10px;
}
#footerbox2 {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
}
.footertext {
    color: #FFF;
    font-size: 10px;
    text-align: center;
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #3a0102;
    background-image: url(../img2/footertext-bg.jpg);
    background-repeat: repeat-x;
    background-size: auto 45px;
    background-position: center 0%;
}



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

#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5px;
	width: 50px;
	background-image: url(../img2/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;
}





}



/* ########## 959～640px ########## */

@media print, screen and (max-width: 959px) and (min-width: 481px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    padding: 0;
    margin: 0;
    width: 100%;
}
#box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#contents {
    padding-right: 0%;
    padding-left: 0%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    font-size: 1em;
    width: 100%;
    padding-top: 10px;
}
.blockinner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}







/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 70px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    background-image: url(../img2/header-bg.png);
    background-repeat: repeat-x;
    background-position: right 0%;
}
#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;
}
#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(../img2/header-logo.png);
    display: block;
    float: left;
    width: 257px;
    height: 120px;
    outline: none 0;
    background-position: center 0%;
    background-size: 100% auto;
    margin-left: 40px;
}

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




/*------------------------------------------------------------
	メニュー
------------------------------------------------------------*/
#navicontainer {
    display: none;
}



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

#headerimg {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 470px;
}
#toptext {
    padding-top: 200px;
    margin-right: auto;
    margin-left: auto;
    width: 85%;
    text-align: center;
    margin-top: 0px;
    max-width: 600px;
}
#headerimg2 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 400px;
    background-image: url(../img2/headerimg2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg3 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 400px;
    background-image: url(../img2/headerimg3.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg4 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 400px;
    background-image: url(../img2/headerimg4.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg5 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 400px;
    background-image: url(../img2/headerimg5.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg6 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 400px;
    background-image: url(../img2/headerimg6.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg7 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 400px;
    background-image: url(../img2/headerimg7.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg8 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 400px;
    background-image: url(../img2/headerimg7.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#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: 60px;
    background-image: url(../img2/menu.gif);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 60px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}


/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h1 {
    font-weight: bold;
    clear: both;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-bottom: 8px;
    text-align: left;
    margin-top: 50px;
    padding-top: 13px;
    background-image: url(../img2/h1bg.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1.3em;
    padding-left: 50px;
    background-position: 0% center;
}
h2{
    font-weight: bold;
    clear: both;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-bottom: 6px;
    text-align: left;
    margin-top: 50px;
    padding-top: 11px;
    font-size: 1.2em;
    background-color: #f3eddc;
    border-left: 10px solid #3a0102;
    border-bottom: 1px solid #3a0102;
    padding-left: 10px;
}
h3{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
    margin-left: 1px;
    background-image: url(../img2/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 3px;
}
#infobox {
    background-color: #faf8f2;
    border: 1px solid #3a0102;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0px;
    margin-left: 0px;
}

.box1 {
    width: 47%;
    float: left;
    margin-bottom: 15px;
}
.box2 {
    width: 47%;
    float: right;
    margin-bottom: 15px;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
    width: 33.68%;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
    width: 33.68%;
}
.threebox {
    width: 47%;
    float: left;
    margin-top: 0;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 10px;
    padding: 0;
    font-size: 1em;
}
.pc-off {
    display: none;
}



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

#footer {
    font-size: 0.85em;
    line-height: 1.7em;
    vertical-align: top;
    clear: both;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    background-color: #FFFFFF;
    margin-top: 10px;
    width: 100%;
	border-top: 1px solid #e2dfda;
	background-image: url(../img2/footer-bg.jpg);
    background-repeat: repeat-x;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    width: 90%;
    text-align: center;
    margin-right: auto;
    padding-bottom: 0px;
}
#footerbox1 {
    width: 37.5%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 10px;
}
#footerbox2 {
    width: 56.25%;
    float: right;
    margin-bottom: 10px;
    padding-top: 20px;
}
.footertext {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding-top: 55px;
    padding-right: 0;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #3a0102;
    background-image: url(../img2/footertext-bg.jpg);
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-position: center 0%;
}



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

#pageTop {
	position: fixed;
	bottom: 15px;
	right: 5px;
	width: 50px;
	background-image: url(../img2/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;
}
	
}







/* ########## 960px以上 ########## */

@media (min-width: 960px) {


/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
    padding: 0;
    min-width: 960px;
    width: 100%;
}
#box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#contents {
    width: 100%;
    padding-bottom: 0px;
    padding-top: 80px;
    padding-right: 0px;
    padding-left: 0px;
}
.blockinner {
    width: 80%;
    min-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}







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

#header {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 70px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    min-width: 950px;
    background-image: url(../img2/header-bg.png);
    background-repeat: repeat-x;
    background-position: right 0%;
}
#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: 80%;
    min-width: 950px;
    background-image: url(../img2/header-tel.png);
    background-repeat: no-repeat;
    background-position: right 0%;
}
#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(../img2/header-logo.png);
    display: block;
    float: left;
    width: 300px;
    height: 140px;
    outline: none 0;
    background-position: center 0%;
    margin-left: 40px;
}

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

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

#headerimg {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 700px;
    vertical-align: bottom;
}
#toptext {
    padding-top: 320px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
    margin-top: 0px;
}
#headerimg2 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 550px;
    background-image: url(../img2/headerimg2.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg3 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 550px;
    background-image: url(../img2/headerimg3.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}	
#headerimg4 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 550px;
    background-image: url(../img2/headerimg4.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg5 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 550px;
    background-image: url(../img2/headerimg5.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg6 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 550px;
    background-image: url(../img2/headerimg6.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}	
#headerimg7 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 550px;
    background-image: url(../img2/headerimg7.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
#headerimg8 {
    padding: 0;
    margin: 0px;
    width: 100%;
    height: 550px;
    background-image: url(../img2/headerimg8.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

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

#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;
}	
	

#navicontainer {
    vertical-align: top;
    width: 100%;
    text-align: center;
    clear: both;
    position: absolute;
    background-image: url(../img2/menu-bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 60px;
}
#global {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 40px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 80%;
    min-width: 960px;
    padding-top: 10px;
}
#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(../img2/menu/m01.png);
    display: block;
    float: left;
    width: 16.53%;
    height: 40px;
    outline: none 0;
    background-position: center 0%;
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
}
#global ul li.n01 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n01 a:hover {
    background-image: url(../img2/menu/m01a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n02 {
    background-repeat: no-repeat;
    background-image: url(../img2/menu/m02.png);
    display: block;
    float: left;
    width: 16.53%;
    height: 40px;
    outline: none 0;
    background-position: center 0%;
    border-right: 1px solid #b6b6b6;
}
#global ul li.n02 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n02 a:hover {
    background-image: url(../img2/menu/m02a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n03 {
    background-repeat: no-repeat;
    background-image: url(../img2/menu/m03.png);
    display: block;
    float: left;
    width: 16.53%;
    height: 40px;
    outline: none 0;
    background-position: center 0%;
    border-right: 1px solid #b6b6b6;
}
#global ul li.n03 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n03 a:hover {
    background-image: url(../img2/menu/m03a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n04 {
    background-repeat: no-repeat;
    background-image: url(../img2/menu/m04.png);
    display: block;
    float: left;
    width: 16.53%;
    height: 40px;
    outline: none 0;
    background-position: center 0%;
    border-right: 1px solid #b6b6b6;
}
#global ul li.n04 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n04 a:hover {
    background-image: url(../img2/menu/m04a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n05 {
    background-repeat: no-repeat;
    background-image: url(../img2/menu/m05.png);
    display: block;
    float: left;
    width: 16.53%;
    height: 40px;
    outline: none 0;
    background-position: center 0%;
    border-right: 1px solid #b6b6b6;
}
#global ul li.n05 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n05 a:hover {
    background-image: url(../img2/menu/m05a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n06 {
    background-repeat: no-repeat;
    background-image: url(../img2/menu/m06.png);
    display: block;
    float: left;
    width: 16.53%;
    height: 40px;
    outline: none 0;
    background-position: center 0%;
    border-right: 1px solid #b6b6b6;
}
#global ul li.n06 a {
	display: block;
	float: left;
	width: 100%;
	height: 40px;
	outline: none 0;
}
#global ul li.n06 a:hover {
    background-image: url(../img2/menu/m06a.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}




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


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

h1 {
    font-weight: bold;
    clear: both;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-bottom: 8px;
    text-align: left;
    margin-top: 50px;
    padding-top: 13px;
    background-image: url(../img2/h1bg.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1.5em;
    padding-left: 50px;
    background-position: 0% center;
}
h2{
    font-weight: bold;
    clear: both;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-bottom: 6px;
    text-align: left;
    margin-top: 50px;
    padding-top: 11px;
    font-size: 1.3em;
    background-color: #f3eddc;
    border-left: 10px solid #3a0102;
    border-bottom: 1px solid #3a0102;
    padding-left: 10px;
}
h3{
    font-size: 1.2em;
    font-weight: bold;
    margin-top: 1.5em;
    margin-right: 0;
    margin-bottom: 0.8em;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 23px;
    margin-left: 1px;
    background-image: url(../img2/h3.png);
    background-repeat: no-repeat;
    background-position: 0% 3px;
}
#infobox {
    background-color: #faf8f2;
    border: 1px solid #3a0102;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-right: 0px;
    margin-left: 0px;
}


.box1 {
    width: 47%;
    float: left;
    margin-bottom: 15px;
}
.box2 {
    width: 47%;
    float: right;
    margin-bottom: 15px;
}
.graph-right-center {
    float: right;
    margin-bottom: 20px;
    margin-left: 30px;
    height: auto;
    width: 33.68%;
}
.graph-left-center {
    float: left;
    margin-bottom: 20px;
    margin-right: 30px;
    height: auto;
    width: 33.68%;
}
.threebox {
    width: 30.3%;
    float: left;
    margin-top: 0;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-bottom: 30px;
    padding: 0;
    font-size: 1em;
}
a.anchor{
    display: block;
    padding-top: 100px;
    margin-top: -100px;
}

.pc-off {
    display: none;
}
	
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/

#footer {
    font-size: 0.85em;
    line-height: 1.7em;
    vertical-align: top;
    clear: both;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    background-color: #FFFFFF;
    margin-top: 50px;
    width: 100%;
    border-top: 1px solid #e2dfda;
    background-image: url(../img2/footer-bg.jpg);
    background-repeat: repeat-x;
}
#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    width: 80%;
    text-align: center;
    margin-right: auto;
    padding-bottom: 0px;
    min-width: 960px;
}
#footerbox1 {
    width: 37.5%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    padding-top: 10px;
}
#footerbox2 {
    width: 56.25%;
    float: right;
    margin-bottom: 10px;
    padding-top: 20px;
}
.footertext {
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding-top: 55px;
    padding-right: 0;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    background-color: #3a0102;
    background-image: url(../img2/footertext-bg.jpg);
    background-repeat: repeat-x;
    background-size: auto 50px;
    background-position: center 0%;
}

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

#pageTop {
	position: fixed;
	bottom: 30px;
	right: 10px;
	width: 60px;
	background-image: url(../img2/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;
}




}
