@charset "UTF-8";
.none-smp{
	display: none;
}

/*＿＿＿＿NAVI＿＿＿＿＿＿＿＿*/

#nav-drawer {
    position: relative;
    padding-top: 0px;
    padding-left: 0px;
    width: 42px;
    height: 55px;
    display: inherit;
    z-index: 5000;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
	margin-top: 0px;
	padding-top: 0px;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 21px;
	vertical-align: middle;
	margin-top: 32px;
	margin-left: 12px;	
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../__img/navi-close.png);
}

/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 80%;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックで表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: 0.7;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    background-color: #FFFFFF;
    background-image: url(../__img/menu-wani.png);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}
	.navi-menu{
    width: 100%;
    height: 80px;
    background-color: #005705;
    font-size: 17px;
    line-height: 17pt;
    margin-bottom: 15px;
    padding-top: 40px;
    text-align: center;
	}
	.top-sw1-navi a{
	margin-left: 60px;
	font-size: 18px;
	color: #0222B3;
	text-decoration: none;
	line-height: 41px;
	}
	
	


/*＿＿＿＿NAVI＿＿＿＿＿＿＿＿*/
		




body {
    background-position: center top;
    font-family: 'Kosugi Maru', sans-serif;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0;
    max-width: 480px;
    min-width: 321px;
    margin: 0px;
    background-color: #ffffff;
    height: auto;
    background-repeat: repeat;
    float: none;
    width: auto;
	margin-top: 50px;
}
.wrapper {
    width: 100%;
    max-width: 480px;
	min-width: 321px;
    position: relative;
    height: auto;
}
	

