@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

html
{
	height:100%;
}
body
{
font:90%/1.5 Quicksand,游ゴシック体,Yu Gothic,YuGothic,ヒラギノ角ゴシック Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
color:#333;
background:url();
-webkit-text-size-adjust: none;
height:100%;
margin:0;
padding:0;
}

/* リンク設定
------------------------------------------------------------*/
a{
}

a:hover, a:active{
}

a img:hover {
	opacity: 0.5 ;
	filter: alpha(opacity=50) ;	/* Ie用 */
}

a img {
	-webkit-transition: 0.4s ;
	transition: 0.4s ;
}


/**** Clearfix ****/
.nav .panel:before,nav .panel:after, nav#mainNav:before,nav#mainNav:after, .newsTitle:before,.newsTitle:after, article:before, article:after{content: ""; display: table;}
nav .panel:after,nav#mainNav:after,.newsTitle:after,article:after{clear: both;}
nav .panel,nav#mainNav,.newsTitle,article{zoom: 1;}


*:first-child+html input[type="submit"]{padding:3px;}

/* フォーム
------------------------------------------------------------*/
input
{
	font-family:"メイリオ","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
}

/* テキスト */
input[type="text"], input[type="tel"],input[type="email"] ,textarea{
vertical-align:middle;
border:1px solid #d4d4d7;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
font-size:100%;
color:#333;
background:#fcfcfc;
    line-height: 2.5;
    box-sizing: border-box;
    padding: 0 5px;
}
	/* regist */
	input.regist-text
	{
		padding:2px 5px;
		line-height:2.5;
		width:90%;
	}
	input.regist-text_middle
	{
		padding:2px 5px;
		line-height:2.5;
		width:45%;
	}
	input.regist-text_short
	{
		padding:2px 5px;
		line-height:2.5;
		width:20%;
	}
	/* start */
	input.start-text
	{
		padding:0 2%;
		line-height:1.6;
		width:94%;
		color:#666;
	}

/* テキストエリア */
textarea{
font-family:"メイリオ","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
line-height:2.5;
}
	textarea.contact-textarea{
	font-family:"メイリオ","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	min-height:200px;
	width:96%;
	line-height:2.5;
	padding:2% 2%;
	}

/* セレクト */	
select{
font-family:"メイリオ","Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
line-height:2.5;
height:2.8em;
padding:2px 3px;
border-radius:6px;
-webkit-border-radius:6px;
-moz-border-radius:6px;
border:1px solid #d4d4d7;
background:#fcfcfc;
}
		/* regist */
		select.regist-select
		{
		}
		
		/* start */
		select.start-select
		{
			color:#666;
			line-height:2.3;
			height:2.3em;
			padding:2px 3px;
		}

/* ラベル */	
label
{
	margin-right:1em;
}


/* ラジオボタン */

		/* regist */	
					input[type="radio"] {
						display: none;
					}
					label.radio-design01 {
						position: relative;
						display: inline-block;
						padding: 3px 3px 3px 20px;
						cursor: pointer;
					}
					label.radio-design01::before,
					label.radio-design01::after {
						position: absolute;
						content: '';
						top: 50%;
						border-radius: 100%;
						-webkit-transition: all .2s;
						transition: all .2s;
					}
					label.radio-design01::before {
						left: 0;
						width: 14px;
						height: 14px;
						margin-top: -8px;
						background: #f3f3f3;
						border: 1px solid #ccc;
					}
					label.radio-design01:hover::before {
						background: #fff;
					}
					label.radio-design01::after {
						opacity: 0;
						left: 4px;
						width: 8px;
						height: 8px;
						margin-top: -4px;
						background: #3498db;
						-webkit-transform: scale(2);
						transform: scale(2);
					}
					input[type="radio"]:checked + label.radio-design01::before {
						background: #fff;
						border: 1px solid #3498db;
					}
					input[type="radio"]:checked + label.radio-design01::after {
						opacity: 1;
						-webkit-transform: scale(1);
						transform: scale(1);
					}
					
/* チェックボックス */
					input[type="checkbox"] {
						display: none;
					}
					label.checkbox-design01 {
						position: relative;
						display: inline-block;
						padding: 3px 3px 3px 22px;
						cursor: pointer;
						-webkit-transition: all .2s;
						transition: all .2s;
					}
					label.checkbox-design01::before,
					label.checkbox-design01::after {
						position: absolute;
						content: '';
						-webkit-transition: all .2s;
						transition: all .2s;
					}
					label.checkbox-design01::before {
						top: 50%;
						left: 0;
						width: 14px;
						height: 14px;
						margin-top: -8px;
						background: #f4f4f4;
						border: 1px solid #ccc;
						border-radius: 3px;
					}
					label.checkbox-design01::after {
						opacity: 0;
						top: 50%;
						left: 3px;
						width: 8px;
						height: 4px;
						margin-top: -4px;
						border-left: 2px solid #3498db;
						border-bottom: 2px solid #3498db;
						-webkit-transform: rotate(-45deg) scale(.5);
						transform: rotate(-45deg) scale(.5);
					}
					label.checkbox-design01:hover::before {
						background: #fff;
					}
					input[type="checkbox"]:checked + label.checkbox-design01::before {
						background: #fff;
						border: 1px solid #3498db;
					}
					input[type="checkbox"]:checked + label.checkbox-design01::after {
						opacity: 1;
						-webkit-transform: rotate(-45deg) scale(1);
						transform: rotate(-45deg) scale(1);
					}

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

.clear
{
	clear:both;
}

a
{
	transition: all .3s;
}
button
{
	transition: all .3s;
	cursor: pointer;
}

