@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;
    border: 0;
    outline: 0;
    font-size: 1em;
    text-align: left;
}
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: #363636;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
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;
}
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; }

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


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.7em;
}
.graph-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	max-width: 45%;
	height: auto;
}
.graph-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 45%;
	height: auto;
}
.graph-rightmin {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	max-width: 25%;
	height: auto;
}
.graph-leftmin {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	max-width: 25%;
	height: auto;
}
.graph-max {
	max-width: 100%;
	height: auto;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-orange {
	color: #FA7740;
}
.text-pink {
	color: #FF4D85;
}
.text-green {
	color: #297200;
}
.text-blue {
	color: #2B78FF;
}
.text-red { color: #f00; }
.text-in {
	padding-left: 15px;
}
.text-1 { font-size: 10px; }
.text-12 {
	font-size: 12px;
}
.text-16bold {
	font-size: 16px;
	font-weight: bold;
}
.text-strike {
	text-decoration: line-through;
}
.text-faq1 {
    font-weight: bold;
    background-image: url(../img/faq1.gif);
    background-repeat: no-repeat;
    padding-left: 28px;
    background-position: 0px 12px;
    padding-top: 7px;
}
.text-faq2 {
	font-weight: normal;
	background-image: url(../img/faq2.gif);
	background-repeat: no-repeat;
	padding-left: 42px;
	background-position: 0px 2px;
	border-bottom: 1px dashed #a2b1c8;
	padding-bottom: 10px;
}
#contents ul li {
    text-decoration: none;
    margin-left: 20px;
    list-style-image: url(../img/list-icon.png);
    line-height: 1.8em;
}
#contents ol li {
	text-decoration: none;
	margin-left: 25px;
}
#infobox ul li {
    text-decoration: none;
    margin-left: 20px;
    list-style-image: url(../img/list-icon.png);
    line-height: 1.8em;
}
#infobox ol li {
	text-decoration: none;
	margin-left: 20px;
}
#infobox {
    border: 1px solid #72a1fd;
    background-color: #f5f8ff;
    padding-left: 12px;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.button {
    display: inline-block;
    text-align: left;
    text-decoration: none;
    outline: none;
    background-color: #72a1fd;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 6px;
}
.button:visited {
	color: #FFFFFF;
	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: #3862b5;
    color: #FFFFFF;
}
.button2 {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    background-color: #72a1fd;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 6px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 10px;
    width: 47%;
    margin-left: 1%;
    margin-right: 1%;
}
.button2:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.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 {
    background-color: #3862b5;
    color: #FFFFFF;
}
td.td-info1 {
    padding: 3px;
    background-color: #EBEBEB;
    width: 15%;
    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;
    font-size: 0.9em;
}
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;
	font-size: 0.9em;
}
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;
	font-size: 0.9em;
}
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;
	font-size: 0.9em;
}


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

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



/*------------------------------------------------------------
	jquery.inview.js
------------------------------------------------------------*/

.effect {
	overflow: hidden;
}
.effect li {
	transition: .8s;
}
.ef-fade01 {
	opacity: 0;
}
.fade01 {
	opacity: 1.0;
}
.ef-fade02 {
	opacity: 0;
	transform: translate(0, 60px);
	-webkit-transform: translate(0, 60px);
}
.fade02 {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


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

@media (max-width: 599px) {

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#bodybox {
	min-width: 320px;
	overflow: hidden;
}
#container {
	vertical-align: top;
	order-right-style: solid;
	margin-top: 0;
	margin-bottom: 0;
	width: 100%;
	text-align: left;
	padding: 0px;
}
#box {
	vertical-align: top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width : 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menu {
    display: none;
}
#boxcontents {
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
	width: 96%;
	float: right;
	padding-top: 7px;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: right;
	font-size: 0.85em;
	margin-right: 0px;
	margin-top: 0px;
}
#contents {
	font-size: 1.1em;
}



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#h1 {
    vertical-align: bottom;
    background-color: #d6e3ff;
    width: auto;
    color: #2d2d2d;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	min-width: 320px;
}
#header {
    vertical-align: top;
    padding: 0;
    margin: 0px;
    background-image: url(../img/header-bg.gif);
    background-repeat: repeat-x;
    font-size: 0.5em;
    background-color: #f3f7ff;
    background-size: auto 100%;
}

#headercontainer {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-right: 1%;
    margin-bottom: 0;
    margin-left: 1%;
    width: 98%;
    text-align: center;
}
h1 {
    font-size: 0.5em;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
#header img{
	vertical-align: top;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
}
#headerglobal {
    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: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}
