@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 {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 1em;
}
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; }


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

p {  }
td {
	line-height: 1.5em;
	vertical-align: top;
	font-size: 1em;
	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-style: none; border-width: medium; }

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

a:link { }
a:visited { }
a:hover { color: #ff9500; }
a:active { }

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

#contents p {
	margin-top: 8px;
	margin-bottom: 4px;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	max-width: 40%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 40%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-in { padding-left: 17px; }
.text-brown { color: #421405; }
.text-red { color: #f00; }
.text-green {
    color: #11694e;
}
.text-blue { color: #00a0c6; }
.text-pink { color: #ff0067; }
.text-orange { color: #fb6d00; }
.text-name {
    font-size: 1.7em;
    font-weight: bold;
    line-height: 1.3em;
}
.text-infobold {
	color: #930;
	font-size: 14px;
	font-weight: bold;
}
.text-1 { font-size: 12px; }
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-strike { text-decoration: line-through; }
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(../img/list-icon.gif);
	line-height: 1.8em;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}
.button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #f7f9ee;
    color: #8F8F8F;
    padding-top: 15px;
    padding-bottom: 13px;
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 1em;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #39594a;
}
.button:link {
	color: #363636;
	text-decoration: none;
}
.button:visited {
	color: #363636;
	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 {
	background-color: #d1e8d2;
	color: #363636;
}
td.td-price1 {
	border-bottom: 1px solid #aaaaaa;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: center;
	border-right: 1px solid #aaaaaa;
	background-color: #f7f9ee;
}
td.td-price2 {
	vertical-align: middle;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border-bottom: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
}


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








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

@media (max-width: 599px) {
	

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #323232;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container {
    text-align: left;
    vertical-align: top;
    width: 100%;
    padding: 0;
    background-color: #FFFFFF;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#header {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 45px;
    background-image: url(../img/sp-header-bg.png);
    background-size: auto 100%;
}
#headimage {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}
#box {
    padding-top: 0px;
    padding-bottom: 0px;
    width : 94%;
    margin-left: 3%;
    margin-top: 0px;
    margin-right: 3%;
    margin-bottom: 0px;
}
#contents {
    font-size: 0.95em;
    line-height: 1.7em;
    width: 100%;
    float: right;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
    margin: 0;
}


/*------------------------------------------------------------
	ヘッダーメニュー
------------------------------------------------------------*/

#global {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 45px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 100%;
}
#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.head {
    display: block;
    float: left;
    width: 160px;
    height: 45px;
    outline: none 0;
}
#global ul li.head a {
    display: block;
    float: left;
    width: 160px;
    height: 45px;
    outline: none 0;
}
#global ul li.head a:hover {
}

	
/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/

#mobile-menu{
    position: fixed;
    top: 0;
    display: block;
    clear: both;
    width: 100%;
    margin-top: 0px;
    height: 5px;
    text-align: left;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 45px;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    height: 0;
    background-size: 100% 100%;
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    padding-top: 55px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}

/*------------------------------------------------------------
	サイドメニュー
------------------------------------------------------------*/

#menu {
    display: none;
}

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

h1 {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    clear: both;
    margin-top: 0px;
    margin-bottom: 1em;
    padding-top: 14px;
    padding-right: 10px;
    padding-left: 50px;
    padding-bottom: 10px;
    background-color: #356a51;
    min-height: 24px;
}
h2 {
    font-size: 1em;
    font-weight: bold;
    background-color: #f2f6e2;
    clear: both;
    margin-top: 1.5em;
    margin-right: 0px;
    margin-left: 0;
    margin-bottom: 1em;
    padding-top: 7px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #39594a;
    border-left: 8px solid #39594a;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 1em;
    padding-top: 1px;
    padding-bottom: 4px;
    padding-left: 27px;
    margin-left: 0px;
    background-image: url(../img/h3.jpg);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    border-bottom: 1px dashed #909090;
}
.box1 {
	width: 100%;
	padding-bottom: 10px;
	clear: both;
}
.box2 {
	width: 100%;
	padding-bottom: 10px;
	clear: both;
}
#infobox {
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 2%;
    margin-top: 0px;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #39594a;
    background-image: url(../img/infobox-bg.jpg);
    background-size: 100% 100%;
}
.infobox2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 2%;
    margin-top: 0px;
    padding-right: 2%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #FF0000;
}

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

#footer {
    color: #fff;
    background-color: #39594a;
    margin: 0;
    clear: both;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 100px;
    padding-left: 0;
    text-align: center;
}

#footerbox {
    font-size: 0.75em;
    line-height: 1.7em;
    background-image: url(../img/footer-logo.gif);
    background-repeat: no-repeat;
    text-align: left;
    width: 76%;
    clear: both;
    margin-top: 0;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 0;
    padding-top: 15px;
    padding-right: 0;
    padding-left: 20%;
    padding-bottom: 0px;
    background-size: 60px auto;
}
#footer a {
    color: #FFFFFF;
}
#footer p {
	margin-top: 4px;
	margin-bottom: 4px;
}

/*------------------------------------------------------------
	フッターフローティングボタン
------------------------------------------------------------*/
#floating-menu {
    position: fixed;
    bottom: -7px;
    left: 0px;
    right: 0px;
    z-index: 9999;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
	
	