/* リンク
------------------------------------------------------------*/
a:link {color:#009ECE; text-decoration:none;} 
a:visited {color:#009ECE;} 
a:hover {color:#3FBAFF;} 
a:active {color:#3FBAFF;}

/* タイポグラフィ
*****************************************************/

html>body h2.title span{padding: 7px 10px;} /* IE7, IE8 */


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

/*--------------------●共通---------------------*/
.right
{
	text-align:right;
}
h2.h2styleA
		{
			font-size:2.2em;
			color:#333;
		}
span.textSizing-s
{
	font-size:0.8em;
	margin:0 0.3em;
}
span.textSizing-l
{
	font-size:1.3em;
	margin:0 0.3em;
}
.pc-display
{
	display:block;
}
.tblt-display
{
	display:none;
}
.sp-display
{
	display:none;
}
.sp-hidden
{
	display:block;
}
.tblt-hidden
{
	display:block;
}

div#WholeWrap
{
	width:100%;
	height:100%;
	margin:0;	padding:0;
     height:auto !important; /*IE6対策*/
     height: 100%; /*IE6対策*/
     min-height: 100%;
}

img.floating {
bottom: 30px;
right:30px;
position: fixed;
z-index: 1;
width:100px;
}

div.Btn00-wrap
	{
		margin:3em auto 2em;
		padding-bottom:3em;
		border-bottom:1px dotted #5F4725;
		width:100%;
	}
	div.Btn00
	{
		line-height:55px;
		height:55px;
		padding:0;
		margin:0 auto;
		width:50%;
		text-align:center;
		font-size:1.4em;
		color:#5F4725;
		background:#EFECE4;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		position:relative;
		border:1px solid #5F4725;
	}
	div.Btn00 a
	{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		color:#5F4725;
	}
		div.Btn00 a:hover
		{
			color:#877842;
			background:#fff;
			border-radius:7px;
			-webkit-border-radius:7px;
			-moz-border-radius:7px;
		}
		
/*----------------------●FadeIn--------------------------*/
.effect i {
  height: auto;
  padding: 0;
  margin:0;
  font-size: auto;
  transition: 2.0s;
} 
.effect div {
  margin: auto;
  transition: 1.8s;
  transition-delay: .0s;
}

/*--------------------●Header---------------------*/
h1.head-h1{
    text-indent: -9999px;
    line-height: 0;
    color: #fff;
}
header
{
	width:auto;
	border-bottom:1px solid #888;
    background: #fff;
}
	div#header-inner
	{
		width:1200px;
		height:auto;
		margin:0 auto;
		text-align:center
	}
		div#header-logo
		{
		}
			div#header-logo img
			{
				width:330px;
				margin:18px auto 14px;
			}
div.headLine{
    height: 5px;
    margin: 0 auto;
    background: url(../img/common/headLine.png) center;
    background-size: cover;
}
/*--------------------●NAVI---------------------*/
nav#nav_pc
{
	width:auto;
	padding:10px 0;
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
}
	div#nav_pc-Inner
	{
		width:1200px;
		margin:0 auto;
		height:auto;
		position: relative;
	}
		ul#menu-pc
		{
			display: block;
		}
#menu-pc li {
  float: left;
  width: 16.666%;
  text-align: center;
  position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
}
#menu-pc li a {
	height:24px;
	width:100%;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
	background:#ccc;
}
	/*------off*/
	#menu-pc li.menu-01 a {
		background:url(../img/common/menu-01.png) no-repeat center;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-02 a {
		background:url(../img/common/menu-02.png) no-repeat center;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-03 a {
		background:url(../img/common/menu-03.png) no-repeat center;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-04 a {
		background:url(../img/common/menu-04.png) no-repeat center;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-05 a {
		background:url(../img/common/menu-05.png) no-repeat center;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-06 a {
		background:url(../img/common/menu-06.png) no-repeat center;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-07 a {
		background:url(../img/common/menu-07.png) no-repeat center;
		background-size:200px;
		background-position:center;
	}
	
	/*------hover*/
	#menu-pc li.menu-01 a:hover {
		background:url(../img/common/menu-01_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-02 a:hover {
		background:url(../img/common/menu-02_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-03 a:hover {
		background:url(../img/common/menu-03_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-04 a:hover {
		background:url(../img/common/menu-04_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-05 a:hover {
		background:url(../img/common/menu-05_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-06 a:hover {
		background:url(../img/common/menu-06_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-07 a:hover {
		background:url(../img/common/menu-07_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	
	/*------stay*/
	#menu-pc li.menu-01_on a {
		background:url(../img/common/menu-01_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-02_on a {
		background:url(../img/common/menu-02_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-03_on a {
		background:url(../img/common/menu-03_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-04_on a {
		background:url(../img/common/menu-04_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-05_on a {
		background:url(../img/common/menu-05_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-06_on a {
		background:url(../img/common/menu-06_on.png) no-repeat;
		background-size:200px;
		background-position:center;
	}
	#menu-pc li.menu-07_on a {
		background:url(../img/common/menu-07_on.png) no-repeat;
		background-size:171px;
		background-position:center;
	}

#menu-pc li.nav-sp
{
	display:none;
}

#menu-pc li ul.sub-menu {
  display: none;  /*サブメニューは最初は非表示にしておく*/
  position: absolute;  /*絶対配置にしておかないとうまくいかない*/
  top: 2em;
  left: 30%;
}
#menu-pc li:hover ul.sub-menu {
  display: block;    /*マウスオーバー時にサブメニューを表示する*/
}
#menu-pc li ul.sub-menu li {
  float: none;  /*サブメニューはフロートさせないので解除*/
}


/*----------------------●SP NAVI--------------------------*/


/*----------------------●MainVisual--------------------------*/
div.mainvisual
{
	max-width:100%;
	margin:0 auto;
    background: #fff;
}
	div.mainvisual img
	{
		width:100%;
	}
img.sliderImg
	{
		width:980px;
	}
	/* 　 ヘッドスライダー（PC）  　●　
------------------------------------------------------------*/
	.wideslider {
		display:block;
		width: 100%;
		text-align: left;
		position: relative;
		overflow: hidden;
	}
	.wideslider,
	.wideslider * {
	margin: 0;
	padding: 0;
	}
	
	.wideslider ul,
	.wideslider ul li {
		float: left;
		display: inline;
		overflow: hidden;
	}
	
	.wideslider ul li img {
		width: 100%;
		display: none;
	}
	
	.wideslider_base {
		top: 0;
		position: absolute;
	}
	.wideslider_wrap {
		top: 0;
		position: absolute;
		overflow: hidden;
	
	}
	.slider_prev,
	.slider_next {
		top: 0;
		overflow: hidden;
		position: absolute;
		z-index: 100;
		cursor: pointer;
	}
	.slider_prev {background: #fff url(../images/prev.png) no-repeat right center;}
	.slider_next {background: #fff url(../images/next.png) no-repeat left center;}
	
	.pagination {
		display: none;
		bottom: 10px;
		top:400px;
		left: 0;
		width: 100%;
		height: 20px;
		text-align: center;
		position: absolute;
		z-index: 200;
	}
	
	.pagination a {
		margin: 0 10px;
		width: 20px;
		height: 20px;
		display: inline-block;
		overflow: hidden;
		background: #FFA600;
	}
	.pagination a.active {
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}
	
	
	/* =======================================
		ClearFixElements
	======================================= */
	.wideslider ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}
	
	.wideslider ul {
		display: inline-block;
		overflow: hidden;
	}

/*----------------------●Base--------------------------*/
h2.h2-baseImg img{
    height:26px;
    margin-bottom: 0.6em;
}
h2.h2-baseTitle{
    font-size: 2em;
    color: #0E0E0E;
    margin-bottom: 0.5em;
}
img.icon-BaseA{
    height:60px;
}
img.icon-BaseB{
    height:80px;
}
/*----------●Section01---------*/
section#section01
{
	width:100%;
	background:#fff url(../img/index_sct01_bg.png) center no-repeat;
    background-size: 2000px;
	border-bottom: 1px solid #ccc;
}
	div#sct01-Inner
	{
		width:1200px;
		margin:0 auto;
		padding:3em 0 2em;
        text-align: center;
	}

h2.sct01-h2{
}
    h2.sct01-h2 span{
        font-size: 1.1em;
        color: #999;
    }

div.sct01-BoxWrap{
    width:980px;
    margin: 2em auto 0;
}
    div.sct01-Box{
        width:29%;
        margin: 0 1.5%;
        display: inline-block;
        vertical-align: top;
        text-align: left;
        position: relative;
    }
    div.sct01-Box a{
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
        div.sct01-Box a:hover{
            background: rgba(255,255,255,0.39);
        }
    div.sct01-Box2Wrap{
        width:980px;
        margin: 1em auto;
    }
        div.sct01-Box2{
            width:100%;
            margin: 0 auto;
        }
            div.sct01-Box2 img{
                width:70%;
            }
div.sct01-BoxIcon{
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
	div.sct01-BoxIcon img{
		height: 70px;
		margin-bottom: 20px;
	}
div.sct01-BoxBase{
    height:200px;
    margin-bottom: 0.8em;
    text-align: center;
    position: relative;
}
    div.sct01-Box h4{
            font-size: 1.35em;
            color:#fff;
        }

    div.sct01-BoxA{
        background: url(../img/index-sct01-BoxAbg.png) center;
        background-size: cover;
        position: relative;
    }
        div.sct01-BoxA-Title{
            background: url(../img/index-sct01-BoxA-Titlebg.png);
            height: 50px;
            line-height: 50px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }

    div.sct01-BoxB{
        background: url(../img/index-sct01-BoxBbg.png) center;
        background-size: cover;
    }
        div.sct01-BoxB-Title{
            background: url(../img/index-sct01-BoxB-Titlebg.png);
            height: 50px;
            line-height: 50px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }
    div.sct01-BoxC{
        background: url(../img/index-sct01-BoxCbg.png) center;
        background-size: cover;
    }

        div.sct01-BoxC-Title{
            background: url(../img/index-sct01-BoxC-Titlebg.png);
            height: 50px;
            line-height: 50px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }

/*----------●Section02---------*/
section#section02
{
	width:100%;
	background:url(../img/index-sct02-bg.png) center;
    background-size:cover;
}
    div#sct02-Inner
    {
        width:1200px;
        margin:0 auto;
        padding:4em 0;
        text-align: center;
	}
    
        div.index-h3-styleA{
            font-size: 1.3em;
            text-align: center;
            color: #fff;
            background: #FFA600;
            width: 500px;
            padding: 0;
            margin: 0 auto 1.5em;
            line-height: 1.8;
            border-radius: 30px;
        }
    div.sct02-BoxWrap{
        width:980px;
        margin: 3em auto;
    }
        div.sct02-Box{
            width:30%;
            margin: 0 1.5%;
            background: rgba(255,255,255,0.63);
            padding: 1.5em 1.5em;
            box-sizing: border-box;
            display: inline-block;
            text-align: center;
        }
            img.sct02-Box-icon{
                height:70px;
            }
            div.sct02-Box h4{
                font-size: 2.2em;
                color:#555;
                margin: 7px auto;
                letter-spacing: 0.1em;
            }
            div.sct02-Box p{
                text-align: left;
            }

    div.index-BtnDetailA{
        width:400px;
        text-align: center;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
        background: #0080c5;
        border-radius: 8px;
        position: relative;
    }
        div.index-BtnDetailA a{
            color: #fff;
            display: block;
            width: 100%;
            height: 100%;
        }
        div.index-BtnDetailA a:hover{
            background: #0070B7;
            border-radius: 8px;
            color: #FFF9A8;
        }


section#section02B
{
	width:100%;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
}
    div#sct02B-Inner
    {
        width:980px;
        margin:0 auto;
        padding:2em 0 3em;
        text-align: center;		
	}
	div.sct02B-left{
		width:50%;
		display: inline-block;
	}
		div.sct02B-Title{
			background:url(../img/index-sct02-icon01_w.png) no-repeat left;
			height: 110px;
			background-size: 110px;
			padding-left: 100px;
			padding-top: 27px;
			box-sizing: border-box;
			margin-bottom: 10px;
		}
			h3.sct02B-h3{
				background:#0080c5;
				color: #fff;
				font-size: 1.6em;
				line-height: 2.4;
			}
				div.sct02B-left p{
					text-align: left;
				}
	div.sct02B-right{
		width:46%;
		margin-left: 3%;
		display: inline-block;
	}
		div.sct02B-right img{
			width:100%;
			border: 10px solid #fff;
			box-sizing: border-box;
		}

/*----------●Section03---------*/
section#section03
{
	width:100%;
	background:url(../img/index-sct03-bg.png) center;
    background-size:cover;
}
    div#sct03-Inner
    {
        width:1200px;
        margin:0 auto;
        padding:4em 0;
        text-align: center;
	}
    div.sct03-BoxWrap{
        width:980px;
        margin: 3em auto;
    }
div.sct03-Box{
    background: #f1f1f1 url(../img/index-sct03-boxBg.png) no-repeat;
    background-size: 170px;
    background-position: top right;
    padding: 2em 12em 2em 3em;
	margin: 20px auto 0;
    box-sizing: border-box;
    text-align: left;
    width: 80%;
    font-size: 1.1em;
}
    div.sct03-Box h4{
        color:#0080c5;
        font-size: 1.8em;
        margin-bottom: 0.7em;
    }
    div.index-BtnDetailB{
        width:400px;
        text-align: center;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
        background: #00aac5;
        border-radius: 8px;
        position: relative;
    }
        div.index-BtnDetailB a{
            color: #fff;
            display: block;
            width: 100%;
            height: 100%;
        }
        div.index-BtnDetailB a:hover{
            background: #09889C;
            border-radius: 8px;
            color: #FFF9A8;
        }

section#section03B
{
	width:100%;
	background: #fff;
}
    div#sct03B-Inner
    {
        width:980px;
        margin:0 auto;
        padding:3em 0 3em;
        text-align: center;
		border-bottom: 1px solid #ddd;
	}
	div.sct03B-left{
		width:46%;
		margin-right: 3%;
		display: inline-block;
	}
		div.sct03B-Title{
			background:url(../img/index-sct03-icon01_w.png) no-repeat left;
			height: 110px;
			background-size: 110px;
			padding-left: 100px;
			padding-top: 27px;
			box-sizing: border-box;
			margin-bottom: 10px;
		}
			h3.sct03B-h3{
				background:#00aac5;
				color: #fff;
				font-size: 1.8em;
				line-height: 2.4;
			}
	div.sct03B-right{
		width:50%;
		display: inline-block;
	}
		div.sct03B-left img{
			width:100%;
			border: 10px solid #f1f1f1;
			box-sizing: border-box;
		}
	div.sct03B-right p{
		text-align: left;
	}

/*----------●Section04---------*/
section#section04
{
	width:100%;
	background:url(../img/index-sct04-bg.png) center;
    background-size:cover;
}
    div#sct04-Inner
    {
        width:1200px;
        margin:0 auto;
        padding:4em 0;
        text-align: center;
	}
    div.sct04-BoxWrap{
        width:980px;
        margin: 3em auto;
    }
div.sct04-Box{
    background: rgba(255,255,255,0.52) url(../img/index-sct04-boxBg.png) no-repeat;
    background-size: 190px;
    background-position: bottom right;
    padding: 2em 12em 2em 3em;
    box-sizing: border-box;
    text-align: left;
    width: 70%;
    font-size: 1.1em;
}
    div.sct04-Box h4{
        color:#0080c5;
        font-size: 1.8em;
        margin-bottom: 0.7em;
    }
    div.index-BtnDetailC{
        width:400px;
        text-align: center;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
        background:#00cb9e;
        border-radius: 8px;
        position: relative;
    }
        div.index-BtnDetailC a{
            color: #fff;
            display: block;
            width: 100%;
            height: 100%;
        }
        div.index-BtnDetailC a:hover{
            background:#19AF70;
            border-radius: 8px;
            color: #FFF9A8;
        }

/*----------●Section05---------*/
section#section05
{
	width:100%;
	background:#fff;
}
	div#sct05-Inner
	{
		width:1200px;
		margin:0 auto;
		padding:3em 0;
        text-align: center;
}
h2.sct05-h2{
}
h2.sct05-h2 span{
    font-size: 1.1em;
    color: #999;
}

h3.sct05-h3{
    font-size: 1.8em;
    margin: 1em auto;
}
    h3.sct05-h3 span{
        font-weight: bold;
        font-size: 1.2em;
    }
div.sct05-box{
    width:900px;
    margin: 0 auto;
}
div.sct05-box img{
    width:100%;
}
div.sct05-annotation{
    background: #29a8df;
    line-height: 1.8em;
    color: #fff;
    border-radius: 30px;
    margin: 2em auto 0;
    font-size: 1.2em;
    width: 500px;
}

/*----------●Section06---------*/
section#section06
{
	width:100%;
	background:#fff;
}
	div#sct06-Inner
	{
		width:980px;
		margin:0 auto;
		padding:4em 0 3em;
        text-align: center;
}
h2.sct06-h2{
}
h2.sct06-h2 span{
    font-size: 1.1em;
    color: #999;
}
div.sct06-boxWrap{
    width:760px;
    margin: 0 auto;
}
div.sct06-box{
    width:46%;
    margin: 0 1.5%;
    display: inline-block;
    vertical-align: top;
}
div.sct06-box img{
    width:110px;
    margin: 0 auto;
    margin-bottom: 1em;
}
a.sct06-link{
    color: #555;
    font-size: 1.2em;
    margin-bottom: 1em;
}
a.sct06-link span{
    font-size: 1.4em;
}
div.sct06-box p{
    margin-top: 1em;
    line-height: 1.8;
}

/*----------●SectionArea---------*/
section#sectionArea
{
	width:100%;
	background:#eee url(../img/sctArea_bg.png) no-repeat center;
    background-size: cover;
    color:#333;
    text-shadow: 0px 0px 2px #fff;
    border-bottom: 1px solid #ccc;
}
	div#sctArea-Inner
	{
		width:980px;
		margin:0 auto;
		padding:3.5em 0;
        text-align: center;
}
h2.sctArea-h2{
    font-size:2.2em;
    margin-bottom: 0.6em;
}
h3.sctArea-h3{
    font-size: 1.4em;
    margin: 0.5em auto 1em;
}
    h3.sctArea-h3 span{
        font-weight: bold;
        font-size: 1.2em;
    }
div.sctArea-annotation{
    background: #fff;
    line-height: 1.8em;
    color: #222;
    border-radius: 30px;
    margin: 1em auto 0;
    font-size: 1.2em;
    width: 500px;
}
div.sctArea-Box{
    font-size:2em;
    font-weight:bold;
    color:#0D86B9;
}

section#palala{
    height: 380px;
}
.palala-bg{
    background:url(../img/index_palala.jpg);
    background-position: center;
    background-size: cover;
    background-attachment:fixed; 
}
/*----●PBG-----*/
		.PBG > div {
			min-width: auto;
			background: no-repeat 50% 0 fixed;
			margin: 0 auto;
			position: relative;
		}
		.PBG #box01 {
			height: 400px;
			background-image:url(../img/index_palala.jpg);
			z-index: 1;
			background-position: center center;
			/* 画像をタイル状に繰り返し表示しない */
			background-repeat: no-repeat;
			/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
			background-attachment: fixed;
			/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
			background-size: cover;
			/* 背景画像が読み込まれる前に表示される背景のカラー */
			background-color: #fff;
		}
		.PBG #box02 {
			height: 400px;
			background-image:url(../img/index_palala.jpg);
			z-index: 1;
			background-position: center center;
			/* 画像をタイル状に繰り返し表示しない */
			background-repeat: no-repeat;
			/* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
			background-attachment: fixed;
			/* 表示するコンテナの大きさに基づいて、背景画像を調整 */
			background-size: cover;
			/* 背景画像が読み込まれる前に表示される背景のカラー */
			background-color: #fff;
		}
		.PBG .inner {
		}
			img.pbgImg
			{
				display:none;
			}

/*--------------------●SUB PAGE ---------------------*/
div.btn-Wrap{
    margin: 4em auto 3em;
}
    div.btn-styleA{
        width:380px;
        text-align: center;
        color: #fff;
        background: #0094b3;
        line-height: 50px;
        height: 50px;
        border-radius: 6px;
        margin: 0 auto;
        position: relative;
        font-size: 1.2em;
    }
        div.btn-styleA a{
            color: #fff;
            display: block;
            width: 100%;
            height: 100%;
        }
            div.btn-styleA a:hover{
                background: #00a1b3;
                border-radius: 6px;
                color:#F9FF97;
            }
h3.sub-h3-styleA{
    font-size: 2em;
    margin: 0 auto 1em;
    color: #333;
}
h3.sub-h3-styleB{
    font-size: 2em;
    margin: 0 auto 1em;
    color: #fff;
}
h3.sub-h3-styleC{
    font-size: 2em;
    margin: 0 auto 1em;
    color: #0071ad;
}
h4.sub-h4-styleA{
    font-size: 1.4em;
    color: #007795;
    margin: 0 auto 0.5em;
}
span.sizing-s{
    font-size: 0.7em;
}
span.sizing-l{
    font-size: 1.4em;
    margin: 0 4px;
}
img.arrow{
    width:105px;
    margin-bottom: 2em;
}
div.subVisual{
    width:100%;
    min-height: 270px;
}
    div.subVisual-Inner{
        width:1200px;
        margin: 0 auto;
        padding: 10px 0;
    }
        ul.panlist{
            color: #fff;
        }
            ul.panlist li{
                display: inline-block;
            }    
                ul.panlist li a{
                    color: #B2E8FF;
                }
                ul.panlist li span{
                    margin: 0 8px;
                }
                    div.subVisualTitle{
                        width: 100%;
                        text-align: center;
                        padding: 2em 0;
                        font-size: 2em;
                        color: #fff;
                        text-shadow: 1px 1px 2px #333;
                    }
                        div.subVisualTitle span{
                            font-size: 0.8em;
                        }

div#subNaviWrap{
    width:100%;
    padding: 1.5em 0 2em;
    border-bottom: 1px solid #ddd;
}
    div.subNaviInner{
        width:1020px;
        margin: 0 auto;
    }
        ul.subNavi{
            text-align: center;
        }
li.subNavi-base{
    width:22%;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 0.5%;
    min-width: 115px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 0;
    box-sizing: border-box;
}
    li.subNavi-base a{
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
    }
    li.subNavi-base a:hover{
        color: #FFFE8D;
    }
            li.subNavi-styleA_off{
                background: #0080ba;
            }
            li.subNavi-styleA{
                background: #0080ba;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
            }
                li.subNavi-styleA:after{
                    content: "";
                    position: absolute;
                    bottom: -15px; left: 50%;
                    margin-left: -15px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 15px 15px 0 15px;
                    border-color: #0080ba transparent transparent transparent;
                }
            li.subNavi-styleB_off{
                background: #0098ba;
            }
            li.subNavi-styleB{
                background: #0098ba;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
            }
                li.subNavi-styleB:after{
                    content: "";
                    position: absolute;
                    bottom: -15px; left: 50%;
                    margin-left: -15px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 15px 15px 0 15px;
                    border-color: #0098ba transparent transparent transparent;
                }
            li.subNavi-styleC_off{
                background: #00b3b1;
            }
            li.subNavi-styleC{
                background: #00b3b1;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
            }
                li.subNavi-styleC:after{
                    content: "";
                    position: absolute;
                    bottom: -15px; left: 50%;
                    margin-left: -15px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 15px 15px 0 15px;
                    border-color: #00b3b1 transparent transparent transparent;
                }
            li.subNavi-styleD_off{
                background: #00c093;
            }
            li.subNavi-styleD{
                background: #00c093;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
            }
                li.subNavi-styleD:after{
                    content: "";
                    position: absolute;
                    bottom: -15px; left: 50%;
                    margin-left: -15px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 15px 15px 0 15px;
                    border-color: #00c093 transparent transparent transparent;
                }
div.sub-annotation{
    font-size: 1.3em;
    text-align: center;
    color: #fff;
    background: #FFA600;
    width: 500px;
    padding: 0;
    margin: 0 auto 2em;
    line-height: 1.8;
    border-radius: 30px;
}

div#subNaviWrapFooter{
    width:100%;
    padding: 2.5em 0;
}

/*--------------------●Maintenance ---------------------*/	
div.sv-mainte{
    background:rgba(0,0,0,0.78) url(../img/index-sct02-bg.png);
    background-size: cover;
}
section#maintenance01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.maintenance01-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
        div.maintenance01-box{
            text-align: left;
            font-size: 1.1em;
            margin: 0 auto;
            padding: 1em 12em 2em 1em;
            box-sizing: border-box;
            background: url(../img/index-sct03-boxBg.png) no-repeat right bottom;
            background-size: 195px;
        }
section#maintenance02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0;
    background: url(../img/mainte01-bg.png) repeat-y;
    background-size: 100%;
}
    div.maintenance02-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
        div.maintenance02-box1{
            width:100%;
        }
        div.maintenance02-box1 img{
            width: 66%;
            margin: 0 auto;
            margin-bottom: 2.5em;
        }
        div.maintenance02-box2{
            border: 3px solid #008e82;
            box-sizing: border-box;
            margin: 0 auto;
            padding: 2em 3em 1em;
            width:800px;
            font-size: 1.1em;
            text-align: left;
            background: #fff url(../img/mainte02-bg.png) no-repeat right bottom;
            background-size: 190px;
        }
            div.maintenance02-box2 img{
                width: 86%;
                margin: 2em auto 1em;
            }
section#maintenance03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
    background: url(../img/mainte03-bg.png) repeat-y;
    background-size: cover;
}
    div.maintenance03-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
        div.maintenance03-boxWrap{
            width:700px;
            margin: 0 auto;
            text-align: left;
            box-sizing: border-box;
            padding: 0;
        }
        div.maintenance03-box{
            width:100%;
            margin: 1em auto 0;
            box-sizing: border-box;
            padding: 1em 5em;
            background: rgba(255,255,255,0.67);
            font-size: 1.1em;
            line-height: 2;
        }

section#maintenance04{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
    background: #fff;
}
    div.maintenance04-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
        div.maintenance04-message{
            width:800px;
            margin: 0 auto 1.5em;
            text-align: left;
            font-size: 1.1em;
        }
            div.maintenance04-box{
                width:900px;
                margin: 0 auto 1em;
                padding: 1em 1em;
                background: url(../img/mainte04-bg.png);
                box-sizing: border-box;
                text-align: left;
                vertical-align: top;
            }
                div.maintenance04-box figure{
                    width:33%;
                    margin: 0;
                    padding: 0;
                    display: inline-block;
                    vertical-align: top;
                    text-align: center;
                }
                    div.maintenance04-box figure img{
                        width: 90%;
                        border: 3px solid #fff;
                    }
                    div.maintenance04-boxText{
                        display: inline-block;
                        width:66%;
                        vertical-align: top;
                    }
section#maintenance05{
    width:100%;
    margin: 0 auto;
    padding: 5em 0 3em;
    background: #edffe3 url(../img/arrowB.png) no-repeat center top;
    background-size:110px; 
}
    div.maintenance05-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
        div.maintenance05-box{
            width:880px;
            margin: 0 auto;
            box-sizing: border-box;
        }
            div.maintenance05-boxText{
                width:60%;
                display: inline-block;
                font-size: 1.1em;
                text-align: left;
                vertical-align: top;
                padding: 0;
                margin: 0;
            }
            figure.maintenance05-boxFigure{
                width:38%;
                display: inline-block;
                box-sizing: border-box;
                padding: 0;
                margin: 0;
            }
                figure.maintenance05-boxFigure img{
                    width: 90%;
                    padding: 10px;
                    margin: 0;
                    border: 1px solid #ccc;
                    box-sizing: border-box;
                }
/*-------●Mainte2nd -------*/	
section#maintenance2nd-01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
}
    div.maintenance2nd-01-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
	div.maintenance2nd-01-boxWrap{
		display: flex;
		flex-flow: row wrap;
	}
		div.maintenance2nd-01-box{
			width:46%;
			box-sizing: border-box;
			padding: 0.5em 1em 1em;
			border: 5px solid #ddd;
			margin: 0 1% 2%;
		}
			span.maintenance2nd-01-No{
				color: #005f85;
				font-size: 3em;
				font-weight: bold;
				border-bottom: 1px solid #005f85;
			}
				h4.maintenance2nd-01-boxh4{
					color: #005f85;
					font-size: 2em;
					margin: 10px auto 15px;
					letter-spacing: 0.1em;
				}
					div.maintenance2nd-01-box p{
						text-align: left;
					}
		div.maintenance2nd-01-boxIn{
			width: 90%;
			box-sizing: border-box;
			margin: 1em auto 0;
			padding: 0.8em 1em;
			background: #f1f1f1;
		}
			span.maintenance2nd-01-boxInProb{
				font-size: 1.2em;
			}
section#maintenance2nd-02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 3em;
	background:url(../img/mainte2nd-02-bg.png);
	background-size:cover;
}
    div.maintenance2nd-02-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
	div.maintenance2nd-02-box{
		background-color: rgba(255,255,255,0.78);
		box-sizing: border-box;
		padding: 2em;
		margin: 0 auto;
		width: 90%;
	}
		div.maintenance2nd-02-box img{
			width: 90%;
			margin: 1em 0;
		}
		div.maintenance2nd-02-box p{
			text-align: left;
		}
section#maintenance2nd-03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0;
}
    div.maintenance2nd-03Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }

/*-------●Mainte3rd -------*/	
section#maintenance3rd-01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 3em;
}
    div.maintenance3rd-01-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
	div.maintenance3rd-01-boxWrap{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
		div.maintenance3rd-01-box{
			width:30%;
			box-sizing: border-box;
			padding: 2em 1em 1em;
			border: 5px solid #ddd;
			margin: 0 1% 2%;
		}
			div.maintenance3rd-01-box img{
				height:70px;
			}
				div.maintenance3rd-01-box h3{
					font-size: 2em;
					margin: 10px auto 5px;
					letter-spacing: 0.1em;
				}
					div.maintenance3rd-01-box p{
						text-align: left;
					}
section#maintenance3rd-02{
    width:100%;
    margin: 0 auto;
    padding: 4em 0 2em;
	background: url(../img/mainte3rd_02-arrow.png) no-repeat center top;
	background-size: 100%;
}
    div.maintenance3rd-02-Inner{
        margin: 0 auto;
        width: 700px;
        text-align: center;
    }
	div.maintenance3rd-02-boxWrap{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		margin: 2em auto;
	}
		div.maintenance3rd-02-box{
			width:46%;
			box-sizing: border-box;
			padding: 1.3em 1em 1.3em;
			margin: 0 1% 0;
			color: #fff;
			font-size: 1.1em;
		}
			div.maintenance3rd-02-box h4{
				line-height: 1.5;
				height: 1.5;
				margin-bottom: 10px;
				background: #fff;
				font-size: 1.4em;
				color: #666;
			}
				.mainte3rd-02-boxA{
					background: url(../img/mainte3rd_02-boxAbg.png);
					background-size: 90px;
				}
				.mainte3rd-02-boxB{
					background: url(../img/mainte3rd_02-boxBbg.png);
					background-size: 90px;
				}
section#maintenance3rd-03{
    width:100%;
    margin: 0 auto;
    padding: 4em 0 2em;
	background: url(../img/mainte3rd_02-arrow.png) no-repeat center top;
	background-size: 100%;
}
    div.maintenance3rd-03-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
	div.maintenance3rd-03-BoxWrap{
		width:100%;
		margin: 0 auto;
	}
		div.maintenance3rd-03-Box{
			width:840px;
			box-sizing: border-box;
			padding: 3em 0;
			margin: 0 auto;
			font-size: 1em;
			display: flex;
			flex-flow: row wrap;
		}
			div.maintenance3rd-03-BoxText{
				width:66%;
				text-align: left;
			}
				.maintenance3rd-03-BoxText h4{
					color:#00a685;
					font-size: 1.7em;
					margin-bottom: 10px;
				}
			figure.maintenance3rd-03-BoxPix{
				width:31%;
				margin: 0;
				padding: 0;
			}
				figure.maintenance3rd-03-BoxPix img{
					width:90%;
					margin: 0;
					padding: 0;
				}
					.mainte3rd-03-BoxBgA{
						background: #e3e3e3;
					}
					.mainte3rd-03-BoxBgB{
						background:#ececec;
					}
section#maintenance3rd-04{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
}
    div.maintenance3rd-04-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

/*-------●Mainte4th -------*/	
section#maintenance4th-01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 1.5em;
}
    div.maintenance4th-01-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
		div.maintenance4th-01-Message{
			margin: 1em auto;
			width: 800px;
			text-align: center;
		}
div.maintenance4th-01-BoxWrap{
	margin: 3em auto;
	width:800px;
}
	div.maintenance4th-01-Box{
		margin: 0 auto;
		width: 100%;
		border: 1px solid #ccc;
		padding: 2em 3em;
		box-sizing: border-box;
		text-align: left;
	}
		div.maintenance4th-01-BoxWrap h4{
			font-size: 1.8em;
			margin-bottom: 10px;
			color: #006b83;
		}
			div.maintenance4th-01-Box > .sct06-boxWrap{
				text-align: center;
			}
.maintenance4th-01-Box-arrow{
	height: 70px;
	background: url(../img/arrowD.png) no-repeat center;
	background-size: 70px;
	width: 100%;
	margin-top: 0 auto;
}

section#maintenance4th-02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 2em;
	border-top: 1px solid #ddd;
}
    div.maintenance4th-02-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

/*--------------------●Taishin ---------------------*/	
div.sv-taishin{
    background:url(../img/taishin_mainVisual.png);
    background-size: cover;
}
section#taishin01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0;
}
    div.taishin01-Inner{
        margin: 0 auto;
        width: 980px;
        text-align: center;
    }
		div.taishin01-box{
            text-align: left;
            font-size: 1.1em;
            margin: 0 auto;
            padding: 1em 12em 2em 1em;
            box-sizing: border-box;
            background: url(../img/taishin_01Bg.png) no-repeat right bottom;
            background-size: 195px;
        }
section#taishin02{
    width:100%;
    margin: 0 auto;
    padding: 2.5em 0 3em;
	background: url(../img/taishin02-bg.png) no-repeat center;
	background-size: cover;
}
    div.taishin02-Inner{
        margin: 0 auto;
        width: 900px;
        text-align: center;
    }
		div.taishin02-box{
        }
			div.taishin02-box img
			{
				width:600px;
				margin: 0 auto;
			}

section#taishin03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
	border-bottom: 1px solid #ccc;
}
    div.taishin03-Inner{
        margin: 0 auto;
        width: 900px;
        text-align: center;
    }
	img.taishin03-Img1{
				width:900px;
				margin: 0 auto;
			}
			div.taishin03-box{
				width:800px;
				text-align: left;
				margin: 1em auto;
			}
			h4.taishin03-h4{
				font-size: 1.8em;
				color: #0071b5;
				margin: 0.8em auto  0.3em;
				border-bottom: 1px solid #0071b5;
			}
section#taishin04{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
	border-bottom: 1px solid #ccc;
	background: url(../img/taishin04_bg.png);
}
    div.taishin04-Inner{
        margin: 0 auto;
        width: 900px;
        text-align: center;
    }
		div.taishin04-BoxWrap{
			width:800px;
			margin: 0 auto;
		}
			div.taishin04-Box{
				width:100%;
				text-align: left;
				margin: 1em auto 1.2em;
				padding: 0 0 1em;
				border: 1px solid #ccc;
				background: #fff;
			}
				div.taishin04-Box h4{
					background: #00adb1;
					width:100%;
					line-height: 2;
					font-size: 1.8em;
					color: #fff;
					padding-left: 1em;
					margin-bottom: 0.5em;
					box-sizing: border-box;
					letter-spacing: 0.2em;
				}
				div.taishin04-Box p{
					margin: 0 1.5em 0;
				}

/*------- ●Taishin2nd --------*/	
section#taishin2nd01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0;
}
    div.taishin2nd01-Inner{
        margin: 0 auto;
        width: 900px;
        text-align: center;
    }
		div.taishin2nd01-box{
            text-align: left;
            font-size: 1.1em;
            margin: 0 auto;
            padding: 1em 0 0;
            box-sizing: border-box;
        }
			div.taishin2nd01-box img{
				width:100%;
				margin: 0;
				display: block;
			}
section#taishin2nd02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 2em;
	background: url(../img/taishin2nd-02-bg.png) no-repeat center;
	background-size: cover;
}
    div.taishin2nd02-Inner{
        margin: 0 auto;
        width: 900px;
        text-align: center;
    }
		div.taishin2nd02-boxWrap{
			display: inline-flex;
			justify-content: space-around;
			flex-wrap: wrap;
			}
		div.taishin2nd02-box{
            text-align: left;
			background: #fff;
            font-size: 1em;
            margin: 0 1.5% 3%;
            padding: 1.5em 1.2em 1em;
            box-sizing: border-box;
			border: 1px solid #005f87;
			width:47%;
        	}
				div.taishin2nd02-box h4{
					font-size: 1.6em;
					text-align: center;
					color: #005f87;
					margin-bottom: 10px;
				}
section#taishin2nd03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
	border-bottom: 1px solid #ccc;
}
    div.taishin2nd03-Inner{
        margin: 0 auto;
        width: 700px;
        text-align: left;
    }
		div.taishin2nd03-Inner p{
			font-size: 1.1em;
			text-align: left;
			margin-bottom: 10px;
		}
/*------- ●Taishin3rd --------*/	
section#taishin3rd01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin3rd01-Inner{
        margin: 0 auto;
        width: 840px;
		text-align: center;
    }
		div.taishin3rd01-boxWrap{
			text-align: left;margin: 2em auto;
		}
		div.taishin3rd01-box{
            margin: 1em auto 3em;
            padding: 0 0 1em;
			box-sizing: border-box;
			border-bottom: 1px dotted #ddd;
			min-height: 120px;
        }
			div.point1{
				padding-left: 130px;
				background: url(../img/taishinPoint01.png) no-repeat left top;
				background-size: 110px;
			}
			div.point2{
				padding-left: 130px;
				background: url(../img/taishinPoint02.png) no-repeat left top;
				background-size: 110px;
			}
			div.point3{
				padding-left: 130px;
				background: url(../img/taishinPoint03.png) no-repeat left top;
				background-size: 110px;
			}
			div.point4{
				padding-left: 130px;
				background: url(../img/taishinPoint04.png) no-repeat left top;
				background-size: 110px;
			}
			div.point5{
				padding-left: 130px;
				background: url(../img/taishinPoint05.png) no-repeat left top;
				background-size: 110px;
			}
			div.taishin3rd01-box h4{
				font-size: 1.6em;
				color: #00be91;
				border-bottom: 1px solid #00be91;
				margin-bottom: 10px;
			}
			div.taishin3rd01-box span{
				color:#FF4F00;
				font-size: 1.1em;
			}
section#taishin3rd02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin3rd02-Inner{
        margin: 0 auto;
        width: 700px;
		text-align: left;
		font-size: 1.1em;
    }
		div.taishin3rd02-Inner p{
			margin-bottom: 14px;
		}

/*------- ●Taishin4th --------*/	
section#taishin4th01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin4th01-Inner{
        margin: 0 auto;
        width: 840px;
		text-align: center;
    }
		div.taishin4th01-boxWrap{
			text-align: left;
			margin: 2em auto 1em;
		}
		div.taishin4th01-box{
            margin: 1em auto 1em;
            padding: 1.5em 2em;
			box-sizing: border-box;
			border: 1px solid #ccc;
        }