#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 {
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 225px;
    height: 40px;
    outline: none 0;
    margin-left: 0px;
}

#headerglobal ul li.home a {
    display: block;
    float: left;
    width: 225px;
    height: 40px;
    outline: none 0;
    margin-left: 0px;
    background-image: url(../img/header-logo.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
}

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

#headermenu {
    display: none;
}

/*------------------------------------------------------------
	モバイルメニューボタン
------------------------------------------------------------*/
#mobile-menu{
	position: fixed;
	top: 0;
	display: block;
	clear: both;
	width: 100%;
	margin-top: 0px;
	height: 5px;
}
#right-menu {
    display: block;
    font-size: 1px;
    text-indent: -9999px;
    vertical-align: middle;
    width: 42px;
    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: 51px;
} 
#right-menu a{
	color: #fff;
	display: block;
	cursor: pointer;
	line-height: 100%;
}

/*------------------------------------------------------------
	ヘッダーイメージ
------------------------------------------------------------*/
#headerimg {
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
}
.headimage {
    text-align: center;
    background-color: #ebfff3;
    background-image: url(../img/headerimg-bg.jpg);
    background-position: right 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#block1 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    background-color: #f5ffec;
    background-image: url(../img/block1_02sp.jpg);
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#block1inner {
    padding-top: 20px;
    padding-right: 25%;
    padding-left: 3%;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.7em;
}
#block2 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    background-color: #dfefff;
    background-image: url(../img/block2_02sp.jpg);
    background-position: left bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#block2inner {
    padding-top: 20px;
    padding-left: 25%;
    padding-right: 3%;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
	font-size: 1em;
    line-height: 1.7em;
}
#block3 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    background-color: #fff9e2;
    background-image: url(../img/block3_02sp.jpg);
    background-position: right top;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#block3inner {
    padding-top: 20px;
    padding-right: 10%;
    padding-left: 3%;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.7em;
}
#block4 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    background-color: #ffecf2;
    background-image: url(../img/block4_02sp.jpg);
    background-position: right bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
#block4inner {
    padding-top: 20px;
    padding-right: 3%;
    padding-left: 25%;
    padding-bottom: 20px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.7em;
}

/*------------------------------------------------------------
	トップページフリーエリア
------------------------------------------------------------*/





/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h2 {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 12px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 65px;
    border-bottom: 2px solid #9fbeff;
    background-image: url(../img/h2a.gif);
    background-repeat: no-repeat;
    background-color: #f5f8ff;
    min-height: 27px;
    background-size: 60px auto;
}
h3 {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 4px;
    padding-left: 27px;
    background-image: url(../img/h3a.gif);
    background-repeat: no-repeat;
    border-bottom: 2px solid #72a1fd;
    background-position: 0% center;
}
.point {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 45px;
    background-image: url(../img/point.gif);
    background-repeat: no-repeat;
    background-position: 0% center;
    min-height: 45px;
    background-size: 40px auto;
}
.check {
    font-size: 1em;
    font-weight: bold;
    clear: both;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 62px;
    background-image: url(../img/check.gif);
    background-repeat: no-repeat;
    background-position: 0% center;
    min-height: 30px;
    border-bottom: 3px double #72a1fd;
    background-size: 60px auto;
}