/*------------------------------------------------------------
	サイドフローティングボタン
------------------------------------------------------------*/

#sidebunner1 {
	display: none;
}


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

.pcclear {
	display: none;
}  

.spclear {
	clear: both;
}  
.spclear hr {
	display: none;
}
	
/*------------------------------------------------------------
	ページトップボタン
------------------------------------------------------------*/

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

}









/* ########## 600px以上 ########## */

@media (min-width: 600px) {

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
    color: #323232;
    background-image: url(../img/bg.gif);
    background-repeat: repeat-x;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background-color: #FFFFFF;
    min-width: 980px;
}
#container {
    text-align: left;
    vertical-align: top;
    width: 950px;
    margin: 0 auto;
    padding: 0;
    min-width: 950px;
}
#header {
    width: 950px;
    margin: 0;
    padding: 0;
    height: 133px;
}
#headimage {
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
    background-color: #FFFFFF;
}
#box {
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    width : 910px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}
#contents {
    font-size: 0.95em;
    line-height: 1.7em;
    width: 680px;
    float: right;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0;
    text-align: left;
    vertical-align: top;
    margin: 0;
}
.pc-off {
    display: none;
}

/*------------------------------------------------------------
	ヘッダーメニュー
------------------------------------------------------------*/
#global {
    font-size: 1px;
    text-decoration: none;
    text-align: left;
    height: 133px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: 950px;
}
#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.head {
    background-repeat: no-repeat;
    background-image: url(../img/head.png);
    display: block;
    float: left;
    width: 950px;
    height: 133px;
    outline: none 0;
    background-position: center 0%;
}
#global ul li.head a {
    display: block;
    float: left;
    width: 950px;
    height: 133px;
    outline: none 0;
}
#global ul li.head a:hover {
    background-image: url(../img/head.png);
    background-position: center 0%;
    background-repeat: no-repeat;
}


	
/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/

#mobile-menu{
	display: none;
}
/*------------------------------------------------------------
	サイドメニュー
------------------------------------------------------------*/

#menu {
    text-align: left;
    vertical-align: top;
    width: 190px;
    float: left;
    margin: 0;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0px;
    padding-bottom: 20px;
}
#menu p { font-size: 12px; line-height: 1.3; vertical-align: top; margin: 0 0 8px; }
#menu img { font-size: 1px; vertical-align: top; margin: 0; padding: 0; }

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

h1 {
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    background-image: url(../img/h1.jpg);
    background-repeat: no-repeat;
    clear: both;
    margin-top: 0px;
    margin-bottom: 1em;
    padding-top: 14px;
    padding-right: 0;
    padding-left: 50px;
    padding-bottom: 0;
    background-color: #356a51;
    min-height: 34px;
}
h2 {
    font-size: 1.1em;
    font-weight: bold;
    background-color: #f2f6e2;
    clear: both;
    margin-top: 1.5em;
    margin-right: 0px;
    margin-left: 0;
    margin-bottom: 1em;
    padding-top: 7px;
    padding-right: 5px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #39594a;
    border-left: 8px solid #39594a;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 1em;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 27px;
    margin-left: 0px;
    background-image: url(../img/h3.jpg);
    background-repeat: no-repeat;
    background-position: 2px 4px;
    border-bottom: 1px dashed #909090;
}
.box1 {
    width: 320px;
    float: left;
    margin: 0 0 5px;
    padding: 0;
    line-height: 1.5em;
}
.box2 {
    width: 320px;
    float: right;
    margin: 0 0 5px;
    padding: 0;
	line-height: 1.5em;
}
#infobox {
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: 0px;
    padding-right: 15px;
    width: 648px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #39594a;
    background-image: url(../img/infobox-bg.jpg);
    background-size: 100% 100%;
}
.infobox2 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 15px;
    margin-top: 0px;
    padding-right: 15px;
    width: 648px;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #FF0000;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
    color: #fff;
    background-color: #39594a;
    clear: both;
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

#footerbox {
    font-size: 0.85em;
    line-height: 1.7em;
    background-image: url(../img/footer-logo.gif);
    background-repeat: no-repeat;
    text-align: right;
    width: 800px;
    clear: both;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 0;
    padding-left: 150px;
    padding-bottom: 0px;
}
#footer a {
    color: #FFFFFF;
}
#footer p {
	margin-top: 4px;
	margin-bottom: 4px;
}

/*------------------------------------------------------------
	フッターフローティングボタン
------------------------------------------------------------*/
#floating-menu {
	display: none;
}

/*------------------------------------------------------------
	サイドフローティングボタン
------------------------------------------------------------*/

#sidebunner1 {
    position: fixed;
    right: 0px;
    width: 70px;
    font-size: 1px;
    text-indent: -9999px;
    opacity: 1.0;
    top: 180px;
}
#sidebunner1 a {
	display: block;
	z-index: 999;
	width: 70px;
	height: 200px;
	background-image: url(../img/sidebunner1.png);
	opacity: 0.8;
	background-repeat: no-repeat;
}

#sidebunner1 a:hover {
	text-decoration: none;
	background-image: url(../img/sidebunner1.png);
	opacity: 1.0;
	background-repeat: no-repeat;
}


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

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

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

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