div.taishin4th01-box h4{
	font-size: 1.6em;
	color: #006b88;
	margin-bottom: 7px;
}
div.taishin4th01-box h5{
	font-size: 1.23em;
	color: #0071b5;
	margin: 1em auto 5px;
}
div.taishin4th01-box p{
	padding-left: 1em;
}
	div.taishin4th01-arrow{
		height: 40px;
		background: url(../img/arrowD.png) no-repeat center;
		background-size: 50px;
	}
section#taishin4th02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 2em;
	border-bottom: 1px solid #ccc;
}
    div.taishin4th02-Inner{
        margin: 0 auto;
        width: 700px;
		text-align: center;
    }


/*--------------------●Saigai ---------------------*/	
div.sv-saigai{
    background:url(../img/saigai_mainVisual.png);
    background-size: cover;
}
section#saigai01{
    width:100%;
    margin: 0 auto;
    padding: 0 0 1em;
}
    div.saigai01-Inner{
        margin: 0 auto;
		padding: 0 0 3em;
        width: 980px;
        text-align: center;
    }
	img.saigai01-ImgA{
		width: 100%;
		margin-bottom: 2em;
		display: block;
	}
	div.saigai01-boxWrap{
        -webkit-display: inline-flex;
        -webkit-justify-content: space-around;
        -webkit-flex-wrap: wrap;
		display: inline-flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 80%;
		margin: 2em auto 0;
	}
		div.saigai01-box{
			width: 19%;
			margin: 0 0.5%;
				 }
			div.saigai01-box img{
				height: 100px;
				max-width: 100%;
			}
				div.saigai01-box h4{
					text-align: center;
					font-size: 1.6em;
					letter-spacing: 0.2em;
				}
section#saigai02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0em;
	background: url(../img/saigai02_bg.png);
}
    div.saigai02-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 900px;
        text-align: center;
    }
		div.saigai02-Inner img{
			width: 100%;
			display: block;
			margin: 0;
		}
section#saigai03{
    width:100%;
    margin: 0 auto;
    padding: 8em 0 0em;
	background: url(../img/arrowD.png) no-repeat center 30px;
	background-size: 90px;
}
    div.saigai03-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 800px;
        text-align: center;
    }
		div.saigai03-Inner img{
			width: 100%;
			display: block;
			margin: 0;
		}
section#saigai04{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
	background: url(../img/saigai04-bg.png);
}
    div.saigai04-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 800px;
        text-align: center;
    }
section#saigai05{
    width:100%;
    margin: 0 auto;
	padding: 7em 0 0em;
	background: url(../img/arrowC.png) no-repeat center 30px;
	background-size: 100px;
}
    div.saigai05-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 800px;
        text-align: center;
    }

/*------- ●Saigai2nd --------*/
section#saigai2nd01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai2nd01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 860px;
        text-align: center;
    }
	img.saigai2nd01-ImgA{
		width: 90%;
		display: block;
		margin: 2em auto;
	}
section#saigai2nd02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0;
	background: #0095b7;
}
    div.saigai2nd02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 900px;
        text-align: center;
    }
	div.saigai2nd02-boxWrap{
		margin: 2em auto 1em;
		width: 800px;
	}
		div.saigai2nd02-box{
			background: #fff;
			border: #165882 2px solid;
			padding: 0.6em 1.5em;
			box-sizing: border-box;
			margin: 0 auto 1.5em;
			color: #666;
		}
			div.saigai2nd02-box h4{
				border-bottom: 1px solid #165882;
				line-height: 2;
				font-size: 1.6em;
				text-align: left;
				margin-bottom: 13px;
			}
			div.saigai2nd02-box-price{
				float: right;
				text-align: right;
				width: 45%;
				font-size: 0.9em;
			}
				div.saigai2nd02-box-price span{
					color: #FF4F00;
					margin: 0 3px;
					font-size: 1.1em;
				}
			div.saigai2nd02-boxLeft{
				display: inline-block;
				width: 30%;
				margin-right: 3%;
				text-align: left;
			}
				div.saigai2nd02-boxLeft img{
					width: 100%;
				}
			div.saigai2nd02-boxRight{
				display: inline-block;
				width: 66%;
				vertical-align: top;
				text-align: left;
			}
			div.saigai2nd02-boxRight p{
				margin-bottom: 10px;
			}
section#saigai2nd03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai2nd03-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 800px;
        text-align: center;
    }

/*------- ●Saigai3rd --------*/
section#saigai3rd01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai3rd01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 860px;
        text-align: center;
    }
	div.saigai3rd01-boxWrap{
		width:100%;
		margin: 3em auto 1.5em;
	}
		div.saigai3rd01-box{
			width:100%;
			margin: 0 auto 1.6em;
			box-sizing: border-box;
			border: 3px solid #eee;
			padding: 1em 2em;
			text-align: left;
		}
		div.saigai3rd01-boxQ{
			background: url(../img/saigai3rd-01-Q.png) no-repeat 0 3px;
			background-size: 33px;
			padding:5px 0 5px 50px;
			color: #0095b7;
			font-size: 1.5em;
			min-height: 50px;
			border-bottom: 1px dotted #ddd;
		}
		div.saigai3rd01-boxA{
			background: url(../img/saigai3rd-01-A.png) no-repeat 0px 13px;
			background-size: 33px;
			padding-left: 50px;
			padding-top: 10px;
			font-size: 1.1em;
			min-height: 52px;
			color: #444;
		}
section#saigai3rd02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai3rd02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 800px;
        text-align: center;
    }

/*------- ●Saigai4th --------*/
section#saigai4th01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai4th01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 860px;
        text-align: center;
    }
	div.saigai4th01-boxWrap{
				text-align: left;
				margin: 2em auto 1em;
			}
			div.saigai4th01-box{
				margin: 1em auto 1em;
				padding: 1.5em 2em;
				box-sizing: border-box;
				border: 1px solid #ccc;
			}
		div.saigai4th01-box h4{
			font-size: 1.6em;
			color: #006b88;
			margin-bottom: 7px;
		}
		div.saigai4th01-box h5{
			font-size: 1.23em;
			color: #0071b5;
			margin: 1em auto 5px;
		}
		div.saigai4th01-box p{
			padding-left: 1em;
		}
			div.saigai4th01-arrow{
				height: 40px;
				background: url(../img/arrowD.png) no-repeat center;
				background-size: 50px;
			}
section#saigai4th02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai4th02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 800px;
        text-align: center;
    }

/*--------------------●Contact ---------------------*/	
div.sv-contact{
    background:url(../img/contact_mainVisual.png);
    background-size: cover;
}
section#contact01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0;
}
    div.contact01-Inner{
        margin: 0 auto;
        width: 880px;
        text-align: center;
    }
div.contact-tel{
	text-align: center;
	margin: 0 auto 2em;
	border: 5px solid #f1f1f1;
	width:100%;
	padding: 1.2em 0;
	font-size: 1.6em;
	box-sizing: border-box;
}
	div.contact-tel span{
		font-size: 1.6em;
		font-weight: bold;
		margin-left: 5px;
		color: #777;
	}
div.contact-tel a{
	color: #777;
}
		div.mailformWrap{
			border: 5px solid #f1f1f1;
			padding: 1.5em 0 0.5em;
			margin: 0 auto 2em;
		}
div.sctContact01-mail
		{
			padding:4em 1em;
			border-bottom:3px solid #f1f1f1;
		}
			div.sctContact-FormWrap
			{
				text-align:left;
			}
			dl.contact1st-Inner-mail-dl
			{
				width:90%;
				margin:1em auto;
			}
				dt.contact1st-Inner-mail-dt
				{
					width:23%;
					padding:2% 1% 0;
					display:inline-block;
					vertical-align:top;
					text-align:right;
				}
					dt.contact1st-Inner-mail-dt span
					{
						color:#FF0004;
					}
					dd.contact1st-Inner-mail-dd
					{
						width:70%;
						padding:1% 0;
						margin:0 0 0 3%;
						display:inline-block;
						text-align: left;
					}
				input
				{
					padding:10px;
				}
				input.contact-text_s
				{
					min-width:65%;
				}
				input.contact-text_m
				{
					min-width:80%;
				}
				textarea.contact-textarea
				{
					min-height:200px;
					min-width:96%;
					width:96%;
					line-height:1.5;
					padding:2% 2%;
				}
				select.contact-select
				{
				}
					p.contact-select-p
					{
						font-size:0.8em;
						color:#888;
						margin-top:10px;
					}
				input.contact-submit
				{
					line-height:50px;
                    height: auto;
					padding:10px 5em;
					margin:0 1em 1em 0;
				}

/*--------------------●Company ---------------------*/	
div.sv-company{
    background: url(../img/company_mainVisual.png) center;
    background-size: cover;
}
section#company01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0;
}
    div.company01-Inner{
        margin: 0 auto;
        width: 800px;
        text-align: center;
    }
div.company-box{
	width:100%;
	margin: 2em auto 0;
}
	dl.company-dl{
		width:100%;
		margin: 0 auto;
		text-align: left;
		border-bottom: 1px dotted #eee;
	}
		dt.company-dt{
			width:30%;
			display: inline-block;
			padding: 7px 10px 7px 0;
			border-top: 1px dotted #eee;
			text-align: right;
			box-sizing: border-box;
			vertical-align: top;
		}
		dd.company-dd{
			width:69%;
			display: inline-block;
			padding: 7px 0 7px 5px;
			border-top: 1px dotted #eee;
			box-sizing: border-box;
		}
		dd.company-dd ul{
			list-style-type: decimal;
			padding-left: 1.5em;
		}
			dd.company-dd ul li{
				margin-bottom: 3px;
			}

/*--------------------●Elce ---------------------*/	
div.sv-elce{
    background:url(../img/elce_mainVisual.png);
    background-size: cover;
}
section#elce01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0;
}
    div.elce01-Inner{
        margin: 0 auto;
        width: 920px;
        text-align: center;
    }
div.elce01-Box{
    width:100%;
    margin: 0 auto 2em;
}
div.elce01-Box img{
    width:100%;
    margin: 0.5em auto;
}
h3.elce-h3{
    font-size: 2.2em;
    color: #007DE4;
    margin: 1em auto 1em;
    font-weight:bold;
    border-bottom: 1px dotted #007DE4;
}
div.elce01-Box p{
    font-size: 1.1em;
}

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

#copyright{
clear:both;
margin:2em auto 0;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
color:#ccc;
zoom:1;
}

/*--------------------●GoTOP---------------------*/
section#GotopWrap
{
	width:100%;
	margin:0;
	padding:1em 0 0;
    background: #fff;
}
	div#GotopInner
	{
		width:1200px;
		margin:0 auto;
		padding:0;
		text-align:center;
	}
		div#GotopInner img
		{
			width:80px;
		}
		
/*--------------------●Footer ---------------------*/	
footer#footer
{
	width:100%;
	background:#003d51;
	height:auto;
	margin:0;
	padding:1em 0;
}
	div#footerInner
	{
		width:1200px;
		margin:0 auto;
		padding:0;
		color:#fff;
	}
		div.footer-list
		{
			text-align:center;
			margin:1em auto;
		}
			ul.footer-list-ul
			{
			}
				li.footer-list-li
				{
					list-style:none;
					display:inline;
					padding-right:10px;
					margin-right:10px;
					border-right:1px solid #fff;
				}
				li.fll-right
				{
					border:none;
				}
					li.footer-list-li a
					{
						color:#fff;
					}
						li.footer-list-li a:hover
						{
							color:#43B0FF;
						}
	div.footer-sitemapBoxWrap{
		width:90%;
		margin: 0.8em 5%;
		padding: 1em 0 1em;
		border:1px solid #193F5B;
		display: inline-flex;
		justify-content: space-around;
		flex-wrap: wrap;
		background: #003d55;
		box-sizing: border-box;
	}
		div.footer-sitemapBox{
			width: 33%;
			padding-left: 1em;
			border-left:1px solid #193F5B;
			box-sizing: border-box;
		}
			div.footer-sitemapBox-left{
				border-left: none;
			}
			h4.footer-sitemap-h4{
				margin-bottom: 5px;
				font-weight: bold;
				color:#5EB2D0;
			}
				ul.footer-sitemap-ul{
					
				}
					ul.footer-sitemap-ul li{
						padding-left: 0;
						list-style-type: decimal;
						box-sizing: border-box;
						margin-left: 1.7em;
						color:#fff;
					}
					ul.footer-sitemap-ul li a{
						color:#fff;
					}
						ul.footer-sitemap-ul li a:hover{
							color: #0697DD;
						}
	div#footerShop
		{
			margin:1em auto 1em;
			text-align:center;
			padding:2em 0 1em;
			background:#003d51;
		}
			img.footerShop-Logo
			{
				width:300px;
				margin-bottom:20px;
			}
    div.footerShop-tel{
        margin: 0 auto 0.5em;
        font-size: 1.4em;
    }
        div.footerShop-tel span{
            font-size: 1.5em;
            margin-left: 8px
        }
        div.footerShop-tel a{
            color: #fff;
        }

/*-------- Form --------*/



@media screen and (max-width : 1300px) {
/* コンテンツ
*****************************************************/

/*--------------------●共通---------------------*/
h2.h2styleA
		{
		}
span.textSizing-s
{
}
.pc-display
{
}
.tblt-display
{
}
.sp-display
{
}
.sp-hidden
{
}
.tblt-hidden
{
}

div#WholeWrap
{
}

/*--------------------●Header---------------------*/
header
{
}
	div#header-inner
	{
		width:1020px;
	}
		div#header-logo
		{
		}
			div#header-logo img
			{
			}

/*--------------------●NAVI---------------------*/
nav#nav_pc
{
}
	div#nav_pc-Inner
	{
		width:1020px;
	}
		ul#menu-pc
		{
		}
#menu-pc li {
}
#menu-pc li a {
	height:24px;
	width:100%;
}
	/*------off*/
	#menu-pc li.menu-01 a {
		background-size:170px;
	}
	#menu-pc li.menu-02 a {
		background-size:170px;
	}
	#menu-pc li.menu-03 a {
		background-size:170px;
	}
	#menu-pc li.menu-04 a {
		background-size:170px;
	}
	#menu-pc li.menu-05 a {
		background-size:170px;
	}
	#menu-pc li.menu-06 a {
		background-size:170px;
	}
	#menu-pc li.menu-07 a {
		background-size:170px;
	}
	
	/*------hover*/
	#menu-pc li.menu-01 a:hover {
		background-size:170px;
	}
	#menu-pc li.menu-02 a:hover {
		background-size:170px;
	}
	#menu-pc li.menu-03 a:hover {
		background-size:170px;
	}
	#menu-pc li.menu-04 a:hover {
		background-size:170px;
	}
	#menu-pc li.menu-05 a:hover {
		background-size:170px;
	}
	#menu-pc li.menu-06 a:hover {
		background-size:170px;
	}
	#menu-pc li.menu-07 a:hover {
		background-size:170px;
	}
	
	/*------stay*/
	#menu-pc li.menu-01_on a {
		background-size:170px;
	}
	#menu-pc li.menu-02_on a {
		background-size:170px;
	}
	#menu-pc li.menu-03_on a {
		background-size:170px;
	}
	#menu-pc li.menu-04_on a {
		background-size:170px;
	}
	#menu-pc li.menu-05_on a {
		background-size:170px;
	}
	#menu-pc li.menu-06_on a {
		background-size:170px;
	}
	#menu-pc li.menu-07_on a {
		background-size:170px;
	}

#menu-pc li.nav-sp
{
	display:none;
}

#menu-pc li ul.sub-menu {
}
#menu-pc li:hover ul.sub-menu {
}
#menu-pc li ul.sub-menu li {
}

/*----------------------●MainVisual--------------------------*/
div.mainvisual
{
	margin:0 auto;
}
	div.mainvisual img
	{
		width:100%;
	}

/*----------------------●Base--------------------------*/
h2.h2-baseImg img{
}
h2.h2-baseTitle{
}
img.icon-BaseA{
}
img.icon-BaseB{
}
/*----------●Section01---------*/
section#section01
{
	width:100%;
	background:#fff;
}
	div#sct01-Inner
	{
		width:1020px;
		margin:0 auto;
		padding:3em 0;
	}