#box-4 ul li {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	list-style: none;
	line-height: 1.5em;
	font-size: 0.85em;
}
#box-4 li {
    float: left;
    width: 50%;
    list-style: none;
    text-align: center;
    min-height: 160px;
}
#box-4:after {
	content: "";
	display: block;
	clear: both;
}
#box-4 img {
	max-width: 100%;
}
.box1 {
	width: 100%;
	clear: both;
}
.box2 {
	width: 100%;
	clear: both;
}
td.td-price1 {
    background-color: #e6fff3;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    font-size: 0.9em;
}
td.td-price2 {
    background-color: #e7e7e7;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    min-width: 80px;
	font-size: 0.9em;
}
td.td-price3 {
    font-weight: bold;
    background-color: #ffe9f1;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-right: 1px solid #969696;
    border-bottom: 2px solid #969696;
	font-size: 0.9em;
}
td.td-area {
    font-size: 0.9em;
    background-color: #e6fff3;
    text-align: center;
    padding: 3px 5px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    width: 20px;
    vertical-align: middle;
}
td.td-areaplef {
    font-size: 0.9em;
    background-color: #e7e7e7;
    text-align: center;
    padding: 3px 5px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    width: 60px;
    vertical-align: middle;
}
td.td-area-no { font-size: 0.9em; font-weight: bold; background-color: #ffe9f1; padding: 3px 5px; border-right: 1px solid #969696; border-bottom: 1px solid #969696; }
td.td-area-ok { font-size: 0.9em; background-color: #edf3ff; padding: 3px 5px; border-right: 1px solid #969696; border-bottom: 1px solid #969696; }
td.td-dstyle1 {
	font-size: 0.9em;
	background-color: #e6fff3;
	text-align: center;
	width: 80px;
	padding: 3px 5px;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
td.td-dstyle2 {
    font-size: 0.9em;
    background-color: #e7e7e7;
    padding: 3px 5px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
}
#sp-off{
	display: none;
}





/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
    font-size: 12px;
    line-height: 1.5em;
    vertical-align: top;
    clear: both;
    margin-top: 25px;
    border-top: 1px dashed #969696;
    background-color: #e1ebff;
    background-image: url(../img/footer-bg.gif);
    background-repeat: repeat-x;
}

#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-bottom: 0;
    width: 94%;
    text-align: center;
    padding-right: 3%;
    padding-left: 3%;
    background-repeat: no-repeat;
    background-position: center 15px;
    background-size: 190px auto;
    padding-top: 110px;
    background-image: url(../img/footer-logo.png);
}
.footertext {
	color: #FFF;
	font-size: 10px;
	background-color: #72a1fd;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.footertext a {
	color: #FFF;
}


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

#pageTop {
    position: fixed;
    bottom: 30px;
    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) {

/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#bodybox {
	min-width: 970px;
	overflow: hidden;
}
#container {
    vertical-align: top;
    order-right-style: solid;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0px;
    clear: both;
}
#box {
    vertical-align: top;
    text-align: center;
    width : 80%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    min-width: 950px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}
#menu {
    line-height: 1.3px;
    text-align: left;
    vertical-align: top;
    width: 240px;
    float: right;
    padding-top: 0px;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 0.85em;
}
#boxcontents {
    line-height: 1.6em;
    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;
    font-size: 1em;
    margin-top: 0px;
    float: left;
    margin-right: -290px;
}
#contents {
    margin-right: 290px;
    padding-bottom: 20px;
    font-size: 1.05em;
}

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

#h1 {
    vertical-align: bottom;
    background-color: #d6e3ff;
    width: auto;
    color: #2d2d2d;
}
#h1-inner {
	vertical-align: bottom;
	margin-right: auto;
	margin-left: auto;
	max-width: 80%;
	min-width: 950px;
}
#header {
    vertical-align: top;
    padding: 0;
    margin: 0px;
    background-image: url(../img/header-bg.gif);
    background-repeat: repeat-x;
    font-size: 0.85em;
    background-color: #f3f7ff;
}

#headercontainer {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 80%;
    text-align: center;
    background-image: url(../img/header-tel.png);
    background-position: right 0%;
    background-repeat: no-repeat;
    min-width: 950px;
    height: 110px;
    max-width: 1400px;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	margin: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
}
#header img{
	vertical-align: top;
	clear: both;
	padding-top: 0px;
	padding-bottom: 0px;
}
#headerglobal {
    text-decoration: none;
    text-align: left;
    height: 80px;
    clear: both;
    display: block;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    width: auto;
    min-width: 950px;
}
#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 {
    background-repeat: no-repeat;
    display: block;
    float: left;
    width: 450px;
    height: 80px;
    outline: none 0;
    margin-left: 0px;
}

#headerglobal ul li.home a {
    display: block;
    float: left;
    width: 450px;
    height: 80px;
    outline: none 0;
    margin-left: 0px;
    background-image: url(../img/header-logo.png);
    background-repeat: no-repeat;
}









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