.wrapper2 {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	width:100%;
}
.content-area{
    width: 90%;
    height: auto;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    margin-left: auto;
    float: none;
    position: relative;
    margin-right: auto;
}
.content2-area{
	width: 100%;
	max-width: 481px;
	height: auto;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
}
.content-isens{
	width: 100%;
	max-width: 481px;
	color:#0C0C0C;
	height: auto;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	float: right;
}
.tophead {
    width: 100%;
	max-width: 481px;
    height: 60px;
    display: none;
    background-color: #FFFFFF;
}
.tophead2 {
    width: 100%;
    max-width: 481px;
    height: 22px;
    display: block;
    background-color: #FFFFFF;
}
.menu{
    font-size: 1.0em;
    float: right;
    margin-top: 30px;
    display: none;
}
.areagreen{
    margin: 0 -200%;
    padding-top: 0;
    padding-right: 200%;
    padding-left: 200%;
    padding-bottom: 35px;
    background-position: 0%;   
    text-align: center;
  background: -webkit-linear-gradient(#fff, #ebffde 100PX, #FFF 800PX);
  background: -o-linear-gradient(#fff,#ebffde 100px, #FFF 800PX);
  background: linear-gradient(#fff,#ebffde 100px, #FFF 800px);	
}
.areaorange{
    width: 100%;
    max-width: 481px;
    padding-top: 0;
    padding-bottom: 35px;
    background-position: 0%;
    background-color: #FAF4EE;
    text-align: center;
}
.areablue{
	width:100%;
	max-width: 481px;
	padding-top: 0;
	padding-bottom: 35px;
	background-position: 0%;
  background: -webkit-linear-gradient(#FFFFFF, #b8d5e9 100px, #FFF 600px);
  background: -o-linear-gradient(#FFFFFF, #b8d5e9 100px, #FFF 600px);
  background: linear-gradient(#FFFFFF, #b8d5e9 100px, #FFF 600px);
	text-align: center;
}
.areared{
	width:100%;
	max-width: 481px;
	padding-top: 0;
	padding-bottom: 35px;
	background-position: 0%;
	background-color: #870002;
	text-align: center;
}
.areagray{
    width:100%;
	max-width: 481px;
    padding-top: 0;
    padding-bottom: 35px;
    background-position: 0%;
    background-color: #727272;
    text-align: center;
}
.areapaple{
    width:100%;
	max-width: 481px;
    padding-top: 0;
    padding-bottom: 35px;
    background-position: 0%;
    background-color: #5C00AA;
    text-align: center;
}
.areaisens{
	width:100%;
	max-width: 481px;
    padding-top: 0;
    padding-bottom: 35px;
    background-position: center top;
    text-align: center;
    background-image: url(../__image/back-isens.jpg);
    background-repeat: repeat-x;
}
.area-sm{
    display: none;
}
.area-ff{
    display: none;
}
.area-isns{
    margin-top: 60px;
    margin-bottom: 0;
    background-position: center 133px;
    text-align: center;
    background-image: url(../__image/img-isns.jpg);
    background-repeat: no-repeat;
    height: 390px;
    width: 100%;
	max-width: 481px;
    background-size: 140% auto;
}
.logo-top  {
    position: absolute;
    top: -70px;
    width: 400px;
    display: none;
}
.logo-top2  {
    position: absolute;
    top: -70px;
    width: 400px;
    display: none;
}
.menu li{
	float: left;
	margin-right: 18px;
}
.menu li a{
	color: #144B03;
	text-decoration: none;
}
.menu li a:hover{
	color: #FD8A0A;
}
.com_pro{
    color: #FFFFFF;
    font-size: 0.9em;
    letter-spacing: 1em;
    text-align: left;
    position: absolute;
    top: 30px;
    width: 374px;
    height: 140px;
    left: 20px;
    letter-spacing: 1px;
    display: none;
}
.com_pro2{
    color: #2E2E2E;
    font-size: 0.9em;
    letter-spacing: 1em;
    text-align: left;
    position: absolute;
    top: 30px;
    width: 350px;
    height: 140px;
    left: 20px;
    letter-spacing: 1px;
    display: none;
}
.sale-catch{
    color: #FFF600;
    font-size: 1.0em;
    top: 20px;
    left: 30px;
    text-align: justify;
    line-height: 1.8em;
    margin-left: 28px;
    margin-right: 29px;
    padding-top: 9px;
    padding-bottom: 11px;
}
.sale-icon{
    width: 100%;
    float: right;
    background-color: #FFFFFF;
    overflow-x: hidden;
    overflow-y: hidden;
    font-size: 1em;
}
.sale-cate li a {
    width: 97%;
    height: 50px;
    border: 2px solid #006835;
    border-radius: 2px;
    display: block;
    color: #006835;
    font-weight: bold;
    text-decoration: none;
    float: left;
    margin-bottom: 4px;
    margin-left: 1%;
    font-size: 1.1em;
    line-height: 3.5em;
    overflow-x: hidden;
    overflow-y: hidden;
}
.sale-cate li a:hover {
    border: 2px solid #07108E;
    background-color: #C1C7F7;
}
.page-title{
    color: #FFFFFF;
    font-size: 2em;
    top: 48px;
    width: 90%;
    height: 61px;
    left: 15px;
    text-align: center;
    line-height: 1.8em;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
}
.page-title2{
    color: #F49B51;
    font-size: 2em;
    width: 90%;
    height: 30px;
    left: 5%;
    line-height: 1.8em;
    font-weight: bold;
    margin-top: 10px;
}
.page-catch{
    color: #010101;
    font-size: 1em;
    top: 85px;
    width: 85%;
    height: auto;
    left: 15px;
    text-align: justify;
    line-height: 1.8em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}
.page-catch-text{
    color: #FFFFFF;
    font-size: 1.0em;
    top: 450px;
    width: 90%;
    height: auto;
    left: 15px;
    text-align: justify;
    line-height: 1.8em;
    margin-left: 5%;
}
.sm-title{
    color: #000E98;
    font-size: 2em;
    position: absolute;
    top: 20px;
    width: 90%;
    left: 10px;
    text-align: justify;
    line-height: 1.8em;
}
.sm-catch{
    color: #D5D5D5;
    font-size: 1.0em;
    position: absolute;
    top: 70px;
    width: 90%;
    height: 140px;
    left: 10px;
    text-align: justify;
    line-height: 1.8em;
}
.ff-title{
    color: #E66A00;
    font-size: 2em;
    position: absolute;
    top: 30px;
    width: 90%;
    height: 140px;
    left: 10px;
    text-align: justify;
    line-height: 1.8em;
}
.ff-catch{
    color: #303030;
    font-size: 1.0em;
    position: absolute;
    top: 93px;
    width: 84%;
    height: 140px;
    left: 10px;
    text-align: justify;
    line-height: 1.8em;
}
.sm-sw a{
    width: 95%;
    height: 200px;
    display: block;
    text-decoration: none;
    text-align: left;
    background-image: url(../__image/img-sm-test.png);
    background-size: auto 100%;
    background-position: right top;
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 2%;
    margin-bottom: 20px;
	background-color: #092ABF;
}
.sm-sw .sm-title{
    color: #fff;
    font-size: 1.7em;
    position: absolute;
    top: 5px;
    width: 90%;
    height: 140px;
    left: 17px;
    text-align: justify;
    line-height: 1.8em;
    display: block;
    background-color: #002C72;
}
.sm-sw .sm-catch{
    color: #fff;
    font-size: 1.1em;
    position: absolute;
    top: 55px;
    width: 90%;
    height: 123px;
    left: 16px;
    text-align: justify;
    line-height: 1.5em;
}
.ff-sw a:hover,.sm-sw a:hover{
	box-shadow: 0px 0px 3px #F00;
}
.ff-sw a{
    width: 95%;
    height: 240px;
    display: block;
    text-decoration: none;
    text-align: left;
    background-image: url(../__image/im-ff.jpg);
    background-size: auto 100%;
    background-position: right top;
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 2%;
	background-color: #FA8F10;
}
.ff-sw .sm-title{
	color: #fff;
	font-size: 1.7em;
	position: absolute;
	top: 5px;
	width: 90%;
	height: 140px;
	left: 17px;
	text-align: justify;
	line-height: 1.8em;
}
.ff-sw .sm-catch{
    color: #fff;
    font-size: 1.0em;
    position: absolute;
    top: 55px;
    width: 90%;
    height: 123px;
    left: 16px;
    text-align: justify;
    line-height: 1.5em;
}

.isns-title{
    color: #940002;
    font-size: 1.7em;
    position: absolute;
    top: 22px;
    width: 90%;
    height: 140px;
    left: 10px;
    text-align: justify;
    line-height: 1.8em;
}
.isns-catch{
    color: #3D3D3D;
    font-size: 1.0em;
    position: absolute;
    top: 62px;
    width: 90%;
    height: 75px;
    left: 10px;
    text-align: justify;
    line-height: 1.5em;
}
.isns-catch2{
    color: #323131;
    font-size: 1.0em;
    position: absolute;
    top: 379px;
    width: 90%;
    height: 75px;
    left: 10px;
    text-align: justify;
    line-height: 1.5em;
}

.category-sw{
    top: 0px;
    width: 100%;
    height: auto;
    margin-top: 40px;
    clear: none;
}

.sale-sw{
    top: 209px;
    width: 95%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    margin-left: 3%;
}
.sale-sw-top{
    position: absolute;
    top: 320px;
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: auto;
}
.sale-sw1 a{
    width: 100%;
    height: 140px;
    display: block;
    background-color: #0A025C;
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
    text-decoration: none;
    text-align: left;
    float: left;
    margin-right: 12px;
    margin-bottom: 4px;
}
.sale-sw2 a{
    width: 100%;
    height: 140px;
    display: block;
    background-color: #E90F55;
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
    text-align: left;
    text-decoration: none;
    float: left;
    margin-bottom: 4px;
}
.sale-sw3 a{
    width: 100%;
    height: 140px;
    display: block;
    background-color: #505050;
    -webkit-box-shadow: 0px 0px 3px #333;
    box-shadow: 0px 0px 3px #333;
    text-align: left;
    text-decoration: none;
	margin-bottom: 4px;
	float: left;
}
.sale-sw4 a{
	width: 100%;
	height: 140px;
	display: block;
	background-color: #FF8A00;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
	text-decoration: none;
	text-align: left;
	margin-bottom: 4px;
	float: left;

}
.sale-sw5 a{
	width: 100%;
	height: 140px;
	display: block;
	background-color: #B1871A;
	-webkit-box-shadow: 0px 0px 3px #333;
	box-shadow: 0px 0px 3px #333;
	text-decoration: none;
	text-align: left;
	margin-bottom: 4px;
	float: left;

}
.sale-sw1 a:hover,.sale-sw2 a:hover,.sale-sw3 a:hover,.sale-sw4 a:hover,.sale-sw5 a:hover{
	background-color: #FF0004;
}
.sale-sw1 h2,.sale-sw2 h2,.sale-sw3 h2,.sale-sw4 h2,.sale-sw5 h2{
	font-size: 1.6em;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.sale-sw1 h3,.sale-sw2 h3,.sale-sw3 h3,.sale-sw4 h3,.sale-sw5 h3{
	margin-left: 20px;
	margin-top: 0px;
	font-size: 0.9em;
	line-height: 1.4em;
	text-align: center;
	margin-right: 20px;
	margin-bottom: 2px;
}

.profile{
    color: #060606;
    font-size: 1.0em;
    top: 95px;
    width: 90%;
    height: 200px;
    left: 490px;
    text-align: justify;
    line-height: 1.8em;
    margin-top: 91px;
    margin-left: 5%;
}
.profile h1 {
    font-size: 1.7em;
    margin-bottom: 30px;
}
.profile .text2{
    font-size: 1em;
    margin-bottom: 10px;
    margin-top: 10px;
}
.profile2{
    color: #FFFFFF;
    font-size: 1.0em;
    top: 300px;
    width: 90%;
    left: 490px;
    text-align: justify;
    line-height: 1.8em;
    margin-left: 5%;
}
.profile-box{
	margin-bottom: 30px;	
}
.profile-item{
    margin-bottom: 10px;
    color: #0F3204;
}
.profile2 h2{
    font-size: 1.2em;
    border-bottom: 1px solid #FFFFFF;
    border-left: 6px solid #FFFFFF;
    width: 180px;
    display: block;
    padding-left: 7px;
    background-color: #136806;
    color: #FFFFFF;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.map-pc {
    display: none;
}
.map-smp {
	width: 85%;
	height: 350px;
	display: block;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-top: 89px;
	margin-left: auto;
	margin-right: auto;
}
.access{
    position: absolute;
    top: 920px;
    left: 10px;
    text-align: left;
    font-size: 3em;
    font-style: italic;
    display: none;
}
.access2{
    position: absolute;
    top: 1130px;
    left: 55px;
    text-align: right;
    font-size: 0.8em;
    width: 390px;
    height: 150px;
    display: none;
    line-height: 1.4em;
}
.head-ff{
    width: 100%;
    height: 122px;
    display: block;
    margin-top: 10px;
    background-image: url(../__image/img-ff-top.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.head-sm{
	width: 100%;
	height: 90px;
	display: block;
	margin-top: 10px;
	background-image: url(../__image/img-sm-top2.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
	margin-bottom: 20px;

}
.head-menu{
	width: 100%;
	height: 300px;
	display: block;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 150px;
}
.head-form{
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    background-size: 100% auto;
    margin-bottom: 30px;
    overflow: hidden;
}
.sm-menu1{
	width: 290px;
	height: 300px;
	display: block;
	background-color: aqua;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}




.ff-list{
	list-style: none;
	font-size: 0.9em;
	line-height: 1.4em;
	text-indent: 2px;
	margin-top: 20px;
	margin-bottom: 40px;
}
.ff-list ul{
    float: left;
    width: 24%;
    text-align: left;
    margin-bottom: 5px;
    height: 70px;
    display: block;
    text-indent: 3px;
    font-size: 0.9em;
    background-color: #FCFCFC;
    margin-right: 2%;
}
.ff-list li{
    width: 36%;
    height: 70px;
    text-align: left;
    background-color: #E9E9E9;
    float: left;
    display: block;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-bottom: 5px;
	margin-right: 1%;
}
.ff-contact a{
    width: 220px;
    height: 47px;
    display: block;
    background-color: #5bbcb3;
    left: 10px;
    top: 490px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 3em;
    font-size: 1.2em;
}
.ff-contact a:hover{
	background-color: #FF0004;
}
.link-sw a{
    width: 90%;
    height: 47px;
    display: block;
    background-color: #5bbcb3;
    top: 30px;
    bottom: 30px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 3em;
    font-size: 1.2em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.link-sw a:hover{
	background-color: #FF0004;
}
.link-sw2 a{
    width: 90%;
    height: 47px;
    display: block;
    background-color: #5bbcb3;
    top: 280px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 3em;
    font-size: 1.2em;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    position: absolute;
    left: 10px;
}
.link-sw2 a:hover{
	background-color: #FF0004;
}
.copy{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 120px;
	color: #177800;
	font-size: 0.8em;
}
.foot-catch{
    color: #097F02;
    font-size: 1.2em;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 80px;
}
.interlink{
    color: #097F02;
    font-size: 1.4em;
    text-align: center;
    margin-top: 79px;
    margin-bottom: 3px;
}
.foot{
    width: 90%;
    margin-left: 4%;
    margin-right: auto;
    margin-bottom: 45px;
    margin-top: 55px;
}
.foot-1{
    color: #272727;
    font-size: 0.9em;
    list-style: none;
    width: 270px;
    float: left;
    margin-left: 25px;
    display: none;
}
.foot-1 ul{
	margin-bottom: 13px;
	color: #0D0D0D;
	font-size: 1.1em;
}
.foot-1 li a{
	text-decoration: underline;
	margin-bottom: 10px;
	color: #1B1B1B;
	line-height: 2em;
}


.test2{
    font-size: 1.7em;
    text-align: left;
    width: 199px;
    margin-top: 20px;
}
.test3{
    text-align: left;
    float: none;
    width: 100%;
    margin-top: 20px;
}
.test1-contact a{
    width: 100%;
    height: 47px;
    display: block;
    background-color: #070F52;
    left: 10px;
    top: 490px;
    text-decoration: none;
    color: #FFFFFF;
    line-height: 3em;
    font-size: 1.2em;
    text-align: center;
    float: left;
    margin-right: 18px;
    margin-bottom: 28px;
}
.test1-contact a:hover{
    background-color: #FF0004;
    width: auto;
	width: 100%;
}
.test2-contact a{
	width: 220px;
	height: 47px;
	display: block;
	background-color: #DC2B9B;
	left: 10px;
	top: 490px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 3em;
	font-size: 1.2em;
	text-align: center;
	float: left;
	margin-right: 18px;
}
.test2-contact a:hover{
	background-color: #FF0004;
}


.contact-sw1 a{
    width: 100%;
    height: 110px;
    display: block;
    text-decoration: none;
    float: right;
    margin-bottom: 14px;
    margin-top: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px #666565;
    box-shadow: 0px 0px 5px 0px #666565;
    background-image: url(../__image/bk-sw1.jpg);
    background-repeat: no-repeat;
    background-position: left -10px;
    border: 1px solid #A9A9A9;
}
.contact-sw2 a{
    width: 100%;
    height: 110px;
    display: block;
    text-decoration: none;
    float: right;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px #666565;
    box-shadow: 0px 0px 5px 0px #666565;
    background-image: url(../__image/bk-sw2.jpg);
    background-repeat: no-repeat;
    background-position: left -10px;
    border: 1px solid #A9A9A9;
}
.contact-sw3 a{
    width: 100%;
    height: 110px;
    display: block;
    text-decoration: none;
    float: right;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px #666565;
    box-shadow: 0px 0px 5px 0px #666565;
    background-image: url(../__image/bk-sw5.jpg);
    background-repeat: no-repeat;
    background-position: left -10px;
    border: 1px solid #A9A9A9;
}
.contact-sw4 a{
    width: 100%;
    height: 110px;
    display: block;
    text-decoration: none;
    float: right;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px #666565;
    box-shadow: 0px 0px 5px 0px #666565;
    background-image: url(../__image/bk-sw4.jpg);
    background-repeat: no-repeat;
    background-position: left -10px;
    border: 1px solid #A9A9A9;
}
.contact-sw5 a{
    width: 100%;
    height: 110px;
    display: block;
    text-decoration: none;
    float: right;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px #666565;
    box-shadow: 0px 0px 5px 0px #666565;
    background-image: url(../__image/bk-sw6.jpg);
    background-repeat: no-repeat;
    background-position: left -10px;
    border: 1px solid #A9A9A9;
}
.contact-sw6 a{
    width: 100%;
    height: 110px;
    display: block;
    text-decoration: none;
    float: right;
    margin-bottom: 15px;
    margin-top: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px 0px #666565;
    box-shadow: 0px 0px 5px 0px #666565;
    background-image: url(../__image/bk-sw3.jpg);
    background-repeat: no-repeat;
    background-position: left -10px;
    border: 1px solid #A9A9A9;
}
.contact-sw1 a:hover,.contact-sw2 a:hover,.contact-sw3 a:hover,.contact-sw4 a:hover,.contact-sw5 a:hover,.contact-sw6 a:hover{
    border: 1px solid #FA5659;
}

.contact-sw1 h2,.contact-sw2 h2,.contact-sw3 h2,.contact-sw4 h2,.contact-sw5 h2,.contact-sw6 h2{
    font-size: 1.3em;
    margin-top: 21px;
    text-align: left;
    margin-bottom: 10px;
    text-shadow: 2px 2px 3px #FFFFFF;
    margin-left: 30px;
}
.contact-sw1 h3,.contact-sw2 h3,.contact-sw3 h3,.contact-sw4 h3,.contact-sw5 h3,.contact-sw6 h3{
    margin-top: 0px;
    font-size: 0.9em;
    line-height: 1.4em;
    text-align: left;
    margin-bottom: 2px;
    margin-left: 30px;
}
.ccontact-title{
    width: 100%;
    height: 90px;
    background-color: #e9002b;
    background-image: linear-gradient(180deg, #e9002b 0%, #ff8989 100%);
	padding: 7px;
	margin: 3px;
	border-radius: 6px;
}
.y-text{
    color: #FFE200;
    font-size: 1.1em;
    margin-top: 25px;
    margin-bottom: 16px;
}
.faq-t{
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #00133C;
}
.faq-t2{
    font-size: 1.2em;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #0A077D;
    color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.faq-t3{
    font-size: 1.5em;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #310044;
}
.faq-b{
	font-size: 1.0em;
	line-height: 1.8em;
}
.nav{
    width: 98%;
    height: 20px;
    display: block;
    font-size: 0.6em;
    margin-left: auto;
    margin-right: auto;
}
.nav li{
    color: #323232;
    font-size: 1em;
    margin-right: 10px;
	float: right;
}
.nav li a{
	color:#242424;
}
.nav li a:hover{
	color:#E57600;
}

.isens-h4{
    color: #7B3201;
    font-size: 1.4em;
    margin-bottom: 25px;
    margin-top: 25px;
	width:90%;
}

.pro-main4{
    margin-left: 15px;
    color: #282727;
    margin-right: 10px;
}
.pro-main4 li{
    margin-left: 0px;
    border-left: 13px solid #017D31;
    margin-top: 7px;
    margin-bottom: 5px;
    padding-left: 14px;
    list-style: none;
}
.page-catch-isens{
    color: #212121;
    font-size: 0.8em;
    top: 350px;
    width: 260px;
    height: auto;
    left: 15px;
    text-align: justify;
    line-height: 1.6em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    margin-bottom: 10px;
}
.isens{
    background-color: #FBECEC;
    border-radius: 10px;
    text-align: left;
}
.isens-hc{
    background-color: #E4E7E4;
    border-radius: 10px;
    text-align: left;
}
.isens-co{
    background-color: #E4C594;
    border-radius: 10px;
    text-align: left;
}
.isens td{
	margin-left:5px;
}
th,td {
    border: solid 1px; 
	padding: 3px;/* 枠線指定 */
}
.isens-list{
    float: left;
    margin-right: 6px;
}
.page-title3{
    font-size: 1.1em;
    line-height: 1.5em;
    width: 100%;
	margin-top: 30px;
}
	



#head-smp{
    width: 100%;
    display: block;
    position: relative;
    height: 80px;
}	
#top-logo-smp {
    top: 21px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-align: center;
    position: absolute;
    height: 60px;
}
	.video-smp{
		display: none;
	}
	.sale-icon-smp{
    height: 184px;
	}
video {
    display: none;
}


.isens-smp2{
	display: none;
}




.catsw-title{
    color: #FFF;
    font-size: 1.7em;
    position: absolute;
    top: 7px;
    width: 92%;
    height: 48px;
    left: 14px;
    text-align: justify;
    line-height: 1.8em;
    text-shadow: 0px 0px #100F0F;
    display: block;
    background-color: #030445;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 26px;
}
.catsw-catch{
    color: #fff;
    font-size: 1.0em;
    position: absolute;
    top: 57px;
    left: 12px;
    text-align: justify;
    line-height: 1.em;
    text-shadow: 1px 1px 0px #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 11px;
    margin-top: 12px;
    padding-top: 12px;
    padding-bottom: 10px;
    display: block;
    background-color: rgba(46, 46, 46, 0.4);
    width: 92%;
}
.isens-sw a{
	width:100%;
	height: 100px;
}
.isens-sw img{
	width:100%;
}
.pro-main4 img{
	width:100%;
}
.page-title-sub{
    color: #000000;
    font-size: 1.4em;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.page-title-sub2{
    width: 80%;
    font-size: 1.0em;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    text-shadow: 0px 0px 5px #0A1D6D;
}
a .sw03{
    width: 70%;
    height: 39px;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 65px;
    background: linear-gradient(-135deg, #ffb400,#e96a04);
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-box-shadow: 1px 2px 3px #5A5A5A;
    box-shadow: 0 0 3px gray;
    margin-right: auto;
    margin-left: auto;
    color: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 8px;
    margin-top: 19px;
}
a:hover .sw03{
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    background: linear-gradient(-135deg, #f11165, #cb001d);
	box-shadow: inset 0 0 0px 0px #709be1;
}
.page-title-menu{
    font-size: 2.1em;
    color: #307205;
    margin-top: 73px;
    text-align: center;
}
a .sw04{
	display: none;
}
.content-sub{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 40px;
}
.page-title5 ,.page-title6 ,.page-title7{
	display: none;
}
.page-catch-text{
	display: none;
}
.point01,.point02,.point03{
    width: 90%;
    height: auto;
    display: block;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 20px;
}

.point01-t{
    font-size: 1.1em;
    margin-bottom: 10px;
    margin-left: 20px;
	margin-right: 20px;
}
.point-line{
    border-bottom: 1px solid #CFCFCF;
    margin-top: 5px;
    margin-bottom: 10px;
}
.point-li{
    margin-left: 20px;
    margin-right: 20px;
    font-size: 0.9em;
}
.sm-im01{
    width: 100%;
    height: 200px;
    background-image: url(../__image/sm-im1.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
}
.sm-im02{
    width: 100%;
    height: 200px;
    background-image: url(../__image/sm-im2.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
}
.sm-im03{
    width: 100%;
    height: 200px;
    background-image: url(../__image/sm-im10-2.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 40px;
}
.sm-t{
    font-size: 1.3em;
    position: absolute;
    top: 74px;
}
.sm-p{
    font-size: 1em;
    position: absolute;
    top: 114px;
    width: 100%;
}

a .sw01{
    width: 95%;
    height: 42px;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 65px;
    text-decoration: none;
    background-image: url(../__image/sw-nt2.gif);
    background: linear-gradient(-135deg, #0056dc, #3da7e4);
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-box-shadow: 1px 2px 3px #5A5A5A;
    box-shadow: 0 0 3px gray;
    margin-right: 20px;
    float: left;
    margin-bottom: 10px;
}
a:hover .sw01{
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
	background: linear-gradient(-135deg, #0d387c, #3075e1);
	box-shadow: inset 0 0 0px 0px #709be1;
}
.sw01 h3{
    color: #FFFFFF;
    height: auto;
    font-size: 1.1em;
    text-align: center;
    line-height: 2.7em;
    text-shadow: 1px 1px 2px #494949;
    margin-left: 10px;
    margin-right: 10px;
}
a .sw01-A{
    width: 95%;
    height: 42px;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 65px;
    text-decoration: none;
    background-image: url(../__image/sw-nt2.gif);
    background: linear-gradient(-135deg, #0056dc, #3da7e4);
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-box-shadow: 1px 2px 3px #5A5A5A;
    box-shadow: 0 0 3px gray;
    margin-right: 20px;
    float: left;
    margin-bottom: 10px;
}
a:hover .sw01-A{
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
	background: linear-gradient(-135deg, #0d387c, #3075e1);
	box-shadow: inset 0 0 0px 0px #709be1;
}
.sw01-A h3{
    color: #FFFFFF;
    height: auto;
    font-size: 1.1em;
    text-align: center;
    line-height: 2.7em;
    text-shadow: 1px 1px 2px #494949;
}
.page-title-sub-b{
    color: #000000;
    font-size: 1.2em;
    width: 90%;
    height: 69px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    text-align: center;
}
logo-top3  {
    display: none;
}

.logo-top3  {
    position: absolute;
    top: 181px;
    width: 360px;
    left: 470px;
    text-align: center;
    display: none;
}

.top-txt{
    display: none;
}
.info{
    text-align: center;
    color: #474747;
    font-size: 1.2em;
    margin-top: 35px;
    margin-bottom: 42px;
}

.form-b2{
    width: 100%;
    float: left;
    margin-top: 10px;
	
}
.form-b3{
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.6em;
}
a .sw01-TOP{
    width: 320px;
    height: 42px;
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    border-radius: 65px;
    background-image: url(../__image/sw-nt2.gif);
    background: linear-gradient(-135deg, #0056dc, #3da7e4);
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-box-shadow: 1px 2px 3px #5A5A5A;
    box-shadow: 0 0 3px gray;
    margin-right: auto;
    float: none;
    margin-bottom: 55px;
    margin-left: auto;
    margin-top: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
}
a:hover .sw01-TOP{
    text-align: center;
    background-position: right center;
    background-repeat: no-repeat;
	background: linear-gradient(-135deg, #0d387c, #3075e1);
	box-shadow: inset 0 0 0px 0px #709be1;
}
.sw01-TOP h3{
    color: #FFFFFF;
    height: auto;
    font-size: 1.1em;
    text-align: center;
    line-height: 2.7em;
    text-shadow: 1px 1px 2px #494949;
}
.infosmp{
    width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9em;
	margin-top: 0px;
}
.infopc{
	display: none;
}
.ff-pdf a{
    width: 100%;
    height: 60px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 2px #161112;
    background-color: #E16509;
    padding-top: 10px;
    font-size: 1.1em;
    line-height: 1.5em;
}
.ff-pdf a:hover{
	background-color: #F3292D;
}



.link-fb a {
    display: none;
}
.link-inst a {
	    display: none;
}



.contact-area a{
    position: fixed;
	bottom:0;
    width: 100%;
    height: 95px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 20px #A5A8B5;
    box-shadow: 0px 0px 20px #A5A8B5;
    z-index: 10000;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    background-color: #03189A;
    border-radius: 4px;
    border: 1px solid #FEFEFE;
	color:#fff;
}
.contact-area a:hover{
    border: 1px solid #011B9E;
    -webkit-box-shadow: 0px 0px 1px #F9F9F9;
    box-shadow: 0px 0px 1px #F9F9F9;
	bottom: -5px;
	
}
.contact-area h2{
    font-size: 1.5em;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 0px;
	width: 150px;
	color:#fff;
	display: none;
}
/*
.contact-area a:hover h2{
	color: #FFFFFF;
    background-position: right top;
    background-size: auto 100%;
	width: 155px;
}
*/
.contact-area a:hover h6{
	color: #FFFFFF;
}
.contact-area h6{
	font-size:1.1em;
	margin-top:15px;
	margin-left:20px;
	margin-bottom: 0px;
	color: #FFFFFF;
}
.contact-area2 a{
    height: 30px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 10000;
    background-image: url(../__image/contact-area-im-00.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% 100%;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px #A5A8B5;
    box-shadow: 0px 0px 5px #A5A8B5;
    width: 100%;
    top: 0px;
}
.contact-area2 h2{
    font-size: 1.2em;
    margin-top: 4px;
    margin-left: 20px;
    margin-bottom: 0px;
    position: relative;
	width: 90%;
	color:#ffffff;
}
.contact-area2 a:hover h2{
	color:#F4FF3B;
	width: 90%;
}
.ex-s{
    font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
	position: fixed;
	right:20px;
	top:8px;
}