h2.sct01-h2{
}
    h2.sct01-h2 span{
    }

div.sct01-BoxWrap{
}
    div.sct01-Box{
    }
    div.sct01-Box a{
    }
        div.sct01-Box a:hover{
        }
    div.sct01-Box2Wrap{
    }
        div.sct01-Box2{
        }
            div.sct01-Box2 img{
            }

div.sct01-BoxBase{
    height:190px;
}
    div.sct01-Box h4{
            font-size: 1.3em;
        }

    div.sct01-BoxA{
    }
        div.sct01-BoxA-Title{
        }

    div.sct01-BoxB{
    }
        div.sct01-BoxB-Title{
        }
    div.sct01-BoxC{
    }

        div.sct01-BoxC-Title{
        }

/*----------●Section02---------*/
section#section02
{
}
    div#sct02-Inner
    {
        width:1020px;
        margin:0 auto;
        padding:4em 0;
	}
    
        div.index-h3-styleA{
            font-size: 1.3em;
            width: 500px;
            line-height: 1.8;
        }
    div.sct02-BoxWrap{
        width:980px;
        margin: 3em auto;
    }
        div.sct02-Box{
            width:30%;
            margin: 0 1.5%;
            padding: 1.5em 1.5em;
        }
            img.sct02-Box-icon{
                height:70px;
            }
            div.sct02-Box h4{
                font-size: 2em;
                color:#555;
                margin: 7px auto;
                letter-spacing: 0.1em;
            }
            div.sct02-Box p{
            }

    div.index-BtnDetailA{
        width:400px;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
    }
        div.index-BtnDetailA a{
        }
        div.index-BtnDetailA a:hover{
        }
/*----------●Section03---------*/
section#section03
{
}
    div#sct03-Inner
    {
        width:1020px;
        margin:0 auto;
        padding:4em 0;
	}
    div.sct03-BoxWrap{
        width:980px;
        margin: 3em auto;
    }
div.sct03-Box{
    width: 86%;
}
    div.sct03-Box h4{
        font-size: 1.8em;
        margin-bottom: 0.7em;
    }
    div.index-BtnDetailB{
        width:400px;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
    }
        div.index-BtnDetailB a{
        }
        div.index-BtnDetailB a:hover{
        }
/*----------●Section04---------*/
section#section04
{
}
    div#sct04-Inner
    {
        width:1020px;
        margin:0 auto;
        padding:4em 0;
	}
    div.sct04-BoxWrap{
        width:980px;
        margin: 3em auto;
    }
div.sct04-Box{
    background-size: 190px;
    width: 86%;
    font-size: 1.1em;
}
    div.sct04-Box h4{
        font-size: 1.8em;
        margin-bottom: 0.7em;
    }
    div.index-BtnDetailC{
        width:400px;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
    }
        div.index-BtnDetailC a{
        }
        div.index-BtnDetailC a:hover{
        }

/*----------●Section05---------*/
section#section05
{
}
	div#sct05-Inner
	{
		width:1020px;
		margin:0 auto;
		padding:3em 0;
}
h2.sct05-h2{
}
h2.sct05-h2 span{
    font-size: 1.1em;
}

h3.sct05-h3{
    font-size: 1.8em;
    margin: 1em auto;
}
    h3.sct05-h3 span{
    }
div.sct05-box{
}
div.sct05-box img{
}
div.sct05-annotation{
}

/*----------●Section06---------*/
section#section06
{
}
	div#sct06-Inner
	{
}
h2.sct06-h2{
}
h2.sct06-h2 span{
}
div.sct06-boxWrap{
}
div.sct06-box{
}
div.sct06-box img{
}
a.sct06-link{
}
a.sct06-link span{
}
div.sct06-box p{
}

/*----------●SectionArea---------*/
section#sectionArea
{
}
	div#sctArea-Inner
	{
    }
h2.sctArea-h2{
}
h3.sctArea-h3{
}
    h3.sctArea-h3 span{
    }
div.sctArea-annotation{
}
div.sctArea-Box{
}

/*--------------------●SUB PAGE ---------------------*/
div.btn-Wrap{
}
    div.btn-styleA{
    }
        div.btn-styleA a{
        }
            div.btn-styleA a:hover{
            }
h3.sub-h3-styleA{
}
h3.sub-h3-styleB{
}
h3.sub-h3-styleC{
}
h4.sub-h4-styleA{
}
span.sizing-s{
}
span.sizing-l{
}
img.arrow{
}
div.subVisual{
    min-height: 250px;
}
    div.subVisual-Inner{
        width:1020px;
        margin: 0 auto;
        padding: 10px 0;
    }
        ul.panlist{
        }
            ul.panlist li{
            }    
                ul.panlist li a{
                }
                ul.panlist li span{
                }
                    div.subVisualTitle{
                        }

div#subNaviWrap{
}
    }
        ul.subNavi{
        }
li.subNavi-base{
}
    li.subNavi-base a{
    }
    li.subNavi-base a:hover{
    }
            li.subNavi-styleA_off{
            }
            li.subNavi-styleA{
            }
                li.subNavi-styleA:after{
                }
            li.subNavi-styleB_off{
            }
            li.subNavi-styleB{
            }
                li.subNavi-styleB:after{
                }
            li.subNavi-styleC_off{
            }
            li.subNavi-styleC{
            }
                li.subNavi-styleC:after{
                }
            li.subNavi-styleD_off{
            }
            li.subNavi-styleD{
            }
                li.subNavi-styleD:after{
                }
div.sub-annotation{
}
div#subNaviWrapFooter{
}

/*--------------------●Maintenance ---------------------*/	
div.sv-mainte{
}
section#maintenance01{
}
    div.maintenance01-Inner{
    }
        div.maintenance01-box{
        }
section#maintenance02{
}
    div.maintenance02-Inner{
    }
        div.maintenance02-box1{
        }
        div.maintenance02-box1 img{
        }
        div.maintenance02-box2{
        }
            div.maintenance02-box2 img{
            }
section#maintenance03{
}
    div.maintenance03-Inner{
    }
        div.maintenance03-boxWrap{
        }
        div.maintenance03-box{
        }

section#maintenance04{
}
    div.maintenance04-Inner{
    }
        div.maintenance04-message{
        }
            div.maintenance04-box{
            }
                div.maintenance04-box figure{
                }
                    div.maintenance04-box figure img{
                    }
                    div.maintenance04-boxText{
                    }
section#maintenance05{
}
    div.maintenance05-Inner{
    }
        div.maintenance05-box{
        }
            div.maintenance05-boxText{
            }
            figure.maintenance05-boxFigure{
            }
                figure.maintenance05-boxFigure img{
                }

/*-------●Mainte2nd -------*/	
section#maintenance2nd-01{
}
    div.maintenance2nd-01-Inner{
    }
	div.maintenance2nd-01-boxWrap{
	}
		div.maintenance2nd-01-box{
		}
			span.maintenance2nd-01-No{
			}
				h4.maintenance2nd-01-boxh4{
				}
					div.maintenance2nd-01-box p{
					}
		div.maintenance2nd-01-boxIn{
		}
			span.maintenance2nd-01-boxInProb{
			}
section#maintenance2nd-02{
}
    div.maintenance2nd-02-Inner{
    }
	div.maintenance2nd-02-box{
	}
		div.maintenance2nd-02-box img{
		}
		div.maintenance2nd-02-box p{
		}
section#maintenance2nd-03{
}
    div.maintenance2nd-03Inner{
    }

/*-------●Mainte3rd -------*/	
section#maintenance3rd-01{
}
    div.maintenance3rd-01-Inner{
    }
	div.maintenance3rd-01-boxWrap{
	}
		div.maintenance3rd-01-box{
		}
			div.maintenance3rd-01-box img{
			}
				div.maintenance3rd-01-box h3{
				}
					div.maintenance3rd-01-box p{
					}
section#maintenance3rd-02{
}
    div.maintenance3rd-02-Inner{
    }
	div.maintenance3rd-02-boxWrap{
	}
		div.maintenance3rd-02-box{
		}
			div.maintenance3rd-02-box h4{
			}
				.mainte3rd-02-boxA{
				}
				.mainte3rd-02-boxB{
				}
section#maintenance3rd-03{
}
    div.maintenance3rd-03-Inner{
    }
	div.maintenance3rd-03-BoxWrap{
	}
		div.maintenance3rd-03-Box{
		}
			div.maintenance3rd-03-BoxText{
			}
				.maintenance3rd-03-BoxText h4{
				}
			figure.maintenance3rd-03-BoxPix{
			}
				figure.maintenance3rd-03-BoxPix img{
				}
					.mainte3rd-03-BoxBgA{
					}
					.mainte3rd-03-BoxBgB{
					}
section#maintenance3rd-04{
}
    div.maintenance3rd-04-Inner{
    }

/*-------●Mainte4th -------*/	
section#maintenance4th-01{
}
    div.maintenance4th-01-Inner{
    }
		div.maintenance4th-01-Message{
		}
div.maintenance4th-01-BoxWrap{
}
	div.maintenance4th-01-Box{
	}
		div.maintenance4th-01-BoxWrap h4{
		}
			div.maintenance4th-01-Box > .sct06-boxWrap{
			}
.maintenance4th-01-Box-arrow{
}

section#maintenance4th-02{
}
    div.maintenance4th-02-Inner{
    }

/*--------------------●Taishin ---------------------*/	
div.sv-taishin{
}
section#taishin01{
}
    div.taishin01-Inner{
    }
		div.taishin01-box{
        }
section#taishin02{
}
    div.taishin02-Inner{
    }
		div.taishin02-box{
        }
			div.taishin02-box img
			{
			}

section#taishin03{
}
    div.taishin03-Inner{
    }
	img.taishin03-Img1{
			}
			div.taishin03-box{
			}
			h4.taishin03-h4{
			}
section#taishin04{
}
    div.taishin04-Inner{
    }
		div.taishin04-BoxWrap{
		}
			div.taishin04-Box{
			}
				div.taishin04-Box h4{
				}
				div.taishin04-Box p{
				}

/*------- ●Taishin2nd --------*/	
section#taishin2nd01{
}
    div.taishin2nd01-Inner{
    }
		div.taishin2nd01-box{
        }
			div.taishin2nd01-box img{
			}
section#taishin2nd02{
}
    div.taishin2nd02-Inner{
    }
		div.taishin2nd02-boxWrap{
			}
		div.taishin2nd02-box{
		}
				div.taishin2nd02-box h4{
				}
section#taishin2nd03{
}
    div.taishin2nd03-Inner{
    }
		div.taishin2nd03-Inner p{
		}

/*------- ●Taishin3rd --------*/	
section#taishin3rd01{
}
    div.taishin3rd01-Inner{
    }
		div.taishin3rd01-boxWrap{
		}
		div.taishin3rd01-box{
        }
			div.point1{
			}
			div.point2{
			}
			div.point3{
			}
			div.point4{
			}
			div.point5{
			}
			div.taishin3rd01-box h4{
			}
			div.taishin3rd01-box span{
			}
section#taishin3rd02{
}
    div.taishin3rd02-Inner{
    }
		div.taishin3rd02-Inner p{
		}

/*------- ●Taishin4th --------*/	
section#taishin4th01{
}
    div.taishin4th01-Inner{
    }
		div.taishin4th01-boxWrap{
		}
		div.taishin4th01-box{
        }
div.taishin4th01-box h4{
}
div.taishin4th01-box h5{
}
div.taishin4th01-box p{
}
	div.taishin4th01-arrow{
	}
section#taishin4th02{
}
    div.taishin4th02-Inner{
    }

/*--------------------●Saigai ---------------------*/	
div.sv-saigai{
}
section#saigai01{
}
    div.saigai01-Inner{
        width: 920px;
    }
	img.saigai01-ImgA{
	}
	div.saigai01-boxWrap{
	}
		div.saigai01-box{
				 }
			div.saigai01-box img{
			}
				div.saigai01-box h4{
				}
section#saigai02{
}
    div.saigai02-Inner{
    }
		div.saigai02-Inner img{
		}
section#saigai03{
}
    div.saigai03-Inner{
    }
		div.saigai03-Inner img{
		}
section#saigai04{
}
    div.saigai04-Inner{
    }
section#saigai05{
}
    div.saigai05-Inner{
    }

/*------- ●Saigai2nd --------*/
section#saigai2nd01{
}
    div.saigai2nd01-Inner{
    }
	img.saigai2nd01-ImgA{
	}
section#saigai2nd02{
}
    div.saigai2nd02-Inner{
    }
	div.saigai2nd02-boxWrap{
	}
		div.saigai2nd02-box{
		}
			div.saigai2nd02-box h4{
			}
			div.saigai2nd02-box-price{
			}
				div.saigai2nd02-box-price span{
				}
			div.saigai2nd02-boxLeft{
			}
				div.saigai2nd02-boxLeft img{
				}
			div.saigai2nd02-boxRight{
			}
			div.saigai2nd02-boxRight p{
			}
section#saigai2nd03{
}
    div.saigai2nd03-Inner{
    }

/*------- ●Saigai3rd --------*/
section#saigai3rd01{
}
    div.saigai3rd01-Inner{
    }
	div.saigai3rd01-boxWrap{
	}
		div.saigai3rd01-box{
		}
		div.saigai3rd01-boxQ{
		}
		div.saigai3rd01-boxA{
		}
section#saigai3rd02{
}
    div.saigai3rd02-Inner{
    }

/*------- ●Saigai4th --------*/
section#saigai4th01{
}
    div.saigai4th01-Inner{
    }
	div.saigai4th01-boxWrap{
			}
			div.saigai4th01-box{
			}
		div.saigai4th01-box h4{
		}
		div.saigai4th01-box h5{
		}
		div.saigai4th01-box p{
		}
			div.saigai4th01-arrow{
			}
section#saigai4th02{
}
    div.saigai4th02-Inner{
    }

/*--------------------●Contact ---------------------*/	
div.sv-contact{
}
section#contact01{
}
    div.contact01-Inner{
        margin: 0 auto;
        width: 800px;
    }
div.contact-tel{
}
	div.contact-tel span{
	}
div.contact-tel a{
}
		div.mailformWrap{
		}
div.sctContact01-mail
		{
		}
			div.sctContact-FormWrap
			{
			}
			dl.contact1st-Inner-mail-dl
			{
			}
				dt.contact1st-Inner-mail-dt
				{
				}
					dt.contact1st-Inner-mail-dt span
					{
					}
					dd.contact1st-Inner-mail-dd
					{
					}
				input
				{
				}
				input.contact-text_s
				{
				}
				input.contact-text_m
				{
				}
				textarea.contact-textarea
				{
				}
				select.contact-select
				{
				}
					p.contact-select-p
					{
					}
				input.contact-submit
				{
				}

/*--------------------●Company ---------------------*/	
div.sv-company{
}
section#company01{
}
    div.company01-Inner{
    }
div.company-box{
}
	dl.company-dl{
	}
		dt.company-dt{
		}
		dd.company-dd{
		}
		dd.company-dd ul{
		}
			dd.company-dd ul li{
			}

/*--------------------●Elce ---------------------*/	
div.sv-elce{
}
section#elce01{
}
    div.elce01-Inner{
    }
div.elce01-Box{
}
div.elce01-Box img{
}
h3.elce-h3{
}
div.elce01-Box p{
}

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

#copyright{
}

/*--------------------●GoTOP---------------------*/
section#GotopWrap
{
	width:100%;
}
	div#GotopInner
	{
		width:1020px;
	}
		div#GotopInner img
		{
			width:80px;
		}
		
/*--------------------●Footer ---------------------*/	
footer#footer
{
}
	div#footerInner
	{
		width:1020px;
	}
		div.footer-list
		{
		}
			ul.footer-list-ul
			{
			}
				li.footer-list-li
				{
				}
				li.fll-right
				{
				}
					li.footer-list-li a
					{
					}
						li.footer-list-li a:hover
						{
						}
div.footer-sitemapBoxWrap{
	}
		div.footer-sitemapBox{
		}
			div.footer-sitemapBox-left{
			}
			h4.footer-sitemap-h4{
			}
				ul.footer-sitemap-ul{
					
				}
					ul.footer-sitemap-ul li{
					}
					ul.footer-sitemap-ul li a{
					}
						ul.footer-sitemap-ul li a:hover{
						}
	div#footerShop
		{
		}
}


@media screen and (max-width : 1100px) {

}

@media screen and (max-width : 1024px) {
  
}


@media screen and (max-width : 768px) {

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

/*--------------------●共通---------------------*/
h2.h2styleA
		{
			font-size:1.8em;
		}
span.textSizing-s
{
	font-size:0.8em;
	margin:0 0.3em;
}
.pc-display
{
	display:none;
}
.tblt-display
{
	display:block;
}
.sp-display
{
}
.sp-hidden
{
}
.tblt-hidden
{
	display:none;
}

div#WholeWrap
{
	width:100%;
	background:#fff;
}
img.floating {
bottom: 80px;
right:5px;
position: fixed;
z-index: 1;
width:80px;
}
div.Btn00-wrap
	{
		margin:2em auto 2.5em;
		width:100%;
	}
	div.Btn00
	{
		width:90%;
		font-size:1.3em;
	}
	div.Btn00 a
	{
	}
		div.Btn01 a:hover
		{
			color:#FFC343;
		}
/*--------------------●Header---------------------*/
header
{
	width:auto;
	margin:0 auto 0px;
	border-bottom:1px solid #ccc;
}
	div#header-inner
	{
		width:100%;
		height:64px;
		margin:0 auto;
		text-align:center;
		border-bottom:#ccc;
	}
		div#header-logo
		{
		}
			div#header-logo img
			{
				width:290px;
				margin:12px auto auto;
			}
		
/*----------------------●SP NAVI--------------------------*/
nav#nav_sp
{
	position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 66px;  
    background-color: #00aac5;  
    color: #fff;
	z-index:100;
}
div#nav_sp-Inner{
	width:100%;
	height: 100%;  
    overflow: auto;
	margin:auto;
}
ul#menu-sp
		{
			display: block;
		}