#headermenu {
    text-align: center;
    vertical-align: top;
    height: 60px;
    padding: 0;
    margin: 0px;
    background-image: url(../img/headermenu-bg.gif);
    background-repeat: repeat-x;
}
#headermenucontainer {
    vertical-align: top;
    order-right-style: solid;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    width: 80%;
    min-width: 950px;
    max-width: 1400px;
}
#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: auto;
	min-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.n01 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_01.gif);
    display: block;
    float: left;
    width: 14.21%;
    height: 60px;
    outline: none 0;
    background-position: center 0%;
    border-left: 1px solid #c8c8c8;
}
#global ul li.n01 a {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	outline: none 0;
}
#global ul li.n01 a:hover {
    background-image: url(../img/menu/menu_01a.gif);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n02 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_02.gif);
    display: block;
    float: left;
    width: 14.21%;
    height: 60px;
    outline: none 0;
    background-position: center 0%;
    border-left: 1px solid #c8c8c8;
}
#global ul li.n02 a {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	outline: none 0;
}
#global ul li.n02 a:hover {
    background-image: url(../img/menu/menu_02a.gif);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n03 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_03.gif);
    display: block;
    float: left;
    width: 14.21%;
    height: 60px;
    outline: none 0;
    background-position: center 0%;
    border-left: 1px solid #c8c8c8;
}
#global ul li.n03 a {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	outline: none 0;
}
#global ul li.n03 a:hover {
    background-image: url(../img/menu/menu_03a.gif);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n04 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_04.gif);
    display: block;
    float: left;
    width: 14.21%;
    height: 60px;
    outline: none 0;
    background-position: center 0%;
    border-left: 1px solid #c8c8c8;
}
#global ul li.n04 a {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	outline: none 0;
}
#global ul li.n04 a:hover {
    background-image: url(../img/menu/menu_04a.gif);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n05 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_05.gif);
    display: block;
    float: left;
    width: 14.21%;
    height: 60px;
    outline: none 0;
    background-position: center 0%;
    border-left: 1px solid #c8c8c8;
}
#global ul li.n05 a {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	outline: none 0;
}
#global ul li.n05 a:hover {
    background-image: url(../img/menu/menu_05a.gif);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n06 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_06.gif);
    display: block;
    float: left;
    width: 14.21%;
    height: 60px;
    outline: none 0;
    background-position: center 0%;
    border-left: 1px solid #c8c8c8;
}
#global ul li.n06 a {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	outline: none 0;
}
#global ul li.n06 a:hover {
    background-image: url(../img/menu/menu_06a.gif);
    background-position: center 0%;
    background-repeat: no-repeat;
}
#global ul li.n07 {
    background-repeat: no-repeat;
    background-image: url(../img/menu/menu_07.gif);
    display: block;
    float: left;
    width: 13.9%;
    height: 60px;
    outline: none 0;
    background-position: center 0%;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
}
#global ul li.n07 a {
	display: block;
	float: left;
	width: 100%;
	height: 60px;
	outline: none 0;
}
#global ul li.n07 a:hover {
    background-image: url(../img/menu/menu_07a.gif);
    background-position: center 0%;
    background-repeat: no-repeat;
}

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

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

#headerimg {
    padding-top: 0px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
}
.headimage {
    text-align: center;
    background-color: #ebfff3;
    background-image: url(../img/headerimg-bg.jpg);
    background-position: right 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#block1 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    background-color: #f5ffec;
    background-image: url(../img/block1_02.jpg);
    background-position: right 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#block1inner {
    padding-top: 30px;
    padding-right: 380px;
    padding-left: 10%;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
	font-size: 1em;
    line-height: 1.7em;
}
#block2 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    background-color: #dfefff;
    background-image: url(../img/block2_02.jpg);
    background-position: left 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#block2inner {
    padding-top: 30px;
    padding-left: 400px;
    padding-right: 10%;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
	font-size: 1em;
    line-height: 1.7em;
}
#block3 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    background-color: #fff9e2;
    background-image: url(../img/block3_02.jpg);
    background-position: right 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#block3inner {
    padding-top: 30px;
    padding-right: 380px;
    padding-left: 10%;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
	font-size: 1em;
    line-height: 1.7em;
}
#block4 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    width: 100%;
    background-color: #ffecf2;
    background-image: url(../img/block4_02.jpg);
    background-position: left 0%;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
#block4inner {
    padding-top: 30px;
    padding-left: 400px;
    padding-right: 10%;
    padding-bottom: 30px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
	font-size: 1em;
    line-height: 1.7em;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
h2 {
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-top: 18px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 85px;
    border-bottom: 2px solid #9fbeff;
    background-image: url(../img/h2a.gif);
    background-repeat: no-repeat;
    background-color: #f5f8ff;
    min-height: 30px;
}
h3 {
    font-size: 1.1em;
    font-weight: bold;
    clear: both;
    margin-top: 10px;
    margin-right: 0;
    margin-bottom: 15px;
    margin-left: 0;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 30px;
    background-image: url(../img/h3a.gif);
    background-repeat: no-repeat;
    border-bottom: 2px solid #72a1fd;
    background-position: 0% center;
}
.point {
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 65px;
    background-image: url(../img/point.gif);
    background-repeat: no-repeat;
    background-position: 0% center;
    min-height: 45px;
}
.check {
    font-size: 1.2em;
    font-weight: bold;
    clear: both;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 100px;
    background-image: url(../img/check.gif);
    background-repeat: no-repeat;
    background-position: 0% center;
    min-height: 40px;
    border-bottom: 3px double #72a1fd;
}