#menu-sp li {
  float: left;
  width: 16.666%;
  text-align: center;
  position: relative;  /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 1;  /*ドロップダウンしたメニューが隠れないように*/
}
#menu-sp li a {
	height:66px;
	width:100%;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
	background:#ccc;
}
	/*------off*/
	#menu-sp li.menu-sp-01 a {
		background:url(../img/common/menu-sp01.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02 a {
		background:url(../img/common/menu-sp02.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03 a {
		background:url(../img/common/menu-sp03.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04 a {
		background:url(../img/common/menu-sp04.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05 a {
		background:url(../img/common/menu-sp05.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06 a {
		background:url(../img/common/menu-sp06.png) no-repeat center;
		background-size:70%;
		background-position:center;
	}
	
	/*------hover*/
	#menu-sp li.menu-sp-01 a:hover {
		background:url(../img/common/menu-sp01_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02 a:hover {
		background:url(../img/common/menu-sp02_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03 a:hover {
		background:url(../img/common/menu-sp03_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04 a:hover {
		background:url(../img/common/menu-sp04_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05 a:hover {
		background:url(../img/common/menu-sp05_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06 a:hover {
		background:url(../img/common/menu-sp06_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	
	/*------stay*/
	#menu-sp li.menu-sp-01_on a {
		background:url(../img/common/menu-sp01_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02_on a {
		background:url(../img/common/menu-sp02_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03_on a {
		background:url(../img/common/menu-sp03_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04_on a {
		background:url(../img/common/menu-sp04_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05_on a {
		background:url(../img/common/menu-sp05_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06_on a {
		background:url(../img/common/menu-sp06_on.png) no-repeat;
		background-size:70%;
		background-position:center;
	}

/*----------------------●MainVisual--------------------------*/
div.mainvisual
{
	max-width:100%;
	margin:0 auto 1em;
}
	div.mainvisual img
	{
		width:100%;
	}

/*----------------------●Base--------------------------*/
h2.h2-baseImg img{
    height:26px;
    margin-bottom: 0.6em;
}
h2.h2-baseTitle{
    font-size: 2em;
    color: #0E0E0E;
    margin-bottom: 0.5em;
}
img.icon-BaseA{
    height:60px;
}
img.icon-BaseB{
    height:80px;
}
/*----------●Section01---------*/
section#section01
{
	width:100%;
	background:#fff;
}
	div#sct01-Inner
	{
		width:100%;
		margin:0 auto;
		padding:1.5em 0;
	}

h2.sct01-h2{
}
    h2.sct01-h2 span{
        font-size: 1em;
        color: #999;
    }

div.sct01-BoxWrap{
    width:90%;
    margin: 5em auto 0;
}
    div.sct01-Box{
        width:100%;
        margin: 0 auto 2em;
        display: block;
        vertical-align: top;
        text-align: left;
        position: relative;
    }
    div.sct01-Box a{
        display: block;
        width: 100%;
        height: 100%;
        color: #fff;
    }
div.sct01-Box2Wrap{
        width:90%;
        margin: 1em auto;
    }
        div.sct01-Box2{
            width:100%;
            margin: 0 auto;
        }
            div.sct01-Box2 img{
                width:80%;
            }
        div.sct01-Box a:hover{
            background: rgba(255,255,255,0.39);
        }

div.sct01-BoxBase{
    height:150px;
    margin-bottom: 0.8em;
    text-align: center;
    position: relative;
}
    div.sct01-Box h4{
            font-size: 1.5em;
            color:#fff;
        }

    div.sct01-BoxA{
        background: url(../img/index-sct01-BoxAbg.png) center;
        background-size: cover;
        position: relative;
    }
        div.sct01-BoxA-Title{
            background: url(../img/index-sct01-BoxA-Titlebg.png);
            height: 150px;
            line-height: 150px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }

    div.sct01-BoxB{
        background: url(../img/index-sct01-BoxBbg.png) center;
        background-size: cover;
    }
        div.sct01-BoxB-Title{
            background: url(../img/index-sct01-BoxB-Titlebg.png);
            height: 150px;
            line-height: 150px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }
    div.sct01-BoxC{
        background: url(../img/index-sct01-BoxCbg.png) center;
        background-size: cover;
    }

        div.sct01-BoxC-Title{
            background: url(../img/index-sct01-BoxC-Titlebg.png);
            height: 150px;
            line-height: 150px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }

/*----------●Section02---------*/
section#section02
{
	width:100%;
	background:url(../img/index-sct02-bg.png) center;
    background-size:cover;
}
    div#sct02-Inner
    {
        width:100%;
        margin:0 auto;
        padding:4em 0;
	}
    
        div.index-h3-styleA{
            font-size: 1.3em;
            text-align: center;
            color: #fff;
            background: #FFA600;
            width: 80%;
            padding: 0;
            margin: 0 auto 1.5em;
            line-height: 1.8;
            border-radius: 30px;
        }
    div.sct02-BoxWrap{
        width:90%;
        margin: 3em auto;
    }
        div.sct02-Box{
            width:90%;
            margin: 0 auto 2%;
            background: rgba(255,255,255,0.63);
            padding: 1.5em 1.5em;
            box-sizing: border-box;
            display: inline-block;
            text-align: center;
            vertical-align: top;
            box-sizing: border-box;
        }
            img.sct02-Box-icon{
                height:70px;
            }
            div.sct02-Box h4{
                font-size: 2.2em;
                color:#555;
                margin: 7px auto;
                letter-spacing: 0.1em;
            }
            div.sct02-Box p{
                text-align: left;
            }

    div.index-BtnDetailA{
        width:60%;
        text-align: center;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
        background: #0080c5;
        border-radius: 8px;
        position: relative;
    }
        div.index-BtnDetailA a{
        }
        div.index-BtnDetailA a:hover{
        }
/*----------●Section03---------*/
section#section03
{
	width:100%;
	background:url(../img/index-sct03-bg.png) center;
    background-size:cover;
}
    div#sct03-Inner
    {
        width:100%;
        margin:0 auto;
        padding:4em 0;
        text-align: center;
	}
    div.sct03-BoxWrap{
        width:100%;
        margin: 3em auto;
    }
div.sct03-Box{
    background: rgba(255,255,255,0.52) url(../img/index-sct03-boxBg.png) no-repeat;
    background-size: 170px;
    background-position: bottom right;
    padding: 2em 10em 2em 3em;
    box-sizing: border-box;
    text-align: left;
    width: 90%;
    font-size: 1.1em;
}
    div.sct03-Box h4{
        color:#0080c5;
        font-size: 1.8em;
        margin-bottom: 0.7em;
    }
    div.index-BtnDetailB{
        width:60%;
        text-align: center;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
        background: #00aac5;
        border-radius: 8px;
        position: relative;
    }
        div.index-BtnDetailB a{
        }
        div.index-BtnDetailB a:hover{
        }
/*----------●Section04---------*/
section#section04
{
	width:100%;
	background:url(../img/index-sct04-bg.png) center;
    background-size:cover;
}
    div#sct04-Inner
    {
        width:100%;
        margin:0 auto;
        padding:4em 0;
        text-align: center;
	}
    div.sct04-BoxWrap{
        width:100%;
        margin: 3em auto;
    }
div.sct04-Box{
    background: rgba(255,255,255,0.52) url(../img/index-sct04-boxBg.png) no-repeat;
    background-size: 190px;
    background-position: bottom right;
    padding: 2em 10em 2em 3em;
    box-sizing: border-box;
    text-align: left;
    width: 90%;
    font-size: 1.1em;
    box-sizing: border-box;
}
    div.sct04-Box h4{
        color:#0080c5;
        font-size: 1.8em;
        margin-bottom: 0.7em;
    }
    div.index-BtnDetailC{
        width:60%;
        text-align: center;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
        background:#00cb9e;
        border-radius: 8px;
        position: relative;
    }
        div.index-BtnDetailC a{
        }
        div.index-BtnDetailC a:hover{
        }

/*----------●Section05---------*/
section#section05
{
}
	div#sct05-Inner
	{
		width:100%;
		margin:0 auto;
		padding:3em 0;
        text-align: center;
}
h2.sct05-h2{
}
h2.sct05-h2 span{
    font-size: 1.1em;
    color: #555;
}

h3.sct05-h3{
    font-size: 1.8em;
    margin: 1em auto;
}
    h3.sct05-h3 span{
        font-weight: bold;
        font-size: 1.2em;
    }
div.sct05-box{
    width:92%;
    margin: 0 auto;
}
div.sct05-box img{
    width:100%;
}
div.sct05-annotation{
    background: #29a8df;
    line-height: 1.8em;
    color: #fff;
    border-radius: 30px;
    margin: 2em auto 0;
    font-size: 1.2em;
    width: 80%;
}

/*----------●Section06---------*/
section#section06
{
	width:100%;
	background:#fff;
}
	div#sct06-Inner
	{
		width:100%;
		margin:0 auto;
		padding:3em 0;
        text-align: center;
}
h2.sct06-h2{
}
h2.sct06-h2 span{
    font-size: 1.1em;
    color: #555;
}
div.sct06-boxWrap{
    width:100%;
    margin: 0 auto;
}
div.sct06-box{
    width:46%;
    margin: 0 1.5%;
    display: inline-block;
    vertical-align: top;
}
div.sct06-box img{
    width:110px;
    margin: 0 auto;
    margin-bottom: 1em;
}
a.sct06-link{
    color: #555;
    font-size: 1.2em;
    margin-bottom: 1em;
}
a.sct06-link span{
    font-size: 1.4em;
}
div.sct06-box p{
    margin-top: 1em;
    line-height: 1.8;
}

/*----------●SectionArea---------*/
section#sectionArea
{
	width:100%;
	background:#eee url(../img/sctArea_bg.png) no-repeat center;
    background-size: cover;
    color:#333;
    text-shadow: 0px 0px 2px #fff;
    border-bottom: 1px solid #ccc;
}
	div#sctArea-Inner
	{
		width:94%;
		margin:0 auto;
		padding:2em 0 3em;
        text-align: center;
}
h2.sctArea-h2{
    font-size:2em;
    margin-bottom: 0.6em;
}
h3.sctArea-h3{
    font-size: 1.4em;
    margin: 0.5em auto 1em;
}
    h3.sctArea-h3 span{
        font-weight: bold;
        font-size: 1.2em;
    }
div.sctArea-annotation{
    background: #fff;
    line-height: 1.4em;
    color: #222;
    border-radius: 30px;
    margin: 1em auto 0;
    padding: 5px 0;
    font-size: 1.2em;
    width: 90%;
}
div.sctArea-Box{
    font-size:2em;
    font-weight:bold;
    color:#0D86B9;
}

/*----●PBG-----*/
		.PBG > div {
			display: none;
		}
		.PBG #box01 {
            display: none;
		}
		.PBG #box02 {
            display: none;
		}
		.PBG .inner {
		}
			img.pbgImg
			{
				display:none;
			}

/*--------------------●SUB PAGE ---------------------*/
div.btn-Wrap{
    margin: 3em auto 3em;
}
    div.btn-styleA{
        width:80%;
        font-size: 1.2em;
    }
        div.btn-styleA a{
        }
            div.btn-styleA a:hover{
            }
h3.sub-h3-styleA{
    font-size: 1.5em;
    margin: 0 auto 1em;
}
h3.sub-h3-styleB{
    font-size: 1.6em;
    margin: 0 auto 1em;
}
h3.sub-h3-styleC{
    font-size: 1.5em;
    margin: 0 auto 1em;
}
h4.sub-h4-styleA{
    font-size: 1.3em;
    margin: 0 auto 0.5em;
}
span.sizing-s{
    font-size: 0.7em;
}
span.sizing-l{
    font-size: 1.3em;
    margin: 0 4px;
}
img.arrow{
    width:80px;
    margin-bottom: 2em;
}
div.subVisual{
    width:100%;
    min-height: 100px;
}
    div.subVisual-Inner{
        width:100%;
        margin: 0 auto;
        padding: 10px 0;
    }
        ul.panlist{
        }
            ul.panlist li{
            }    
                ul.panlist li a{
                }
                ul.panlist li span{
                }
                    div.subVisualTitle{
                        padding: 1em 0;
                        font-size: 1.5em;
                        color: #fff;
                    }
                        div.subVisualTitle span{
                            font-size: 0.8em;
                        }

div#subNaviWrap{
    width:100%;
    padding: 1.5em 0 2em;
    border-bottom: 1px solid #ddd;
}
    div.subNaviInner{
        width:100%;;
        margin: 0 auto;
    }
        ul.subNavi{
        }
li.subNavi-base{
    width:48%;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 0 1%;
    min-width: 100px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 0;
    box-sizing: border-box;
    vertical-align: top;
}
    li.subNavi-base a{
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
    }
    li.subNavi-base a:hover{
        color: #FFFE8D;
    }
            li.subNavi-styleA_off{
                background: #0080ba;
            }
            li.subNavi-styleA{
                background: #0080ba;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
            }
                li.subNavi-styleA:after{
                    content: "";
                    position: absolute;
                    bottom: 0; left: 50%;
                    margin-left: 0px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0px 0px 0 0px;
                    border-color: #0080ba transparent transparent transparent;
                }
            li.subNavi-styleB_off{
                background: #0098ba;
            }
            li.subNavi-styleB{
                background: #0098ba;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
            }
                li.subNavi-styleB:after{
                    content: "";
                    position: absolute;
                    bottom: 0px; left: 50%;
                    margin-left: 0px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 0 0 0;
                    border-color: #0098ba transparent transparent transparent;
                }
            li.subNavi-styleC_off{
                background: #00b3b1;
            }
            li.subNavi-styleC{
                background: #00b3b1;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
            }
                li.subNavi-styleC:after{
                    content: "";
                    position: absolute;
                    bottom: 0px; left: 50%;
                    margin-left: 0px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 0 0 0;
                    border-color: #00b3b1 transparent transparent transparent;
                }
            li.subNavi-styleD_off{
                background: #00c093;
            }
            li.subNavi-styleD{
                background: #00c093;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
            }
                li.subNavi-styleD:after{
                    content: "";
                    position: absolute;
                    bottom: 0px; left: 50%;
                    margin-left: 0px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 0 0 0;
                    border-color: #00c093 transparent transparent transparent;
                }
div.sub-annotation{
    width: 80%;
    padding: 3px 10px;
    box-sizing: border-box;
    font-size: 1em;
    margin: 0 auto 2em;
    line-height: 1.8;
}
div#subNaviWrapFooter{
    width:100%;
    padding: 2.5em 0;
}

/*--------------------●Maintenance ---------------------*/	
div.sv-mainte{
}
section#maintenance01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.maintenance01-Inner{
        margin: 0 auto;
        width: 100%;
    }
        div.maintenance01-box{
            width:94%;
            font-size: 1.1em;
            margin: 0 auto;
            padding: 1em 12em 2em 1em;
            background: url(../img/index-sct03-boxBg.png) no-repeat right bottom;
            background-size: 195px;
        }
section#maintenance02{
    width:100%;
    margin: 0 auto;
    padding: 2.5em 0;
    background: url(../img/mainte01-bg.png) repeat-y;
}
    div.maintenance02-Inner{
        margin: 0 auto;
        width: 100%;
    }
        div.maintenance02-box1{
            width:100%;
        }
        div.maintenance02-box1 img{
            width: 80%;
            margin-bottom: 1em;
        }
        div.maintenance02-box2{
            border: 3px solid #008e82;
            box-sizing: border-box;
            margin: 0 auto;
            padding: 1.5em 2em 1em;
            width:84%;
            font-size: 1.1em;
            background: #fff url(../img/mainte02-bg.png) no-repeat right bottom;
            background-size: 170px;
        }
            div.maintenance02-box2 img{
                width: 86%;
                margin: 2em auto 1em;
            }
section#maintenance03{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 3em;
    background: url(../img/mainte03-bg.png) repeat-y;
    background-size: cover;
}
    div.maintenance03-Inner{
        margin: 0 auto;
        width: 100%;
    }
        div.maintenance03-boxWrap{
            width:90%;
            margin: 0 auto;
            text-align: left;
            box-sizing: border-box;
            padding: 0;
        }
        div.maintenance03-box{
            width:100%;
            margin: 1em auto 0;
            box-sizing: border-box;
            padding: 1em 2em;
            background: rgba(255,255,255,0.67);
            font-size: 1.1em;
            line-height: 2;
        }

section#maintenance04{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
    background: #fff;
}
    div.maintenance04-Inner{
        margin: 0 auto;
        width: 90%;
    }
    div.maintenance04-Inner p{
        text-align: left;
    }
        div.maintenance04-message{
            width:90%;
            margin: 0 auto 1.5em;
            text-align: left;
            font-size: 1.1em;
        }
            div.maintenance04-box{
                width:100%;
                margin: 0 auto 1em;
                padding: 1.5em 1em 0.5em;
                text-align: center;
            }
                div.maintenance04-box figure{
                    width:80%;
                    margin: 0 auto;
                    padding: 0;
                    display: block;
                }
                    div.maintenance04-box figure img{
                        width: 80%;
                        border: 3px solid #fff;
                    }
                    div.maintenance04-boxText{
                        display: block;
                        width:88%;
                        text-align: left;
                        margin: 1em auto;
                    }
section#maintenance05{
    width:100%;
    margin: 0 auto;
    padding: 5em 0 2em;
    background: #edffe3 url(../img/arrowB.png) no-repeat center top;
    background-size:90px; 
}
    div.maintenance05-Inner{
        margin: 0 auto;
        width: 100%;
    }
        div.maintenance05-box{
            width:90%;
            margin: 0 auto;
            box-sizing: border-box;
        }
            div.maintenance05-boxText{
                width:100%;
                display: block;
                font-size: 1.1em;
                padding: 0;
                margin: 0 auto 1em;
            }
            figure.maintenance05-boxFigure{
                width:100%;
                display: block;
                box-sizing: border-box;
                padding: 0;
                margin: 0;
            }
                figure.maintenance05-boxFigure img{
                    width: 80%;
                    padding: 10px;
                    margin: 0;
                    border: 1px solid #ccc;
                    box-sizing: border-box;
                }

/*-------●Mainte2nd -------*/	
section#maintenance2nd-01{
    width:100%;
    padding: 2em 0 2em;
}
    div.maintenance2nd-01-Inner{
        margin: 0 auto;
        width: 100%;
    }
	div.maintenance2nd-01-boxWrap{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}
		div.maintenance2nd-01-box{
			width:46%;
			box-sizing: border-box;
			padding: 0.5em 1em 1em;
			border: 5px solid #ddd;
			margin: 0 1% 2%;
		}
			span.maintenance2nd-01-No{
				color: #005f85;
				font-size: 2.6em;
				font-weight: bold;
				border-bottom: 1px solid #005f85;
			}
				h4.maintenance2nd-01-boxh4{
					color: #005f85;
					font-size: 1.6em;
					margin: 10px auto 15px;
					letter-spacing: 0em;
				}
					div.maintenance2nd-01-box p{
						text-align: left;
					}
		div.maintenance2nd-01-boxIn{
			width: 90%;
			box-sizing: border-box;
			margin: 1em auto 0;
			padding: 0.8em 1em;
			background: #f1f1f1;
		}
			span.maintenance2nd-01-boxInProb{
				font-size: 1.2em;
			}
section#maintenance2nd-02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 3em;
	background:url(../img/mainte2nd-02-bg.png);
	background-size:cover;
}
    div.maintenance2nd-02-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
	div.maintenance2nd-02-box{
		background-color: rgba(255,255,255,0.78);
		box-sizing: border-box;
		padding: 2em;
		margin: 0 auto;
		width: 94%;
	}
		div.maintenance2nd-02-box img{
			width: 90%;
			margin: 1em 0;
		}
		div.maintenance2nd-02-box p{
			text-align: left;
		}
section#maintenance2nd-03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0;
}
    div.maintenance2nd-03Inner{
        margin: 0 auto;
        width: 90%;
        text-align: left;
		font-size: 1.1em;
    }

/*-------●Mainte3rd -------*/	
section#maintenance3rd-01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 3em;
}
    div.maintenance3rd-01-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
	div.maintenance3rd-01-boxWrap{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
	}
		div.maintenance3rd-01-box{
			width:31%;
			box-sizing: border-box;
			padding: 2em 1em 1em;
			border: 5px solid #ddd;
			margin: 0 0.5% 2%;
		}
			div.maintenance3rd-01-box img{
				height:60px;
			}
				div.maintenance3rd-01-box h3{
					font-size: 2em;
					margin: 10px auto 5px;
					letter-spacing: 0.1em;
				}
					div.maintenance3rd-01-box p{
					}
section#maintenance3rd-02{
    width:100%;
    margin: 0 auto;
    padding: 4.5em 0 1em;
	background: url(../img/mainte3rd_02-arrow_sp.png) no-repeat center top;
	background-size: 100%;
}
    div.maintenance3rd-02-Inner{
        margin: 0 auto;
        width: 94%;
    }
	div.maintenance3rd-02-boxWrap{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-around;
		margin: 2em auto;
	}
		div.maintenance3rd-02-box{
			width:46%;
			box-sizing: border-box;
			padding: 1.3em 1em 1.3em;
			margin: 0 1% 0;
			color: #fff;
			font-size: 1.1em;
		}
			div.maintenance3rd-02-box h4{
				line-height: 1.5;
				height: 1.5;
				margin-bottom: 10px;
				background: #fff;
				font-size: 1.4em;
				color: #666;
			}
				.mainte3rd-02-boxA{
					background-size: 90px;
				}
				.mainte3rd-02-boxB{
					background-size: 90px;
				}
section#maintenance3rd-03{
    width:100%;
    margin: 0 auto;
    padding: 4.5em 0 2em;
	background: url(../img/mainte3rd_02-arrow_sp.png) no-repeat center top;
	background-size: 100%;
}
    div.maintenance3rd-03-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
	div.maintenance3rd-03-BoxWrap{
		width:100%;
		margin: 0 auto;
	}
		div.maintenance3rd-03-Box{
			width:92%;
			box-sizing: border-box;
			padding: 3em 0;
			margin: 0 auto;
			font-size: 1em;
			display: flex;
			flex-flow: row wrap;
		}
			div.maintenance3rd-03-BoxText{
				width:55%;
				text-align: left;
			}
				.maintenance3rd-03-BoxText h4{
					color:#00a685;
					font-size: 1.7em;
					margin-bottom: 10px;
				}
			figure.maintenance3rd-03-BoxPix{
				width:44%;
				margin: 0;
				padding: 0;
			}
				figure.maintenance3rd-03-BoxPix img{
					width:96%;
					margin: 0;
					padding: 0;
				}
					.mainte3rd-03-BoxBgA{
					}
					.mainte3rd-03-BoxBgB{
					}
section#maintenance3rd-04{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
}
    div.maintenance3rd-04-Inner{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }

/*-------●Mainte4th -------*/	
section#maintenance4th-01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 1.5em;
}
    div.maintenance4th-01-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
		div.maintenance4th-01-Message{
			margin: 1em auto;
			width: 90%;
			text-align: left;
		}
div.maintenance4th-01-BoxWrap{
	margin: 3em auto;
	width:100%;
}
	div.maintenance4th-01-Box{
		width: 92%;
		padding: 1.7em 2em;
		text-align: left;
	}
		div.maintenance4th-01-BoxWrap h4{
			font-size: 1.6em;
			margin-bottom: 10px;
		}
			div.maintenance4th-01-Box > .sct06-boxWrap{
				text-align: center;
			}
.maintenance4th-01-Box-arrow{
	height: 65px;
	background: url(../img/arrowD.png) no-repeat center;
	background-size: 60px;
}

section#maintenance4th-02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 2em;
	border-top: 1px solid #ddd;
}
    div.maintenance4th-02-Inner{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }

/*--------------------●Taishin ---------------------*/	
div.sv-taishin{
    background:url(../img/taishin_mainVisual.png);
    background-size: cover;
	padding: 1em 0;
}
section#taishin01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin01-Inner{
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
		div.taishin01-box{
            text-align: left;
            font-size: 1.1em;
            margin: 0 auto;
            padding: 1em 10em 2em 1em;
            box-sizing: border-box;
            background: url(../img/taishin_01Bg_sp.png) no-repeat right bottom;
            background-size: 195px;
        }
section#taishin02{
    width:100%;
    margin: 0 auto;
    padding: 2.5em 0 2.5em;
}
    div.taishin02-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
		div.taishin02-box{
        }
			div.taishin02-box img
			{
				width:70%;
				margin: 0 auto;
			}

section#taishin03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
	border-bottom: 1px solid #ccc;
}
    div.taishin03-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
	img.taishin03-Img1{
				width:90%;
				margin: 0 auto;
			}
			div.taishin03-box{
				width:86%;
				margin: 1em auto;
			}
			h4.taishin03-h4{
				font-size: 1.6em;
				margin: 0.8em auto  0.3em;
				border-bottom: 1px solid #0071b5;
			}
section#taishin04{
    width:100%;
    margin: 0 auto;
    padding: 2.5em 0 2.5em;
	border-bottom: 1px solid #ccc;
	background: url(../img/taishin04_bg.png);
}
    div.taishin04-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
		div.taishin04-BoxWrap{
			width:90%;
			margin: 0 auto;
		}
			div.taishin04-Box{
				width:100%;
				text-align: left;
				margin: 1em auto 1.2em;
				padding: 0 0 1em;
				border: 1px solid #ccc;
				background: #fff;
			}
				div.taishin04-Box h4{
					width:100%;
					line-height: 1.8;
					font-size: 1.6em;
					color: #fff;
					padding-left: 1em;
					margin-bottom: 0.5em;
					box-sizing: border-box;
					letter-spacing: 0.2em;
				}
				div.taishin04-Box p{
					margin: 0 1.5em 0;
				}

/*------- ●Taishin2nd --------*/	
section#taishin2nd01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin2nd01-Inner{
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
		div.taishin2nd01-box{
            text-align: left;
            font-size: 1.1em;
            margin: 0 auto;
            padding: 1em 0 0;
            box-sizing: border-box;
        }
			div.taishin2nd01-box img{
				width:100%;
				margin: 0;
			}
section#taishin2nd02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
}
    div.taishin2nd02-Inner{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
		div.taishin2nd02-boxWrap{
			display: inline-flex;
			justify-content: space-around;
			flex-wrap: wrap;
			}
		div.taishin2nd02-box{
            text-align: left;
			background: #fff;
            font-size: 1em;
            margin: 0 auto 3.2%;
            padding: 1em 1.5em 1em;
			width:100%;
        	}
				div.taishin2nd02-box h4{
					font-size: 1.5em;
					text-align: center;
					margin-bottom: 10px;
				}
section#taishin2nd03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
	border-bottom: 1px solid #ccc;
}
    div.taishin2nd03-Inner{
        margin: 0 auto;
        width: 92%;
    }
		div.taishin2nd03-Inner p{
			font-size: 1.1em;
			text-align: left;
			margin-bottom: 10px;
		}

/*------- ●Taishin3rd --------*/	
section#taishin3rd01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin3rd01-Inner{
        margin: 0 auto;
        width: 94%;
    }
		div.taishin3rd01-boxWrap{
			text-align: left;
			margin: 3em auto 2em;
		}
		div.taishin3rd01-box{
            margin: 1em auto 2em;
            padding: 0 0 1em;
			min-height: 100px;
        }
			div.point1{
				padding-left: 100px;
				background-size: 80px;
			}
			div.point2{
				padding-left: 100px;
				background-size: 80px;
			}
			div.point3{
				padding-left: 100px;
				background-size: 80px;
			}
			div.point4{
				padding-left: 100px;
				background-size: 80px;
			}
			div.point5{
				padding-left: 100px;
				background-size: 80px;
			}
			div.taishin3rd01-box h4{
				font-size: 1.5em;
				margin-bottom: 10px;
			}
			div.taishin3rd01-box span{
				font-size: 1.1em;
			}
section#taishin3rd02{
    width:100%;
    margin: 0 auto;
    padding: 1em 0 0;
}
    div.taishin3rd02-Inner{
        margin: 0 auto;
        width: 90%;
		text-align: left;
		font-size: 1.1em;
    }
		div.taishin3rd02-Inner p{
			margin-bottom: 14px;
		}

/*------- ●Taishin4th --------*/	
section#taishin4th01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin4th01-Inner{
        margin: 0 auto;
        width: 90%;
    }
		div.taishin4th01-boxWrap{
			margin: 2em auto 1em;
		}
		div.taishin4th01-box{
            margin: 1em auto 1em;
            padding: 1.5em 2em;
        }
			div.taishin4th01-box h4{
				font-size: 1.6em;
				margin-bottom: 7px;
			}
			div.taishin4th01-box h5{
				font-size: 1.23em;
				margin: 1em auto 5px;
			}
			div.taishin4th01-box p{
			}
	div.taishin4th01-arrow{
		height: 40px;
		background-size: 50px;
	}
section#taishin4th02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 2em;
}
    div.taishin4th02-Inner{
        margin: 0 auto;
        width: 90%;
    }

/*--------------------●Saigai ---------------------*/	
div.sv-saigai{
}
section#saigai01{
    width:100%;
    margin: 0 auto;
    padding: 0 0 0;
}
    div.saigai01-Inner{
        margin: 0 auto;
		padding: 0 0 2em;
        width: 96%;
        text-align: center;
    }
	img.saigai01-ImgA{
		width: 100%;
		margin-bottom: 2em;
		display: block;
	}
	div.saigai01-boxWrap{
		display: inline-flex;
		justify-content: space-around;
		flex-wrap: wrap;
		width: 100%;
		margin: 2em auto 0;
	}
		div.saigai01-box{
			width: 19%;
			margin: 0 0.5%;
				 }
			div.saigai01-box img{
				height: auto;
				max-height: 76px;
				max-width: 100%;
			}
				div.saigai01-box h4{
					text-align: center;
					font-size: 1.6em;
					letter-spacing: 0.2em;
				}
section#saigai02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0em;
	background: url(../img/saigai02_bg.png);
}
    div.saigai02-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 96%;
        text-align: center;
    }
		div.saigai02-Inner img{
			width: 100%;
			display: block;
			margin: 0;
		}
section#saigai03{
    width:100%;
    margin: 0 auto;
    padding: 6em 0 0em;
	background: url(../img/arrowD.png) no-repeat center 30px;
	background-size: 70px;
}
    div.saigai03-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 96%;
        text-align: center;
    }
		div.saigai03-Inner img{
			width: 100%;
			display: block;
			margin: 0;
		}
section#saigai04{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
	background: url(../img/saigai04-bg.png);
}
    div.saigai04-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 90%;
        text-align: center;
    }
	div.saigai04-Inner img{
		width: 82%;
	}
section#saigai05{
    width:100%;
    margin: 0 auto;
	padding: 6em 0 0em;
	background: url(../img/arrowC.png) no-repeat center 30px;
	background-size: 80px;
}
    div.saigai05-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 90%;
        text-align: center;
    }

/*------- ●Saigai2nd --------*/
section#saigai2nd01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai2nd01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
        text-align: center;
    }
	div.saigai2nd01-Inner p{
		text-align: left;
	}
	img.saigai2nd01-ImgA{
		width: 100%;
		display: block;
		margin: 2em auto 1em;
	}
section#saigai2nd02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0;
	background: #0095b7;
}
    div.saigai2nd02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
    }
	div.saigai2nd02-boxWrap{
		margin: 2em auto 1em;
		width: 100%;
	}
		div.saigai2nd02-box{
			padding: 1em 1em 0.5em;
			box-sizing: border-box;
			margin: 0 auto 1.5em;
		}
			div.saigai2nd02-box h4{
				line-height: 1.4;
				font-size: 1.3em;
				text-align: left;
				margin-bottom: 13px;
			}
			div.saigai2nd02-box-price{
				float: none;
				margin-right: auto;
				text-align: right;
				width: 100%;
				font-size: 0.8em;
			}
				div.saigai2nd02-box-price span{
					margin: 0 2px;
					font-size: 1.2em;
				}
			div.saigai2nd02-boxLeft{
				display: inline-block;
				width: 33%;
				margin-right: 3%;
				text-align: left;
			}
				div.saigai2nd02-boxLeft img{
					width: 100%;
				}
			div.saigai2nd02-boxRight{
				display: inline-block;
				width: 61%;
				vertical-align: top;
				text-align: left;
			}
			div.saigai2nd02-boxRight p{
				margin-bottom: 10px;
			}
section#saigai2nd03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai2nd03-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
        text-align: center;
    }

/*------- ●Saigai3rd --------*/
section#saigai3rd01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai3rd01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
    }
	div.saigai3rd01-boxWrap{
		width:100%;
		margin: 3em auto 1em;
	}
		div.saigai3rd01-box{
			width:100%;
			margin: 0 auto 1.6em;
			box-sizing: border-box;
			border: 3px solid #eee;
			padding: 1em 1.5em;
			text-align: left;
		}
		div.saigai3rd01-boxQ{
			background: url(../img/saigai3rd-01-Q.png) no-repeat 0 3px;
			background-size: 33px;
			padding:5px 0 5px 46px;
			color: #0095b7;
			font-size: 1.5em;
			min-height: 50px;
			border-bottom: 1px dotted #ddd;
		}
		div.saigai3rd01-boxA{
			background: url(../img/saigai3rd-01-A.png) no-repeat 0px 13px;
			background-size: 33px;
			padding-left: 46px;
			padding-top: 10px;
			font-size: 1.1em;
			min-height: 52px;
			color: #444;
		}
section#saigai3rd02{
    width:100%;
    margin: 0 auto;
    padding: 1em 0 1em;
}
    div.saigai3rd02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
    }

/*------- ●Saigai4th --------*/
section#saigai4th01{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai4th01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 92%;
        text-align: center;
    }
	div.saigai4th01-boxWrap{
				text-align: left;
				margin: 2em auto 1em;
			}
			div.saigai4th01-box{
				margin: 1em auto 1em;
				padding: 1.5em 2em;
				box-sizing: border-box;
				border: 1px solid #ccc;
			}
		div.saigai4th01-box h4{
			font-size: 1.6em;
			color: #006b88;
			margin-bottom: 7px;
		}
		div.saigai4th01-box h5{
			font-size: 1.23em;
			color: #0071b5;
			margin: 1em auto 5px;
		}
		div.saigai4th01-box p{
			padding-left: 1em;
		}
			div.saigai4th01-arrow{
				height: 40px;
				background: url(../img/arrowD.png) no-repeat center;
				background-size: 50px;
			}
section#saigai4th02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai4th02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
        text-align: center;
    }

/*--------------------●Contact ---------------------*/	
div.sv-contact{
	padding: 1em 0;
}
section#contact01{
}
    div.contact01-Inner{
        width: 92%;
    }
div.contact-tel{
	margin: 0 auto 2em;
	border: 5px solid #f1f1f1;
	padding: 1.2em 0;
	font-size: 1.6em;
}
	div.contact-tel span{
		font-size: 1.6em;
		font-weight: bold;
		margin-left: 5px;
		color: #777;
	}
div.contact-tel a{
	color: #777;
}
		div.mailformWrap{
			border: 5px solid #f1f1f1;
			padding: 1.5em 0 0.5em;
			margin: 0 auto 2em;
			box-sizing: border-box;
		}
div.sctContact01-mail
		{
			padding:4em 1em;
			border-bottom:3px solid #f1f1f1;
		}
			div.sctContact-FormWrap
			{
				text-align:left;
			}
			dl.contact1st-Inner-mail-dl
			{
				width:90%;
				margin:1em auto;
			}
				dt.contact1st-Inner-mail-dt
				{
					width:23%;
					padding:2% 1% 0;
					display:inline-block;
					vertical-align:top;
					text-align:right;
				}
					dt.contact1st-Inner-mail-dt span
					{
						color:#FF0004;
					}
					dd.contact1st-Inner-mail-dd
					{
						width:70%;
						padding:1% 0;
						margin:0 0 0 3%;
						display:inline-block;
						text-align: left;
					}
				input
				{
					padding:10px;
				}
				input.contact-text_s
				{
					min-width:65%;
				}
				input.contact-text_m
				{
					min-width:80%;
				}
				textarea.contact-textarea
				{
					min-height:200px;
					min-width:96%;
					width:96%;
					line-height:1.5;
					padding:2% 2%;
				}
				select.contact-select
				{
				}
					p.contact-select-p
					{
						font-size:0.8em;
						color:#888;
						margin-top:10px;
					}
				input.contact-submit
				{
					line-height:50px;
                    height: auto;
					padding:10px 5em;
					margin:0 1em 1em 0;
				}

/*--------------------●Company ---------------------*/	
div.sv-company{
	padding: 1em 0;
}
section#company01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.company01-Inner{
        margin: 0 auto;
        width: 92%;
    }
div.company-box{
	width:100%;
	margin: 2em auto 0;
}
	dl.company-dl{
		width:100%;
		margin: 0 auto;
		text-align: left;
		border-bottom: 1px dotted #eee;
	}
		dt.company-dt{
			width:22%;
			display: inline-block;
			padding: 7px 10px 7px 0;
			border-top: 1px dotted #eee;
			text-align: right;
			box-sizing: border-box;
			vertical-align: top;
		}
		dd.company-dd{
			width:77%;
			display: inline-block;
			padding: 7px 0 7px 5px;
			border-top: 1px dotted #eee;
			box-sizing: border-box;
		}
		dd.company-dd ul{
			list-style-type: decimal;
			padding-left: 1.5em;
		}
			dd.company-dd ul li{
				margin-bottom: 3px;
			}

/*--------------------●Elce ---------------------*/	
div.sv-elce{
    background:url(../img/elce_mainVisual.png);
    background-size: cover;
}
section#elce01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.elce01-Inner{
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
div.elce01-Box{
    width:100%;
    margin: 0 auto 2em;
}
div.elce01-Box img{
    width:100%;
    margin: 0.5em auto;
}
h3.elce-h3{
    font-size: 2em;
    color: #007DE4;
    margin: 1em auto 1em;
    font-weight:bold;
    border-bottom: 1px dotted #007DE4;
}
div.elce01-Box p{
    font-size: 1.1em;
}

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

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
color:#ccc;
zoom:1;
}

/*--------------------●GoTOP---------------------*/
section#GotopWrap
{
	width:100%;
}
	div#GotopInner
	{
		width:100%;
	}
		div#GotopInner img
		{
			width:70px;
		}
		
/*--------------------●Footer ---------------------*/	
footer#footer
{
	width:100%;
	margin:0;
	padding:1em 0 5em;
}
	div#footerInner
	{
		width:100%;
		margin:0 auto;
		padding:0;
		color:#fff;
	}
		div.footer-list
		{
			width:94%;
			margin-bottom:35px;
			line-height:2;
		}
			ul.footer-list-ul
			{
			}
				li.footer-list-li
				{
				}
				li.fll-right
				{
				}
					li.footer-list-li a
					{
					}
						li.footer-list-li a:hover
						{
						}
	div.footer-sitemapBoxWrap{
		width:97%;
		margin: 0em 1.5% 0.5em;
		padding: 1em 0 1em;
		border:1px solid #193F5B;
		display: inline-flex;
		justify-content: space-around;
		flex-wrap: wrap;
		background: #003d55;
	}
		div.footer-sitemapBox{
			width: 33%;
			padding-left: 0.5em;
		}
			div.footer-sitemapBox-left{
			}
			h4.footer-sitemap-h4{
			}
				ul.footer-sitemap-ul{
					
				}
					ul.footer-sitemap-ul li{
						margin-left: 1.5em;
					}
					ul.footer-sitemap-ul li a{
					}
						ul.footer-sitemap-ul li a:hover{
						}
	div#footerShop
		{
			width:94%;
			margin:0 auto;
		}
			img.footerShop-Logo
			{
				width:260px;
			}

/*-------- Form --------*/

						
}

@media screen and (max-width : 634px) {
											
}


@media screen and (max-width : 480px) {

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

/*--------------------●共通---------------------*/
h2.h2styleA
		{
			font-size:1.7em;
		}
span.textSizing-s
{
}
.pc-display
{
}
.tblt-display
{
}
.sp-display
{
	display:block;
}
.sp-hidden
{
	display:none;
}
.tblt-hidden
{
}

div#WholeWrap
{
}

img.floating {
bottom: 60px;
right:5px;
position: fixed;
z-index: 1;
width:60px;
}
	img#header-bar-changeDsplyImg
	{
		height:24px;
	}
	img#header-bar-searchImg
	{
		height:24px;
		margin:6px auto auto;
	}
	img#header-bar-orderDsplyImg
	{
		height:24px;
	}

/*--------------------●Header---------------------*/
header
{
	width:auto;
	padding:0;
	margin:0 auto;
	border-bottom:1px solid #ccc;
}
	div#header-inner
	{
		width:100%;
		height:auto;
		margin:0 auto;
		text-align:center;
	}
		div#header-logo
		{
		}
			div#header-logo img
			{
				width:200px;
				margin:12px auto 4px;
			}


/*----------------------●SP NAVI--------------------------*/
nav#nav_sp
{
	position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 48px;  
    color: #fff;
	z-index:100;
}
div#nav_sp-Inner{
}
ul#menu-sp
		{
		}