#box-4 ul li {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	list-style: none;
	line-height: 1.5em;
	font-size: 0.85em;
}
#box-4 li {
    float: left;
    width: 25%;
    list-style: none;
    text-align: center;
    min-height: 175px;
    max-width: 180px;
}
#box-4:after {
	content: "";
	display: block;
	clear: both;
}
#box-4 img {
	max-width: 100%;
}
.box1 {
	width: 48%;
	float: left;
	margin-bottom: 15px;
}
.box2 {
	width: 48%;
	float: right;
	margin-bottom: 15px;
}
td.td-price1 {
    background-color: #e6fff3;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    font-size: 0.9em;
}
td.td-price2 {
    background-color: #e7e7e7;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    min-width: 100px;
	font-size: 0.9em;
}
td.td-price3 {
    font-weight: bold;
    background-color: #ffe9f1;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 3px;
    border-right: 1px solid #969696;
    border-bottom: 2px solid #969696;
	font-size: 0.9em;
}
td.td-area {
    font-size: 0.9em;
    background-color: #e6fff3;
    text-align: center;
    width: 30px;
    padding: 3px 5px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
	vertical-align: middle;
}
td.td-areaplef {
    font-size: 0.9em;
    background-color: #e7e7e7;
    text-align: center;
    width: 75px;
    padding: 3px 5px;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
	vertical-align: middle;
}
td.td-area-no { font-size: 0.9em; font-weight: bold; background-color: #ffe9f1; padding: 3px 5px; border-right: 1px solid #969696; border-bottom: 1px solid #969696; }
td.td-area-ok { font-size: 0.9em; background-color: #edf3ff; padding: 3px 5px; border-right: 1px solid #969696; border-bottom: 1px solid #969696; }
td.td-dstyle1 {
	font-size: 0.9em;
	background-color: #e6fff3;
	text-align: center;
	padding: 3px 5px;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
td.td-dstyle2 {
	font-size: 0.9em;
	background-color: #e7e7e7;
	padding: 3px 5px;
	border-right: 1px solid #969696;
	border-bottom: 1px solid #969696;
}

.pc-off{
	display: none;
}







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

#menu p {
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 1.6em;
}
#menu a {
	text-decoration: none;
	color: #363636;
}
#menu a:hover {
	text-decoration: none;
	color: #ff6f00;
}
#navibox1 {
    background-repeat: no-repeat;
    width: 223px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-bottom: 7px;
    background-image: url(../img/navibox1.gif);
    padding-top: 45px;
    margin-top: 12px;
    padding-left: 5px;
    background-color: #e9f0fe;
    border: 1px solid #c8c8c8;
    font-size: 1.1em;
}
#navibox2 {
    background-repeat: no-repeat;
    width: 223px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-bottom: 7px;
    background-image: url(../img/navibox2.gif);
    padding-top: 45px;
    margin-top: 12px;
    padding-left: 5px;
    background-color: #e9f0fe;
    border: 1px solid #c8c8c8;
    font-size: 1.1em;
}
#navibox3 {
    background-repeat: no-repeat;
    width: 223px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-bottom: 7px;
    background-image: url(../img/navibox3.gif);
    padding-top: 45px;
    margin-top: 12px;
    padding-left: 5px;
    background-color: #e9f0fe;
    border: 1px solid #c8c8c8;
    font-size: 1.1em;
}
#menu ul li {
    text-decoration: none;
    list-style-image: url(../img/sidemenu-icon.png);
    margin-left: 20px;
    line-height: 1.8em;
}




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

#footer {
    font-size: 0.85em;
    line-height: 1.6em;
    vertical-align: top;
    clear: both;
    margin-top: 50px;
    border-top: 1px dashed #969696;
    background-color: #e1ebff;
    background-image: url(../img/footer-bg.gif);
    background-repeat: repeat-x;
}

#footer p {
	margin-top: 6px;
	margin-bottom: 4px;
}
#footerbox {
    vertical-align: top;
    order-right-style: solid;
    margin-bottom: 0;
    margin-left: auto;
    width: 65%;
    text-align: right;
    margin-right: auto;
    padding-bottom: 10px;
    background-image: url(../img/footer-logo.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    padding-top: 15px;
    min-width: 730px;
    padding-left: 220px;
}
.footertext {
	color: #FFF;
	font-size: 12px;
	background-color: #72a1fd;
	text-align: center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.footertext a {
	color: #FFF;
}

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

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


}