#menu-sp li {
}
#menu-sp li a {
	height:48px;
	width:100%;
	display:block;
	float:left;
	text-indent:-9999em;
	text-decoration:none;
	overflow:hidden;
}
	/*------off*/
	#menu-sp li.menu-sp-01 a {
		background:url(../img/common/menu-sp01.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02 a {
		background:url(../img/common/menu-sp02.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03 a {
		background:url(../img/common/menu-sp03.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04 a {
		background:url(../img/common/menu-sp04.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05 a {
		background:url(../img/common/menu-sp05.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06 a {
		background:url(../img/common/menu-sp06.png) no-repeat center;
		background-size:84%;
		background-position:center;
	}
	
	/*------hover*/
	#menu-sp li.menu-sp-01 a:hover {
		background:url(../img/common/menu-sp01_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02 a:hover {
		background:url(../img/common/menu-sp02_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03 a:hover {
		background:url(../img/common/menu-sp03_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04 a:hover {
		background:url(../img/common/menu-sp04_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05 a:hover {
		background:url(../img/common/menu-sp05_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06 a:hover {
		background:url(../img/common/menu-sp06_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	
	/*------stay*/
	#menu-sp li.menu-sp-01_on a {
		background:url(../img/common/menu-sp01_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-02_on a {
		background:url(../img/common/menu-sp02_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-03_on a {
		background:url(../img/common/menu-sp03_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-04_on a {
		background:url(../img/common/menu-sp04_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-05_on a {
		background:url(../img/common/menu-sp05_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}
	#menu-sp li.menu-sp-06_on a {
		background:url(../img/common/menu-sp06_on.png) no-repeat;
		background-size:84%;
		background-position:center;
	}

/*----------------------●MainVisual--------------------------*/
div.mainvisual
{
	max-width:100%;
	margin:0 auto;
}
	div.mainvisual img
	{
		width:100%;
	}

	/* 　 ヘッドスライダー（PC）  　●　
------------------------------------------------------------*/
	.wideslider {
		display:block;
		width: 100%;
		text-align: left;
		position: relative;
		overflow: hidden;
	}
	.wideslider,
	.wideslider * {
	margin: 0;
	padding: 0;
	}
	
	.wideslider ul,
	.wideslider ul li {
		float: left;
		display: inline;
		overflow: hidden;
	}
	
	.wideslider ul li img {
		width: 100%;
		display: none;
	}
	
	.wideslider_base {
		top: 0;
		position: absolute;
	}
	.wideslider_wrap {
		top: 0;
		position: absolute;
		overflow: hidden;
	
	}
	.slider_prev,
	.slider_next {
		top: 0;
		overflow: hidden;
		position: absolute;
		z-index: 100;
		cursor: pointer;
	}
	.slider_prev {background: #fff url(../images/prev.png) no-repeat right center;}
	.slider_next {background: #fff url(../images/next.png) no-repeat left center;}
	
	.pagination {
		display: none;
		bottom: 10px;
		top:400px;
		left: 0;
		width: 100%;
		height: 20px;
		text-align: center;
		position: absolute;
		z-index: 200;
	}
	
	.pagination a {
		margin: 0 10px;
		width: 20px;
		height: 20px;
		display: inline-block;
		overflow: hidden;
		background: #FFA600;
	}
	.pagination a.active {
		filter:alpha(opacity=100)!important;
		-moz-opacity: 1!important;
		opacity: 1!important;
	}
	
	
	/* =======================================
		ClearFixElements
	======================================= */
	.wideslider ul:after {
		content: ".";
		height: 0;
		clear: both;
		display: block;
		visibility: hidden;
	}
	
	.wideslider ul {
		display: inline-block;
		overflow: hidden;
	}

/*----------------------●Base--------------------------*/
h2.h2-baseImg img{
    height:20px;
    margin-bottom: 0.6em;
}
h2.h2-baseTitle{
    font-size: 1.5em;
    color: #0E0E0E;
    margin-bottom: 0.5em;
}
img.icon-BaseA{
    height:60px;
}
img.icon-BaseB{
    height:80px;
}
/*----------●Section01---------*/
section#section01
{
	width:100%;
	background:#fff;
}
	div#sct01-Inner
	{
		width:100%;
		margin:0 auto;
		padding:1.5em 0;
	}

h2.sct01-h2{
}
    h2.sct01-h2 span{
        font-size: 1em;
        color: #999;
    }

div.sct01-BoxWrap{
    width:90%;
    margin: 1.5em auto 0;
}
    div.sct01-Box{
        width:100%;
        margin: 0 auto 1.5em;
    }
    div.sct01-Box a{
    }
        div.sct01-Box a:hover{
        }
div.sct01-Box2Wrap{
        width:90%;
        margin: 4em auto 1em;
    }
        div.sct01-Box2{
            width:100%;
            margin: 0 auto;
        }
            div.sct01-Box2 img{
                width:100%;
            }
div.sct01-BoxIcon{
}
	div.sct01-BoxIcon img{
		height: 70px;
		margin-bottom: 9px;
	}
div.sct01-BoxBase{
    height:130px;
    margin-bottom: 0.5em;
}
    div.sct01-Box h4{
            font-size: 1.4em;
            color:#fff;
        }

    div.sct01-BoxA{
        background: url(../img/index-sct01-BoxAbg.png) center;
    }
        div.sct01-BoxA-Title{
            background: url(../img/index-sct01-BoxA-Titlebg.png);
            height: 130px;
            line-height: 130px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }

    div.sct01-BoxB{
        background: url(../img/index-sct01-BoxBbg.png) center;
    }
        div.sct01-BoxB-Title{
            background: url(../img/index-sct01-BoxB-Titlebg.png);
            height: 130px;
            line-height: 130px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }
    div.sct01-BoxC{
        background: url(../img/index-sct01-BoxCbg.png) center;
    }

        div.sct01-BoxC-Title{
            background: url(../img/index-sct01-BoxC-Titlebg.png);
            height: 130px;
            line-height: 130px;
            width: 100%;
            bottom: 0;
            position: absolute;
        }

/*----------●Section02---------*/
section#section02
{
	width:100%;
	background:url(../img/index-sct02-bg.png) center;
    background-size:cover;
}
    div#sct02-Inner
    {
        width:100%;
        margin:0 auto;
        padding:3em 0;
	}
    
        div.index-h3-styleA{
            font-size: 1.1em;
            text-align: center;
            color: #fff;
            background: #FFA600;
            width: 90%;
            padding: 0;
            margin: 0 auto 1em;
            line-height: 1.8;
            border-radius: 30px;
        }
    div.sct02-BoxWrap{
        width:90%;
        margin: 3em auto 2em;
    }
        div.sct02-Box{
            width:96%;
            margin: 0 auto 3%;
            background: rgba(255,255,255,0.63);
            padding: 1.5em 1em 1em;
            box-sizing: border-box;
            display: inline-block;
            text-align: center;
            vertical-align: top;
        }
            img.sct02-Box-icon{
                height:60px;
            }
            div.sct02-Box h4{
                font-size: 1.8em;
                color:#555;
                margin: 7px auto;
                letter-spacing: 0.1em;
            }
            div.sct02-Box p{
                text-align: left;
            }

    div.index-BtnDetailA{
        width:80%;
    }
        div.index-BtnDetailA a{
        }
        div.index-BtnDetailA a:hover{
        }
/*----------●Section03---------*/
section#section03
{
	background:url(../img/index-sct03-bg.png) center;
    background-size:cover;
}
    div#sct03-Inner
    {
        width:100%;
        margin:0 auto;
        padding:3em 0;
        text-align: center;
	}
    div.sct03-BoxWrap{
        width:100%;
        margin: 3em auto;
    }
div.sct03-Box{
    background: rgba(255,255,255,0.52) url(../img/index-sct03-boxBg.png) no-repeat;
    background-size: 180px;
    background-position: 120px bottom;
    padding: 1.5em 1em 290px 1em;
    margin: 2em auto 0;
    box-sizing: border-box;
    text-align: left;
    width: 90%;
    font-size: 1.1em;
}
    div.sct03-Box h4{
        color:#0080c5;
        font-size: 1.8em;
        margin-bottom: 0.7em;
    }
    div.index-BtnDetailB{
        width:80%;
        text-align: center;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
        background: #00aac5;
        border-radius: 8px;
        position: relative;
    }
        div.index-BtnDetailB a{
        }
        div.index-BtnDetailB a:hover{
        }
/*----------●Section04---------*/
section#section04
{
	width:100%;
	background:url(../img/index-sct04-bg.png) center;
    background-size:cover;
}
    div#sct04-Inner
    {
        width:100%;
        margin:0 auto;
        padding:3em 0;
        text-align: center;
	}
    div.sct04-BoxWrap{
        width:100%;
        margin: 3em auto;
    }
div.sct04-Box{
    background: rgba(255,255,255,0.52) url(../img/index-sct04-boxBg.png) no-repeat;
    background-size: 230px;
    background-position: bottom right;
    padding: 1.5em 1em 260px 1em;
    box-sizing: border-box;
    text-align: left;
    width: 90%;
    font-size: 1.1em;
}
    div.sct04-Box h4{
        color:#0080c5;
        font-size: 1.8em;
        margin-bottom: 0.7em;
    }
    div.index-BtnDetailC{
        width:80%;
        text-align: center;
        line-height: 2.4;
        margin: 2em auto 0;
        font-size: 1.2em;
        background:#00cb9e;
        border-radius: 8px;
        position: relative;
    }
        div.index-BtnDetailC a{
        }
        div.index-BtnDetailC a:hover{
        }

/*----------●Section05---------*/
section#section05
{
}
	div#sct05-Inner
	{
		width:100%;
		margin:0 auto;
		padding:3em 0;
        text-align: center;
}
h2.sct05-h2{
}
h2.sct05-h2 span{
    font-size: 1.1em;
    color: #555;
}

h3.sct05-h3{
    font-size: 1.4em;
    margin: 1em auto;
}
    h3.sct05-h3 span{
        font-weight: bold;
        font-size: 1.2em;
    }
div.sct05-box{
    width:96%;
    margin: 0 auto;
}
div.sct05-box img{
    width:100%;
}
div.sct05-annotation{
    background: #29a8df;
    line-height: 1.2em;
    padding: 3px 0;
    color: #fff;
    border-radius: 30px;
    margin: 1.2em auto 0;
    font-size: 1em;
    width: 94%;
}

/*----------●Section06---------*/
section#section06
{
	width:100%;
	background:#fff;
}
	div#sct06-Inner
	{
		width:100%;
		margin:0 auto;
		padding:3em 0;
        text-align: center;
}
h2.sct06-h2{
}
h2.sct06-h2 span{
    font-size: 1.1em;
    color: #555;
}
div.sct06-boxWrap{
    width:96%;
    margin: 0 auto;
}
div.sct06-box{
    width:100%;
    margin: 0 auto 1em;
    padding-bottom: 1em;
    border-bottom: 1px dotted #ddd;
    display: block;
    vertical-align: top;
}
div.sct06-box img{
    width:100px;
    margin: 0 auto;
    margin-bottom: 1em;
}
a.sct06-link{
    color: #555;
    font-size: 1.2em;
    margin-bottom: 1em;
}
a.sct06-link span{
    font-size: 1.4em;
}
div.sct06-box p{
    margin-top: 1em;
    line-height: 1.8;
}
/*----------●SectionArea---------*/
section#sectionArea
{
	width:100%;
	background:#eee url(../img/sctArea_bg.png) no-repeat center;
    background-size: cover;
    color:#333;
    text-shadow: 0px 0px 2px #fff;
    border-bottom: 1px solid #ccc;
}
	div#sctArea-Inner
	{
		width:94%;
		margin:0 auto;
		padding:2em 0 3em;
        text-align: center;
}
h2.sctArea-h2{
    font-size:2em;
    margin-bottom: 0.6em;
}
h3.sctArea-h3{
    font-size: 1.4em;
    margin: 0.5em auto 1em;
}
    h3.sctArea-h3 span{
        font-weight: bold;
        font-size: 1.2em;
    }
div.sctArea-annotation{
    background: #fff;
    line-height: 1.4em;
    color: #222;
    border-radius: 30px;
    margin: 1em auto 0;
    padding: 5px 0;
    font-size: 1.2em;
    width: 90%;
}
div.sctArea-Box{
    font-size:2em;
    font-weight:bold;
    color:#0D86B9;
}
/*--------------------●SUB PAGE ---------------------*/
div.btn-Wrap{
    margin: 3em auto 3em;
}
    div.btn-styleA{
        width:80%;
        font-size: 1.2em;
    }
        div.btn-styleA a{
        }
            div.btn-styleA a:hover{
            }
h3.sub-h3-styleA{
    font-size: 1.5em;
    margin: 0 auto 1em;
}
h3.sub-h3-styleB{
    font-size: 1.6em;
    margin: 0 auto 1em;
}
h3.sub-h3-styleC{
    font-size: 1.5em;
    margin: 0 auto 1em;
}
h4.sub-h4-styleA{
    font-size: 1.3em;
    margin: 0 auto 0.5em;
}
span.sizing-s{
    font-size: 0.7em;
}
span.sizing-l{
    font-size: 1.3em;
    margin: 0 4px;
}
img.arrow{
    width:80px;
    margin-bottom: 2em;
}
div.subVisual{
    min-height: 60px;
}
    div.subVisual-Inner{
        margin: 0 auto;
        padding: 10px 0;
    }
        ul.panlist{
        }
            ul.panlist li{
            }    
                ul.panlist li a{
                }
                ul.panlist li span{
                }
                    div.subVisualTitle{
                        padding: 1em 0;
                        font-size: 1.35em;
                    }
                        div.subVisualTitle span{
                            font-size: 0.8em;
                        }

div#subNaviWrap{
    padding: 1.5em 0 1.5em;
    border-bottom: 1px solid #ddd;
}
    div.subNaviInner{
        width:100%;;
        margin: 0 auto;
    }
        ul.subNavi{
        }
li.subNavi-base{
    width:48%;
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 0 1%;
    min-width: 100px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 0.9em;
    z-index: 0;
    box-sizing: border-box;
    vertical-align: top;
}
    li.subNavi-base a{
        color: #fff;
        display: block;
        width: 100%;
        height: 100%;
    }
    li.subNavi-base a:hover{
        color: #FFFE8D;
    }
            li.subNavi-styleA_off{
                background: #0080ba;
            }
            li.subNavi-styleA{
                background: #0080ba;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
                box-shadow: 1px 1px 2px #bbb;
            }
                li.subNavi-styleA:after{
                    content: "";
                    position: absolute;
                    bottom: 0; left: 50%;
                    margin-left: 0px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0px 0px 0 0px;
                    border-color: #0080ba transparent transparent transparent;
                }
            li.subNavi-styleB_off{
                background: #0098ba;
            }
            li.subNavi-styleB{
                background: #0098ba;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
                box-shadow: 1px 1px 2px #bbb;
            }
                li.subNavi-styleB:after{
                    content: "";
                    position: absolute;
                    bottom: 0px; left: 50%;
                    margin-left: 0px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 0 0 0;
                    border-color: #0098ba transparent transparent transparent;
                }
            li.subNavi-styleC_off{
                background: #00b3b1;
            }
            li.subNavi-styleC{
                background: #00b3b1;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
                box-shadow: 1px 1px 2px #bbb;
            }
                li.subNavi-styleC:after{
                    content: "";
                    position: absolute;
                    bottom: 0px; left: 50%;
                    margin-left: 0px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 0 0 0;
                    border-color: #00b3b1 transparent transparent transparent;
                }
            li.subNavi-styleD_off{
                background: #00c093;
            }
            li.subNavi-styleD{
                background: #00c093;
                color:#FFE641;
                text-shadow: 0 0 3px #fff;
                box-shadow: 1px 1px 2px #bbb;
            }
                li.subNavi-styleD:after{
                    content: "";
                    position: absolute;
                    bottom: 0px; left: 50%;
                    margin-left: 0px;
                    display: block;
                    width: 0px;
                    height: 0px;
                    border-style: solid;
                    border-width: 0 0 0 0;
                    border-color: #00c093 transparent transparent transparent;
                }
div.sub-annotation{
    width: 100%;
    padding: 5px 10px;
    font-size: 1em;
    margin: 0 auto 2em;
    line-height: 1.4;
}
div#subNaviWrapFooter{
    width:100%;
    padding: 2.5em 0;
}

/*--------------------●Maintenance ---------------------*/	
div.sv-mainte{
}
section#maintenance01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.maintenance01-Inner{
        margin: 0 auto;
        width: 90%;
    }
        div.maintenance01-box{
            width:100%;
            font-size: 1.05em;
            margin: 0 auto;
            padding: 0 0 22em;
            background: url(../img/index-sct03-boxBg_sp.png) no-repeat right bottom;
            background-size: 84%;
        }
section#maintenance02{
    width:100%;
    margin: 0 auto;
    padding: 2.5em 0;
    background: url(../img/mainte01-bg.png) repeat-y;
}
    div.maintenance02-Inner{
        margin: 0 auto;
        width:92%;
    }
        div.maintenance02-box1{
            width:100%;
        }
        div.maintenance02-box1 img{
            width: 100%;
            margin-bottom: 1em;
        }
        div.maintenance02-box2{
            border: 3px solid #008e82;
            box-sizing: border-box;
            margin: 0 auto;
            padding: 1em 1em 0;
            width:100%;
            font-size: 1.05em;
            background: #fff none;
            background-size: 170px;
        }
            div.maintenance02-box2 img{
                width: 100%;
                margin: 2em auto 1em;
            }
section#maintenance03{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 3em;
    background: url(../img/mainte03-bg.png) repeat-y;
    background-size: cover;
}
    div.maintenance03-Inner{
        margin: 0 auto;
        width: 100%;
    }
        div.maintenance03-boxWrap{
            width:90%;
            margin: 0 auto;
            text-align: left;
            box-sizing: border-box;
            padding: 0;
        }
        div.maintenance03-box{
            width:100%;
            margin: 1em auto 0;
            box-sizing: border-box;
            padding: 1em 1.5em;
            background: rgba(255,255,255,0.67);
            font-size: 1.05em;
            line-height: 2;
        }
    div.maintenance03-box li{
        line-height: 1.4;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dotted #FF9600;
    }

section#maintenance04{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 3em;
    background: #fff;
}
    div.maintenance04-Inner{
        margin: 0 auto;
        width: 90%;
    }
    div.maintenance04-Inner p{
        text-align: left;
    }
        div.maintenance04-message{
            width:100%;
            margin: 0 auto 1.5em;
            text-align: left;
            font-size: 1.1em;
        }
            div.maintenance04-box{
                width:98%;
                margin: 0 auto 2em;
                padding: 1.5em 0.5em 0.5em;
                text-align: center;
				box-shadow: 1px 1px 4px #ccc;
				border: 3px solid #fff;
            }
                div.maintenance04-box figure{
                    width:100%;
                    margin: 0 auto;
                    padding: 0;
                    display: block;
                }
                    div.maintenance04-box figure img{
                        width: 80%;
                        border: 3px solid #fff;
                    }
                    div.maintenance04-boxText{
                        display: block;
                        width:88%;
                        text-align: left;
                        margin: 1em auto;
                    }
section#maintenance05{
    width:100%;
    margin: 0 auto;
    padding: 5em 0 2em;
    background: #edffe3 url(../img/arrowB.png) no-repeat center top;
    background-size:90px; 
}
    div.maintenance05-Inner{
        margin: 0 auto;
        width: 100%;
    }
        div.maintenance05-box{
            width:90%;
            margin: 0 auto;
            box-sizing: border-box;
        }
            div.maintenance05-boxText{
                width:100%;
                display: block;
                font-size: 1.1em;
                padding: 0;
                margin: 0 auto 1em;
            }
            figure.maintenance05-boxFigure{
                width:100%;
                display: block;
                box-sizing: border-box;
                padding: 0;
                margin: 0;
            }
                figure.maintenance05-boxFigure img{
                    width: 90%;
                    padding: 10px;
                    margin: 0;
                    border: 1px solid #ccc;
                    box-sizing: border-box;
                }
/*-------●Mainte2nd -------*/	
section#maintenance2nd-01{
    width:100%;
    padding: 2em 0 2em;
}
    div.maintenance2nd-01-Inner{
        margin: 0 auto;
        width: 92%;
    }
	div.maintenance2nd-01-boxWrap{
		display: block;
		flex-flow: row wrap;
		justify-content: center;
	}
		div.maintenance2nd-01-box{
			width:100%;
			box-sizing: border-box;
			padding: 0.5em 1em 1em;
			border: 5px solid #ddd;
			margin: 0 1% 4%;
		}
			span.maintenance2nd-01-No{
				color: #005f85;
				font-size: 3em;
				font-weight: bold;
				border-bottom: 1px solid #005f85;
			}
				h4.maintenance2nd-01-boxh4{
					color: #005f85;
					font-size: 1.6em;
					margin: 10px auto 15px;
					letter-spacing: 0em;
				}
					div.maintenance2nd-01-box p{
						text-align: left;
					}
		div.maintenance2nd-01-boxIn{
			width: 98%;
			box-sizing: border-box;
			margin: 1em auto 0;
			padding: 0.8em 1em;
			background: #f1f1f1;
		}
			span.maintenance2nd-01-boxInProb{
				font-size: 1.2em;
			}
section#maintenance2nd-02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 3em;
	background:url(../img/mainte2nd-02-bg.png);
	background-size:cover;
}
    div.maintenance2nd-02-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
	div.maintenance2nd-02-box{
		background-color: rgba(255,255,255,0.78);
		box-sizing: border-box;
		padding: 2em;
		margin: 0 auto;
		width: 94%;
	}
		div.maintenance2nd-02-box img{
			width: 98%;
			margin: 1em 0;
		}
		div.maintenance2nd-02-box p{
			text-align: left;
		}
section#maintenance2nd-03{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 0;
}
    div.maintenance2nd-03Inner{
        margin: 0 auto;
        width: 90%;
        text-align: left;
    }

/*-------●Mainte3rd -------*/	
section#maintenance3rd-01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 3em;
}
    div.maintenance3rd-01-Inner{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
	div.maintenance3rd-01-boxWrap{
		display: block;
		flex-flow: none;
		justify-content: none;
	}
		div.maintenance3rd-01-box{
			width:100%;
			padding: 2em 1.2em 1em;
			margin: 0 0.5% 4%;
		}
			div.maintenance3rd-01-box img{
				height:70px;
			}
				div.maintenance3rd-01-box h3{
					font-size: 2em;
					margin: 10px auto 5px;
					letter-spacing: 0.1em;
				}
					div.maintenance3rd-01-box p{
					}
section#maintenance3rd-02{
    width:100%;
    margin: 0 auto;
    padding: 4.5em 0 1em;
}
    div.maintenance3rd-02-Inner{
        margin: 0 auto;
        width: 94%;
    }
	div.maintenance3rd-02-boxWrap{
		display: block;
		flex-flow: none;
		justify-content: none;
		margin: 2em auto;
	}
		div.maintenance3rd-02-box{
			width:92%;
			box-sizing: border-box;
			padding: 1.3em 1em 1.3em;
			margin: 0 auto 5%;
			color: #fff;
			font-size: 1.1em;
		}
			div.maintenance3rd-02-box h4{
				line-height: 1.5;
				height: 1.5;
				margin-bottom: 10px;
				background: #fff;
				font-size: 1.3em;
				color: #666;
			}
				.mainte3rd-02-boxA{
					background-size: 90px;
				}
				.mainte3rd-02-boxB{
					background-size: 90px;
				}
section#maintenance3rd-03{
    width:100%;
    margin: 0 auto;
    padding: 4.5em 0 2em;
}
    div.maintenance3rd-03-Inner{
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }
	div.maintenance3rd-03-BoxWrap{
		width:100%;
		margin: 0 auto;
	}
		div.maintenance3rd-03-Box{
			width:92%;
			box-sizing: border-box;
			padding: 2em 0;
			margin: 0 auto;
			font-size: 1em;
			display: block;
			flex-flow: none;
		}
			div.maintenance3rd-03-BoxText{
				width:100%;
				margin: 0 auto 1em;
			}
				.maintenance3rd-03-BoxText h4{
					font-size: 1.6em;
					margin-bottom: 10px;
				}
			figure.maintenance3rd-03-BoxPix{
				width:100%;
				margin: 0;
				padding: 0;
			}
				figure.maintenance3rd-03-BoxPix img{
					width:84%;
					margin: 0 auto;
					padding: 0;
				}
					.mainte3rd-03-BoxBgA{
					}
					.mainte3rd-03-BoxBgB{
					}
section#maintenance3rd-04{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
}
    div.maintenance3rd-04-Inner{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }

/*-------●Mainte4th -------*/	
section#maintenance4th-01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 1.5em;
}
    div.maintenance4th-01-Inner{
        margin: 0 auto;
        width: 92%;
        text-align: center;
    }
		div.maintenance4th-01-Message{
			margin: 1em auto;
			width: 92%;
			text-align: left;
		}
div.maintenance4th-01-BoxWrap{
	margin: 3em auto;
	width:100%;
}
	div.maintenance4th-01-Box{
		width: 96%;
		padding: 1em 2em 1.5em;
		text-align: left;
	}
		div.maintenance4th-01-BoxWrap h4{
			font-size: 1.6em;
			margin-bottom: 10px;
		}
			div.maintenance4th-01-Box > .sct06-boxWrap{
				text-align: center;
			}
.maintenance4th-01-Box-arrow{
	height: 65px;
	background: url(../img/arrowD.png) no-repeat center;
	background-size: 60px;
}

section#maintenance4th-02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 2em;
	border-top: 1px solid #ddd;
}
    div.maintenance4th-02-Inner{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }

/*--------------------●Taishin ---------------------*/	
div.sv-taishin{
    background:url(../img/taishin_mainVisual.png);
    background-size: cover;
	padding: 1em 0;
}
section#taishin01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin01-Inner{
        margin: 0 auto;
        width: 96%;
        text-align: center;
    }
		div.taishin01-box{
            text-align: left;
            font-size: 1.1em;
            margin: 0 auto;
            padding: 1em 1em 19em 1em;
            box-sizing: border-box;
            background: url(../img/taishin_01Bg_sp.png) no-repeat right bottom;
            background-size: 94%;
        }
section#taishin02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
}
    div.taishin02-Inner{
        margin: 0 auto;
        width: 94%;
        text-align: center;
    }
		div.taishin02-box{
        }
			div.taishin02-box img
			{
				width:92%;
				margin: 0 auto;
			}

section#taishin03{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
	border-bottom: 1px solid #ccc;
}
    div.taishin03-Inner{
        margin: 0 auto;
        width: 94%;
        text-align: center;
    }
	img.taishin03-Img1{
				width:100%;
				margin: 0 auto;
			}
			div.taishin03-box{
				width:94%;
				margin: 1em auto;
			}
			h4.taishin03-h4{
				font-size: 1.6em;
				margin: 0.8em auto  0.3em;
				border-bottom: 1px solid #0071b5;
			}
section#taishin04{
    width:100%;
    margin: 0 auto;
    padding: 2.5em 0 2em;
}
    div.taishin04-Inner{
        margin: 0 auto;
        width: 94%;
        text-align: center;
    }
		div.taishin04-BoxWrap{
			width:94%;
			margin: 0 auto;
		}
			div.taishin04-Box{
				width:100%;
				text-align: left;
				margin: 1em auto 1.2em;
				padding: 0 0 1em;
				border: 1px solid #ccc;
				background: #fff;
			}
				div.taishin04-Box h4{
					width:100%;
					line-height: 1.8;
					font-size: 1.6em;
					color: #fff;
					padding-left: 1em;
					margin-bottom: 0.5em;
					box-sizing: border-box;
					letter-spacing: 0.2em;
				}
				div.taishin04-Box p{
					margin: 0 1.5em 0;
				}

/*------- ●Taishin2nd --------*/	
section#taishin2nd01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin2nd01-Inner{
        margin: 0 auto;
        width: 94%;
    }
		div.taishin2nd01-box{
            margin: 0 auto;
            padding: 0;
        }
			div.taishin2nd01-box img{
				width:100%;
				margin: 0;
			}
section#taishin2nd02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
}
    div.taishin2nd02-Inner{
        margin: 0 auto;
        width: 90%;
        text-align: center;
    }
		div.taishin2nd02-boxWrap{
			}
		div.taishin2nd02-box{
            font-size: 1em;
            margin: 0 auto 5%;
            padding: 1em 1.5em 1em;
        	}
				div.taishin2nd02-box h4{
					font-size: 1.5em;
					margin-bottom: 10px;
				}
section#taishin2nd03{
    width:100%;
    margin: 0 auto;
    padding: 2.5em 0 1em;
	border-bottom: 1px solid #ccc;
}
    div.taishin2nd03-Inner{
        margin: 0 auto;
        width: 88%;
    }
		div.taishin2nd03-Inner p{
			font-size: 1.1em;
			text-align: left;
			margin-bottom: 10px;
		}

/*------- ●Taishin3rd --------*/	
section#taishin3rd01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin3rd01-Inner{
        margin: 0 auto;
        width: 96%;
    }
		div.taishin3rd01-boxWrap{
			text-align: left;
			margin: 2.2em auto 2em;
		}
		div.taishin3rd01-box{
            margin: 1em auto 2em;
            padding: 0 0 1em;
			min-height: 100px;
        }
			div.point1{
				padding-left: 90px;
				background-size: 80px;
			}
			div.point2{
				padding-left: 90px;
				background-size: 80px;
			}
			div.point3{
				padding-left: 90px;
				background-size: 80px;
			}
			div.point4{
				padding-left: 90px;
				background-size: 80px;
			}
			div.point5{
				padding-left: 90px;
				background-size: 80px;
			}
			div.taishin3rd01-box h4{
				font-size: 1.5em;
				margin-bottom: 10px;
			}
			div.taishin3rd01-box span{
				font-size: 1.1em;
			}
section#taishin3rd02{
    width:100%;
    margin: 0 auto;
    padding: 1em 0 0;
}
    div.taishin3rd02-Inner{
        margin: 0 auto;
        width: 90%;
		text-align: left;
		font-size: 1.1em;
    }
		div.taishin3rd02-Inner p{
			margin-bottom: 14px;
		}

/*------- ●Taishin4th --------*/	
section#taishin4th01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.taishin4th01-Inner{
        margin: 0 auto;
        width: 90%;
    }
		div.taishin4th01-Inner p{
			text-align: left;
		}
		div.taishin4th01-boxWrap{
			margin: 2em auto 1em;
		}
		div.taishin4th01-box{
            margin: 1em auto 1em;
            padding: 1.5em 1em;
        }
			div.taishin4th01-box h4{
				font-size: 1.6em;
				margin-bottom: 7px;
			}
			div.taishin4th01-box h5{
				font-size: 1.23em;
				margin: 1em auto 5px;
			}
			div.taishin4th01-box p{
				padding-left: 0.3em;
			}
	div.taishin4th01-arrow{
		height: 40px;
		background-size: 50px;
	}
section#taishin4th02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 2em;
}
    div.taishin4th02-Inner{
        margin: 0 auto;
        width: 90%;
    }

/*--------------------●Saigai ---------------------*/	
div.sv-saigai{
}
section#saigai01{
    width:100%;
    margin: 0 auto;
    padding: 0 0 0;
}
    div.saigai01-Inner{
        margin: 0 auto;
		padding: 0 0 2em;
        width: 96%;
        text-align: center;
    }
	img.saigai01-ImgA{
		width: 100%;
		margin-bottom: 2em;
		display: block;
	}
	div.saigai01-boxWrap{
		display: inline-flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
		margin: 2em auto 0;
	}
		div.saigai01-box{
			width: 28%;
			margin: 0 0.5%;
				 }
			div.saigai01-box img{
				height: auto;
				max-height: 76px;
				max-width: 100%;
			}
				div.saigai01-box h4{
					text-align: center;
					font-size: 1.6em;
					letter-spacing: 0.2em;
				}
section#saigai02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0em;
	background: url(../img/saigai02_bg.png);
}
    div.saigai02-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 96%;
        text-align: center;
    }
		div.saigai02-Inner img{
			width: 100%;
			display: block;
			margin: 0;
		}
section#saigai03{
    width:100%;
    margin: 0 auto;
    padding: 6em 0 0em;
	background: url(../img/arrowD.png) no-repeat center 30px;
	background-size: 70px;
}
    div.saigai03-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 96%;
        text-align: center;
    }
		div.saigai03-Inner img{
			width: 100%;
			display: block;
			margin: 0;
		}
section#saigai04{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 2em;
	background: url(../img/saigai04-bg.png);
}
    div.saigai04-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 90%;
        text-align: center;
    }
	div.saigai04-Inner img{
		width: 92%;
	}
section#saigai05{
    width:100%;
    margin: 0 auto;
	padding: 6em 0 0em;
	background: url(../img/arrowC.png) no-repeat center 30px;
	background-size: 80px;
}
    div.saigai05-Inner{
        margin: 0 auto;
		padding: 0 0 0;
        width: 90%;
        text-align: center;
    }

/*------- ●Saigai2nd --------*/
section#saigai2nd01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 1em;
}
    div.saigai2nd01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
        text-align: center;
    }
	div.saigai2nd01-Inner p{
		text-align: left;
	}
	img.saigai2nd01-ImgA{
		width: 100%;
		display: block;
		margin: 2em auto 1em;
	}
section#saigai2nd02{
    width:100%;
    margin: 0 auto;
    padding: 2em 0;
	background: #0095b7;
}
    div.saigai2nd02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
    }
	div.saigai2nd02-boxWrap{
		margin: 2em auto 1em;
		width: 100%;
	}
		div.saigai2nd02-box{
			padding: 1em 1em 0.5em;
			box-sizing: border-box;
			margin: 0 auto 1.5em;
		}
			div.saigai2nd02-box h4{
				line-height: 1.6;
				font-size: 1.3em;
				text-align: left;
				margin-bottom: 13px;
			}
			div.saigai2nd02-box-price{
				float: none;
				margin-right: auto;
				text-align: right;
				width: 100%;
				font-size: 0.9em;
			}
				div.saigai2nd02-box-price span{
					margin: 0 2px;
					font-size: 1.2em;
				}
			div.saigai2nd02-boxLeft{
				display: block;
				width: 90%;
				margin:0 auto;
				text-align: left;
			}
				div.saigai2nd02-boxLeft img{
					width: 100%;
					margin-bottom: 8px;
				}
			div.saigai2nd02-boxRight{
				display: block;
				width: 94%;
				margin: 0 auto;
				vertical-align: top;
				text-align: left;
			}
			div.saigai2nd02-boxRight p{
				margin-bottom: 10px;
			}
section#saigai2nd03{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0em;
	border-bottom: 1px solid #ccc;
}
    div.saigai2nd03-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
        text-align: center;
    }

/*------- ●Saigai3rd --------*/
section#saigai3rd01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 1em;
}
    div.saigai3rd01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 92%;
    }
	div.saigai3rd01-boxWrap{
		width:100%;
		margin: 2em auto 1em;
	}
		div.saigai3rd01-box{
			width:100%;
			margin: 0 auto 1.5em;
			box-sizing: border-box;
			border: 3px solid #eee;
			padding: 0.8em 0.8em;
			text-align: left;
		}
		div.saigai3rd01-boxQ{
			background: url(../img/saigai3rd-01-Q.png) no-repeat 0 3px;
			background-size: 26px;
			padding:5px 0 5px 40px;
			font-size: 1.4em;
			line-height: 1.2;
			min-height: 50px;
		}
		div.saigai3rd01-boxA{
			background: url(../img/saigai3rd-01-A.png) no-repeat 0px 13px;
			background-size: 26px;
			padding-left: 40px;
			padding-top: 10px;
			font-size: 1em;
			min-height: 52px;
			color:#666;
		}
section#saigai3rd02{
    width:100%;
    margin: 0 auto;
    padding: 1em 0 1em;
}
    div.saigai3rd02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
    }

/*------- ●Saigai4th --------*/
section#saigai4th01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 1em;
}
    div.saigai4th01-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
        text-align: center;
    }
	div.saigai4th01-boxWrap{
				text-align: left;
				margin: 2em auto 1em;
			}
			div.saigai4th01-box{
				margin: 1em auto 1em;
				padding: 1em 1em;
				box-sizing: border-box;
				border: 1px solid #ccc;
			}
		div.saigai4th01-box h4{
			font-size: 1.6em;
			color: #006b88;
			margin-bottom: 7px;
		}
		div.saigai4th01-box h5{
			font-size: 1.23em;
			color: #0071b5;
			margin: 1em auto 5px;
		}
		div.saigai4th01-box p{
			padding-left: 1em;
		}
			div.saigai4th01-arrow{
				height: 40px;
				background: url(../img/arrowD.png) no-repeat center;
				background-size: 50px;
			}
section#saigai4th02{
    width:100%;
    margin: 0 auto;
    padding: 3em 0 1em;
}
    div.saigai4th02-Inner{
        margin: 0 auto;
		padding: 0 0;
        width: 90%;
        text-align: center;
    }

/*--------------------●Contact ---------------------*/	
div.sv-contact{
	padding: 1em 0;
}
section#contact01{
	padding: 2em 0 0;
}
    div.contact01-Inner{
        width: 92%;
    }
div.contact-tel{
	margin: 0 auto 1.2em;
	border: 5px solid #f1f1f1;
	padding: 1.2em 0;
	font-size: 1.3em;
}
	div.contact-tel span{
		font-size: 1.6em;
		font-weight: bold;
		margin-left: 3px;
		color: #777;
	}
		div.contact-tel a{
		}
		div.mailformWrap{
			border: 5px solid #f1f1f1;
			padding: 1em 0 0em;
			margin: 0 auto 2em;
		}
div.sctContact01-mail
		{
			padding:4em 1em;
			border-bottom:3px solid #f1f1f1;
		}
			div.sctContact-FormWrap
			{
				text-align:left;
			}
			dl.contact1st-Inner-mail-dl
			{
				width:90%;
				margin:1em auto;
			}
				dt.contact1st-Inner-mail-dt
				{
					width:100%;
					padding:2% 0 0;
					display:block;
					text-align:left;
				}
					dt.contact1st-Inner-mail-dt span
					{
						color:#FF0004;
					}
					dd.contact1st-Inner-mail-dd
					{
						width:100%;
						padding:1% 0;
						margin:0 0 0 2%;
						display:inline-block;
						text-align: left;
						box-sizing: border-box;
					}
				input
				{
				}
				input.contact-text_s
				{
				}
				input.contact-text_m
				{
				}
				textarea.contact-textarea
				{
				}
				select.contact-select
				{
				}
					p.contact-select-p
					{
					}
				input.contact-submit
				{
				}

/*--------------------●Company ---------------------*/	
div.sv-company{
	padding: 1em 0;
}
section#company01{
    width:100%;
    margin: 0 auto;
    padding: 2em 0 0;
}
    div.company01-Inner{
        margin: 0 auto;
        width: 92%;
    }
div.company-box{
	width:100%;
	margin: 2em auto 0;
}
	dl.company-dl{
		width:100%;
		margin: 0 auto;
		text-align: left;
		border-bottom: 1px dotted #eee;
	}
		dt.company-dt{
			width:100%;
			display: block;
			padding: 7px 0 0 0;
			border-top: 1px dotted #eee;
			text-align: left;
			box-sizing: border-box;
			vertical-align: top;
			color:#267398;
		}
		dd.company-dd{
			width:100%;
			display: block;
			padding: 5px 0 7px 10px;
			border-top: none;
			box-sizing: border-box;
		}
		dd.company-dd ul{
			list-style-type: decimal;
			padding-left: 1.5em;
		}
			dd.company-dd ul li{
				margin-bottom: 3px;
			}

/*--------------------●Elce ---------------------*/	
div.sv-elce{
}
section#elce01{
    padding: 2em 0 0;
}
    div.elce01-Inner{
        margin: 0 auto;
        width: 96%;
    }
div.elce01-Box{
    width:100%;
    margin: 0 auto 2em;
}
div.elce01-Box img{
    width:100%;
    margin: 0.5em auto;
}
h3.elce-h3{
    font-size: 1.4em;
    line-height: 1.4;
    margin: 1em auto 1em;
    font-weight:normal;
    border-bottom: 1px dotted #007DE4;
}
div.elce01-Box p{
    font-size: 1em;
    text-align: left;
}
/* フッター
*****************************************************/

#copyright{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:85%;
color:#ccc;
zoom:1;
}

/*--------------------●GoTOP---------------------*/
section#GotopWrap
{
	width:100%;
}
	div#GotopInner
	{
		width:100%;
	}
		div#GotopInner img
		{
			width:60px;
		}
		
/*--------------------●Footer ---------------------*/	
footer#footer
{
}
	div#footerInner
	{
	}
		div.footer-list
		{
			width:94%;
		}
			ul.footer-list-ul
			{
			}
				li.footer-list-li
				{
				}
				li.fll-right
				{
				}
					li.footer-list-li a
					{
					}
						li.footer-list-li a:hover
						{
						}
	div.footer-sitemapBoxWrap{
		width:86%;
		margin: 0em 6% 0.5em;
		padding: 0 0 1em;
		border:1px solid #193F5B;
		display: block;
		justify-content: space-around;
		flex-wrap: wrap;
	}
		div.footer-sitemapBox{
			width: 90%;
			padding-left: 0;
			padding-bottom: 0.2em;
			padding-top: 0.5em;
			margin-bottom: 0.2em;
			border-top: 1px solid #123F57;
			border-left: none;
		}
			div.footer-sitemapBox-left{
				border-top:none;
			}
			h4.footer-sitemap-h4{
			}
				ul.footer-sitemap-ul{
					
				}
					ul.footer-sitemap-ul li{
						margin-left: 2em;
					}
					ul.footer-sitemap-ul li a{
					}
						ul.footer-sitemap-ul li a:hover{
						}
	div#footerShop
		{
			width:94%;
			margin:0 auto;
		}
			img.footerShop-Logo
			{
				width:260px;
			}
	div#footerShop
		{
			margin:1.5em auto 2em;
			padding:1.5em 0 1em;
		}
			div#footerShop p
			{
			}
			img.footerShop-Logo
			{
				width:220px;
				margin-bottom:10px;
			}
				dl.footerShop-dl
				{
					margin:1em auto;
					padding:1.2em 0 0.5em;
					width:100%;
					border-top:1px solid #251005;
					border-bottom:1px solid #251005;
				}
					.footerShop-dl dt
					{
						float:none;
						width:98%;
						padding-left:2%;
						text-align:left;
						margin-bottom:0;
					}
						.footerShop-dl dd
						{
							float:none;
							width:95%;
							padding-left:5%;
							text-align:left;
							margin-bottom:10px;
						}
				img.footerTel
				{
					width:70%;
				}
			

/*-------- Form --------*/

}

@media screen and (max-width : 320px) {
			
}