#opening{
	opacity: 1;
	position: fixed;
	background: #010099;
	width:100%;
	height: 100%;
	pointer-events: none;
	z-index: 1100;
	top: 0;
	left: 0;
}
#opening .logo{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
	opacity: 0.1;
	text-align: center;
	transform: translate(-50%,-50%)
	

}
#opening .logo img{
	width:240px;
	height: auto;
}





/*COMMON*/


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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
strong{
	font-weight: 700;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	color: #484848;
	font-size: 15px;
	line-height: 160%;

	font-family: 'Noto Sans JP', YuGothic, 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;

	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	position:relative;
		font-feature-settings: "palt";
	letter-spacing: .05em;
}



p{
	line-height:200%;
	letter-spacing:0px;
	margin-bottom: 10px
}
p.txtC{
	text-align: center;
}
.txtS{
	font-size: 90%;
}
p.txtB{
	font-weight: bold;
}
p.txtL{
	font-size: 110%;
}
p.txtR{
	text-align: right;
}
.mgBL{
	margin-bottom: 30px !important;
}


strong{
	font-weight: bold;
}
a,a:hover,a:visited,a:active{
	color:#0014DE;
	text-decoration: none;
}
img{
  vertical-align:bottom;
}

h1 {
	margin-bottom: 40px;
}

ul.disc{
	margin-bottom: 20px;
	margin-left: 1.2em;
}
ul.disc li{
	list-style-type: disc;
	margin-bottom: 7px;
}

ol.deci{
	margin-bottom: 20px;
	margin-left: 1.2em;
}
ol.deci li{
	list-style-type: decimal;
	margin-bottom: 7px;
}



.mgBM{
	margin-bottom: 30px;
}


.h2Title{
	text-align: center;
	margin-bottom: 70px;
	width:100%;
	position: relative;
}
.h2Title.mgBS{
	margin-bottom: 30px;
}

.h2Title h2{
	font-size: 32px;
	line-height: 100%;
	position: relative;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: center;
	color: #484848;
	display: inline-block;
	border-bottom: 4px solid #010099;
	padding-bottom: 10px;
}
.h2Title h2.titleW{
	color: #ffffff;
	border-bottom: 4px solid #ffffff;
}
.h2Title h2::after{
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	bottom: -14px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #010099;
	
}
.h2Title h2.titleW::after{
	border-top: 14px solid #fff;
}




.read{
	font-size: 18px;
	margin: 0 0 30px 0;
	text-align: center;
	line-height: 160%;
}
.read.readL{
	text-align: left;
}
.h3Title{
	text-align: left;
	margin-bottom: 30px;
	margin-top: 20px;
	width:100%;
	position: relative;
}
.h3Title h3{
	font-size: 24px;
	line-height: 130%;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: left;
	color: #484848;
	display: block;
	border-bottom: 2px solid #010099;
	padding-bottom: 10px;
}
.h3Title.h3C h3{
	text-align: center;
}
.h3Title.h3C p{
	text-align: center;
}
.h3Title.nobd{
	margin-bottom: 20px;
}
.h3Title.nobd h3{
	border-bottom: none;
	padding-bottom: 0;
}
.h3Title2{
	text-align: left;
}



.h3Title2 h3{
	font-size:20px;
	line-height: 130%;
	font-weight: 700;
	letter-spacing: .05em;
	text-align: left;
	color: #fff;
	display: block;
	padding: 8px 10px 10px 10px;
	background: #0D3576;
	margin-bottom: 15px;
}


.h4Title{
	text-align: left;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	
}
.h4Title.h4C{
	text-align: center;
	
}



.listBtn{
	position: absolute;
	right: 0;
	top: 0;
	
}
.rBtn{
	position: absolute;
	right: 0;
	top: 0;
	
}
.goBtn{
	text-align: center;
}
.goBtn a{
	color: #fff;
	display: inline-block;
	padding: 13px 50px 13px 30px;
	background: #A5A5A5;
	border-radius: 50px;
	font-size: 14px;
}
.goBtn.list a{
	background: #010099 url("../../images/arrow_s_w.svg") no-repeat right 15px center;
	background-size: 7px auto;
	transition: all ease-in-out .3s;
}
.goBtn.list a:hover{
	background: #1110C1 url("../../images/arrow_s_w.svg") no-repeat right 15px center;
	background-size: 7px auto;
}
.listBtn .goBtn.list a{
	background: #A5A5A5 url("../../images/list_icon.svg") no-repeat right 15px center;
	background-size: 15px auto;
	transition: all ease-in-out .3s;
}
.listBtn .goBtn.list a:hover{
	background: #D2D2D2 url("../../images/list_icon.svg") no-repeat right 15px center;
	background-size: 15px auto;
}





header{
	position: fixed;
	top:0;
	left: 0;
	width:100%;
	
	z-index: 1000;
	height: 103px;
	transition: all .2s ease-in-out;
	background: rgba(255,255,255,0.7);
}
header section{
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.scrollOn header{
	background-color: #FF6E6E;
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 20px rgba(0,0,0,.2)
}

.pagetop{
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: #fff;
	outline: 3px solid rgba(0,0,153,.3);
	border-radius: 30px;
	z-index: 1000;
	opacity: .9
}
.pagetop::after{
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	transform: rotate(45deg) ;
	border-left: 1px solid #010099;
	border-top: 1px solid #010099;
	top: 25px;
	left: 21px;
}
footer{
	background: #000099;
	padding: 60px 60px 30px;
	color: #fff;
	position: relative;
}

footer section{
	width:1100px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.copyright{
	width:30%;
	text-align: left;
	font-size: 9px;
}
.footerMenu{
	width:70%;
	font-family: 'Nunito', sans-serif;
	font-weight: bold;

}
.footerMenu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 100%;
}
.footerMenu ul li{
	margin-left: 30px;
}
.footerMenu ul li a{
	display: inline-block;
	color: #fff;
	font-size: 13px;
}
.footerBana{
	text-align: right;
	margin-top: 15px;
}
.footerBana a{
	display: inline-block;
	background: #fff url("../../images/arrow_s_g.svg") no-repeat right 10px center ;
	background-size: 7px auto;
	font-size: 13px;
	color: #999;
	padding: 10px 33px 7px 15px;
	line-height: 100%;
}






#logo{
	padding: 40px 0 0 0;
	opacity: 1;
}


#logo h1{
	margin: 0;
}
#logo > div{
	margin: 0;
}
#logo img{
	width:180px;
	height: auto;
}
.scrollOn #logo{
	opacity: 1;
}



/*ハンバーガーメニュー*/
#panel-btn {
	display: none;

}


#panel{
	display: block;
	position: absolute;
	top:13px;
	right: 0;
	z-index: 1020;
	width:auto;
	height: 100%;
}
.headInfo{
	font-size: 12px;
	line-height: 18px;
	text-align: right;
	margin-bottom: 16px;
}



#panel > ul{
	padding: 0;
	display: flex;
	justify-content: flex-end;
}
#panel > ul > li{
	font-weight: 600;
	font-style: normal;
	margin-left: 30px;
	transition: all .2s ease-in-out .1s;

	text-align: left;

	opacity: 1;
	display: block;
	
	position: relative;
	
}
#panel > ul > li > a{
	text-decoration: none;
	color: #333 !important;
	display: block;

	font-size: 16px;
	
	position: relative;
	font-weight: 600;
	line-height: 100%;
	padding-bottom: 10px;
}
#panel > ul > li > span{
	line-height: 100%;
	display: block;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 10px;
	cursor: pointer;
}
#panel > ul > li > ul{
	position: absolute;
	top: 25px;
	left: 0;
	background: #fff;
	display: none;
	box-shadow: 0 10px 14px rgba(0,0,0,.1)
}
#panel > ul > li > ul > li{

	border-bottom: 1px solid #ddd;
}
#panel > ul > li > ul > li > a{
	display: block;
	white-space: nowrap;
	color: #555;
	padding: 10px;
}
#panel > ul > li > ul > li > a:hover{
	display: block;
	white-space: nowrap;
	color: #fff;
	background: #000099;
}
#panel > ul > li > ul > li > a::before{
	content: ">";
	display: inline-block;
	margin-right: 5px;
}
#panel >.gnavisns{
	display: none;
}



/*汎用パーツ*/
#pageTitle{
	background: #eee;
	padding: 220px 0;
	text-align: center;
}



#mainCont{
	padding: 0 0 150px 0
}

#mainCont section{
	width:1000px;
	margin: -100px auto 0;
	padding: 60px;
	background: #fff;
}


/*コンテンツ*/

#promotion{
  width: 100%;
  height: 750px;
  position: relative;
	
}
#promotion section{
	width:100%;
	height: 100%;
	position: relative;
}

.promoTxt{
	width: 100%;
	position: absolute;
	top:52%;
	left: 0;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	text-align: center;
	
	color: #fff;
	z-index: 1;
}
.promoLogo{

	margin: 0 auto 25px;
	color: #FF6E6E;
	font-size: 70px;
}
.promoLogo img{
	width:415px;
	height: auto;
}
.promoTxt p{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
.slider{
  width: 100%;
  height: 750px;
}
.slider .slide{
	width: 100%;
	height: 750px;
}

/*トップページスライダー*/
.slider .slide.slider01{
	background: url("../../images/promo_1.jpg") no-repeat center center;
	background-size: cover;
}
.slider .slide.slider02{
	background: url("../../images/promo_2.jpg") no-repeat center center;
	background-size: cover;
}
.slider .slide.slider03{
	background: url("../../images/promo_3.jpg") no-repeat center center;
	background-size: cover;
}
.slider .slide.slider04{
	background: url("../../images/promo_4.jpg") no-repeat center center;
	background-size: cover;
}
.slider .slide.slider05{
	background: url("../../images/promo_5.jpg") no-repeat center center;
	background-size: cover;
}
.slider .slide.slider06{
	background: url("../../images/promo_6.jpg") no-repeat center center;
	background-size: cover;
}
.slider .slide.slider07{
	background: url("../../images/promo_7.jpg") no-repeat center center;
	background-size: cover;
}




.slick-dots {
    position: absolute;
    bottom: 40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
	z-index: 1000;
	height: 7px
}
.slick-dots li{
	background: #ddd;
	width:43px;
	height: 7px;
}
.slick-dots li.slick-active{
	background: #010099;
	width:43px;
	height: 7px;
}
.slick-dots li button{
	width:43px;
	height: 7px;
}
.slick-dots li button:before{
	line-height: 7px;
	height: 7px;
	font-size: 0;
}
article{
	position: relative;
}
article section{
	position: relative;
	z-index: 3;
}




/*sepa*/


.sepaBox{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.sepaBox.btw{
	justify-content: space-between;

}
.sepaBox.flxstart{
	justify-content: flex-start;

}
.sepaBox.start{
	justify-content: flex-start;

}

.sepaBox.sepaImgL{
	justify-content: space-between;
	align-items: center;
}
.sepaBox.sepaImgR{
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: center;
}
.sepaBox.catalogue{
	justify-content: space-between;
	align-items: center;
	width: 70%;
	margin: 0 auto;
}

.sepaBox .sepaMgBtmL{
	margin-bottom: 20px;
}
.sepa2{
	width:49%;
	margin-right: 2%;
}
.sepa2-2{
  width: 100%;
}
.sepa2:nth-of-type(2n){
	margin-right: 0;
}

.sepa3{
	width:32%;
	margin-right: 2%;
}
.sepa3:nth-of-type(3n){
	margin-right: 0;
}

.sepa4{
  width: 30%;
  margin-right: 2%;
}
.sepa4:nth-of-type(4n){
  margin-right: 0;
}
.sepa4-2{
	width:23.5%;
	margin-right: 2%;
}
.sepa4-2:nth-of-type(4n){
	margin-right: 0;
}

.sepa4-3{
	width:23.5%;
	margin-right: 2%;
}
.sepa4-3:nth-of-type(4n){
	margin-right: 0;
}

.sepa4-4{
	width:74.5%;
	display: flex;
	align-items: center;
}
.sepa4-2comment{
	width:74.5%;
	display: flex;
	align-items: center;
}
.sepa4-2commentTxt{
	width: 100%;
	text-align: center;
	color: #4ca9dd;
	font-weight: bold;
	font-size: 18px;
}

.sepa5{
	width:calc(92% / 5);
	margin-right: 2%;
}
.sepa5:nth-of-type(5n){
	margin-right: 0;
}
.sepa5-1{
	width:calc(92% / 5);
	margin-right: 2%;
}
.sepa5-1:nth-of-type(5n){
	margin-right: 0;
}
.sepa5-2{
	width:calc(92% / 5 * 4 + 6%);
}


.sepa6{
	width:15%;
	margin-right: 2%;
}
.sepa6:nth-of-type(6n){
	margin-right: 0;
}

.sepa8{
	width:10.75%;
	margin-right: 2%;
}
.sepa8:nth-of-type(8n){
	margin-right: 0;
}

.sepaLists{
	width:23.5%;
	margin-right: 2%;
}
.sepaLists:nth-of-type(4n){
	margin-right: 0;
}

.sepaImg{
	width: 30%;
}
.sepaImg img{
	width: 100%;
	height: auto;
}
.sepaImgTxt{
	width: 67%;
}

.sepaImg2{
	width: 40%;
	text-align: center;
}
.sepaImg2 img{
	width: 70%;
	height: auto;
}
.sepaImg2Txt{
	width: 57%;
}

.sepaImg3{
	width: 36%;
	text-align: center;
}
.sepaImg3 img{
	width: 100%;
	height: auto;
}
.sepaImg3Txt{
	width: 62%;
}
.sepaImg4{
	width: 50%;
	text-align: center;
}
.sepaImg4 img{
	width: 100%;
	height: auto;
}
.sepaImg4Txt{
	width: 47%;
	text-align: left;
}
.sepaImg5{
	width: 100%;
}

.sepaImg5Txt{
	width: 100%;
	text-align: left;
}

.sepaImg5 img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.nosepaImg{
	width: 100%;
}
.nosepaImg img{
	width: 100%;
	height: auto;
}
.nosepaImgTxt{
	width: 100%;
}


.sepaCatalogueImg{
	width:48%;
	text-align: center;
}
.sepaCatalogueImg img{
	width: 50%;
	height: auto;
}

.sepaCatalogueTxt{
	width:48%
}






/*banaArea*/
#banaArea{
	position: relative;
}
#banaArea section{
	width:1100px;
	margin: 0 auto;
	padding: 60px 0;
}
.banaArea1,.banaArea2{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 2%;
}
.banaArea1 .banaBox{
	width: 23.5%;
	height: 400px;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
.banaArea1 .banaBox.banaTop{
	width: 23.5%;
	height: 400px;
	margin-bottom: 30px;
}


.banaArea1 .banaBox2{
	width:48.5%;
	margin-bottom: 30px;
}
.banaArea1 .banaBox:nth-of-type(2n),
.banaArea1 .banaBox2:nth-of-type(2n){
	margin-right: 0;
}
.banaArea2 .banaBox{
	width:32%;
	height: 280px;
	margin-bottom: 30px;
}
.banaArea2 .banaBox:nth-of-type(3n){
	margin-right: 0;
}

.banaBox.bana_treaningmachine{
	background: url("../../images/bana_treaningmachine.jpg") no-repeat center center;
	background-size: cover;
}
.banaBox.bana_products{
	background: url("../../images/bana_products.jpg") no-repeat center center;
	background-size: cover;
}
.banaBox.bana_sns{
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	justify-content: space-between;
}
.banaBox.bana_sns a{
	width:100%;
	height: auto;
	display: block;
}
.banaBox.bana_sns a img{
	width:100%;
	height: auto;
}


.banaBox.bana_pdt_uniroll{
	background: url("../../images/seihin_uniroll.jpg") no-repeat center center;
	background-size: cover;
}
.banaBox.bana_pdt_gymwipe{
	background: url("../../images/seihin_gymwipe.jpg") no-repeat center center;
	background-size: cover;
}
.banaBox.bana_pdt_pp{
	background: url("../../images/seihin_pilates.jpg") no-repeat center center;
	background-size: cover;
}
.banaBox.bana_pdt_rr{
	background: url("../../images/seihin_rr.jpg") no-repeat center center;
	background-size: cover;
}
.banaBox.bana_pdt_other{
	background: url("../../images/seihin_other.jpg") no-repeat center center;
	background-size: cover;
}

.banaBox.bana_service1{
	background: url("../../images/service1.jpg") no-repeat center center;
	background-size: cover;
}
.banaBox.bana_service2{
	background: url("../../images/service2.jpg") no-repeat center center;
	background-size: cover;
}
.banaBox.bana_service3{
	background: url("../../images/service3.jpg") no-repeat center center;
	background-size: cover;
}






.banaBox a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #737373;
	text-align: center;
	font-size: 12px;
	vertical-align: text-bottom;
	padding-top: 280px;
	padding-bottom: 5px;
	line-height: 18px;
}

.banaBox.boxW .protitle{
	color: #000000;
	font-size: 25px;
	text-shadow: 3px 3px 4px #989898;
	line-height: 40px;
}
	.banaBox.boxW .protitle_s{
	color: #000000;
	font-size: 20px;
	text-shadow: 3px 3px 4px #989898;
}
.banaBox.boxW .protxt{
	color: #000000;
}

/*.banaBox a span{
	padding: 20px 20px;
	width: 100%;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;

}*/



.banaBox2 {
	background: #F4F4F4;
}
.banaBox2 a{
	display: block;
	position: relative;
	color: #fff;
}
.banaBox2 a .banaBoxImg img{
	width: 100%;
	height: auto;
}
.banaBox2 a .banaBoxTxt{
	font-size: 15px;
	padding: 20px;
	color: #464646;
}
.banaBox2 a .banaBoxTxt::after{
	content: "ウェブサイトへ";
	display: block;
/*	background: url("../../images/arrow_b.svg") no-repeat right 0 top 4px;
	background-size: 17px auto;
	padding: 0 22px 0 0;
	text-align: right;*/
}






/*news*/
#news{
	position: relative;
	background: #F4F4F4;
}
#news section{
	width:800px;
	margin: 0 auto;
	padding: 80px 0 100px;
}
.newsLists{
	border-top: 1px solid #A7A7A7;
}
a.newsList{
	padding: 20px 0;
	border-bottom: 1px solid #A7A7A7;
	display: block;
	color: #484848;
	cursor: pointer;
	transition: all ease-in-out .3s;
}
a.newsList:hover{
	background: rgba(0,0,0,.05);
}
.newsDate{
	font-size: 15px;
}
.newsDate.newicon::after{
	display: inline-block;
	content: "NEWS";
	background: #FF5050;
	font-size: 11px;
	color: #fff;
	padding: 6px 8px;
	line-height: 100%;
	margin-left: 10px;
}
.newsTitle{
	font-size: 15px;
	margin-top: 10px;
}

.newsBodyDate {
	margin-bottom: 30px;
	text-align: right;
}

.newsBody {
	margin-bottom: 30px;
}

/*company*/
#company{
	position: relative;
	background: url("../../images/company_bg.jpg") no-repeat center center;
	background-size: cover;
}
#company section{
	width:1100px;
	margin: 0 auto;
	padding: 120px 0;
}

#company section p{
	color: #fff;
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

/*products*/
#products{
	position: relative;
	background: #F4F4F4;
}
#products section{
	width:1100px;
	margin: 0 auto;
	padding: 80px 0 100px;
}




/*service*/
#service{
	position: relative;
	background: #fff;
}
#service section{
	width:1100px;
	margin: 0 auto;
	padding: 80px 0 100px;
}








/*contact*/
#contactform{
	position: relative;
}
#contactform section{
	width:860px;
	margin: 0 auto;
	padding: 180px 0 60px;
}
#contactform2{
	position: relative;
}
#contactform2 section{
	width:860px;
	margin: 0 auto;
	padding: 0 0 60px;
}


.contactLine{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	
	margin-bottom: 25px;
}
#contactMain .contactLine p{
	width:100%;
}
.topBdr{
	padding: 20px 0 ;
	border-top: 1px solid #ccc;
}
.contactL{
	width:49%;
	margin-right: 2%;
}
.contactR{
	width:49%;
	margin-right: 0;
}
.formTitle{
	display: block;
	width:100%;
	
	font-size: 18px;
	font-weight: 700;
	
	margin-bottom: 10px;
}
.formTitle::before{
	content: "■";
}
.formTitleS{
	display: block;
	width:100%;
	
	font-size: 18px;
	font-weight: 700;
	
	margin-bottom: 10px;
}
.formTxt{
	display: block;
	width:100%;
	
	font-size: 14px;
	font-weight: 400;
	
	margin-bottom: 10px;
	margin-top: 10px;
}


.formSTitle{
	display: block;
	width:100%;
	
	font-size: 13px;
	font-weight: 400;
	
	margin-bottom: 10px;
}
.contactInput{
	margin-bottom: 10px;
	width: 100%;
}
.contactLine input[type=tel],
.contactLine input[type=email],
.contactLine input[type=text]{
	width:100%;
	padding: 18px 15px;
	font-size: 14px;
	border-radius: 5px;
	border:1px solid #ddd;
	background-color: #fff;
	margin-right: 5px;
}
.contactInput input[type=text]{
	width:22%;
	padding: 18px 15px;
	font-size: 14px;
	border-radius: 5px;
	border:1px solid #ddd;
	background-color: #fff;
}

.contactLine textarea{
	width:100%;
	padding: 18px 15px;
	font-size: 14px;
	border-radius: 5px;
	border:1px solid #ddd;
	background-color: #fff;
	height: 100px;
}
.mw-wp-form_image{
	
}
.mw-wp-form_image img{
	width: 100%;
	height: auto;
	
}
.select {
	border:1px solid #ddd;
	background: #fff;
	height: 60px;
	width: 300px;
	border-radius: 5px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
}

.select::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  z-index: -1;
}

select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}



.sendBtn{
	text-align: center;
	padding: 50px 0 0;
}
.sendBtn a,
.sendBtn button,
.sendBtn input[type=submit]{
	padding: 20px 35px 20px 37px;
	background: #FF6E6E;
	color: #fff;
	font-weight: 700;
	border-radius: 60px;
	
	font-size: 16px;
	letter-spacing: .2em;
	
	border: none;
	margin: 0 5px;
	display: inline-block;
	
}


.hissu::after{
	content: "※必須";
	color: #ff0000;
	font-size: 10px;
	display: inline-block;
	padding-left: 6px;
}

.contactComp{
	padding: 30vh 0 40vh;
	text-align: center;
}
.contactComp .thanks{
	font-size: 20px;
	color: #ff4f00;
	margin-bottom: 40px;
}


.completeTxt{
	
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	
	margin-bottom: 60px;
	
}

.completeBtn {
	text-align: center;
}
.completeBtn a{
	padding: 20px 45px 20px 57px;
	background: #FF6E6E;
	color: #fff;
	font-weight: 700;
	border-radius: 60px;
	
	font-size: 16px;
	letter-spacing: 1em;
	
	border: none;

}

/*compnay*/
#companyPage{
	position: relative;
}
#companyPage section{
	width:860px;
	margin: 0 auto;
	padding: 180px 0 60px;
}




/*faq*/
.faqBox{
	
}
.faqBoxQ{
	position: relative;
	padding: 17px 17px 17px 40px;
	background-color: #fff;
	margin-bottom: 6px;
	border: 2px solid #E1E1E1;
}
.faqBoxQ::before{
	content:"Q";
	position: absolute;
	top: 13px;
	left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #0052A6;
}
.faqBoxQ::after{
	content: "";
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	border-right: 3px solid #999;
	border-bottom: 3px solid #999;
	width:12px;
	height: 12px;
	position: absolute;
	transition: all ease-in-out .2s;
}
.faqBoxQ.active::after{
	transform: translateY(-50%) rotate(225deg);
}

.faqBoxQ:hover{
	background: #EDEFFF;
	cursor: pointer;
}
.faqBoxA{
	position: relative;
	padding: 17px 17px 17px 40px;
	background-color: #FFF8F8;
	margin-bottom: 10px;
	display: none;
	border: 2px solid #E1E1E1;
}
.faqBoxA::before{
	content:"A";
	position: absolute;
	top: 13px;
	left: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #AE0000;

}


/*img*/
.imgBox{
	margin-bottom: 30px;
}
.imgBox img{
	width:100%;
	height: auto;
	display: inline-block;
	border: 3px solid #eee;
}

/*scont*/
.sCont{
	margin-bottom: 50px;
}



.frmBox1{
	padding: 20px;
	border: 3px solid #ccc;
	margin-bottom: 30px
}
.frmBox1.txtC{
	text-align: center;
}
.frmBoxTitle{
	text-align: center;
	margin-bottom: 20px;
}
.frmBoxTitle span{
	display: inline-block;
	background: #FF5656;
	padding:13px 40px 10px;
	color: #fff;
	border-radius: 40px;
}


.iconList{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.iconList li{
	margin: 5px 7px;
	background: #888;
	color: #fff;
	font-weight: bold;
	padding: 13px 30px 13px;
	font-size: 15px;
	border-radius: 30px;
	line-height: 100%;
}

.detailChart{
	margin-bottom: 30px;
}
.detailChart table{
	margin: 0;
	padding: 0;
	border-left: 3px solid #ddd;
	border-top: 3px solid #ddd;
	border-bottom: 2px solid #ddd;
	border-right: 2px solid #ddd;
	width:100%;
}
.detailChart table th{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px 20px;
	background: rgba(250,250,250,1.00);
	vertical-align: middle;
}
.detailChart table td{
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 15px 20px;
}



.profileChart{
	margin-bottom: 30px;
}
.profileChart table{
	margin: 0;
	padding: 0;
	border-top: 3px solid #ddd;
	width:100%;
}
.profileChart table th{
	border-bottom: 1px solid #888;
	padding: 15px 0;
	vertical-align: middle;
	text-align: left;
}
.profileChart table td{
	border-bottom: 1px solid #ddd;
	padding: 15px 0;
}





.btnBox{
	text-align: center;
	margin-top: 20px;
}
.btnBox a{
	display: inline-block;
	padding: 14px 40px 14px 40px;
	background: #010099;
	border-radius: 50px;
	color:#fff;

}



.sitemap{
	border-top: 1px solid #CCC;
}

.sitemap > li{
	padding: 20px 0;
	border-bottom: 1px solid #CCC;
}
.sitemap > li > a{
	font-weight: bold;
}
.sitemap li::before{
	content: ">";
	display: inline-block;
	padding: 0 10px 0 0;
}
.sitemap li a{
	color: #333;
}
.sitemap > li > ul > li{
	padding: 15px 0 0 20px;
}




.maps{
	margin-bottom: 30px;
}



.sp{
	display: none;
}
.pc{
	display: block;
}



/*----------------------------------------------------------*/



@media screen and (max-width: 762px) {
	.sp{
		display: block;
	}
	.pc{
		display: none;
	}

	#opening .logo img{
		width:120px;
		height: auto;
	}



	body{
		font-size: 12px;
	}
	p{
		font-size: 12px;
		line-height:160%;
		letter-spacing:0px;
		margin-bottom: 10px
	}
	p.mgBL{
		margin-bottom: 15px;
	}


	ul.disc{
		margin-bottom: 12px;
		margin-left: 1.4em;
	}
	ul.disc li{
		list-style-type: disc;
		margin-bottom: 3px;
	}

	ol.deci{
		margin-bottom: 20px;
		margin-left: 1.4em;
	}
	ol.deci li{
		list-style-type: decimal;
		margin-bottom: 3px;
	}



	.h2Title{
		text-align: center;
		margin-bottom: 20px;
		width:100%;
		position: relative;
	}
	.h2Title.mgBS{
		margin-bottom: 20px;
	}

	.h2Title h2{
		font-size: 20px;
		line-height: 100%;
		position: relative;
		font-weight: 700;
		letter-spacing: .05em;
		text-align: center;
		color: #484848;
		display: inline-block;
		border-bottom: 2px solid #010099;
		padding-bottom: 10px;
	}
	.h2Title h2.titleW{
		color: #ffffff;
		border-bottom: 2px solid #ffffff;
	}
	.h2Title h2::after{
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		bottom: -8px;
		left: 50%;
		transform: translateX(-50%);
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 8px solid #010099;

	}
	.h2Title h2.titleW::after{
		border-top: 8px solid #fff;
	}

	.read{
		font-size: 14px;
		margin: 0 0 17px 0;
		text-align: left;
		line-height: 160%;
		
	}

	
	
	.h3Title{
		text-align: left;
		margin-bottom: 20px;
		margin-top: 0;
		width:100%;
		position: relative;
	}
	.h3Title h3{
		font-size:17px;
		line-height: 130%;
		font-weight: 700;
		letter-spacing: .05em;
		text-align: left;
		color: #484848;
		display: block;
		border-bottom: 2px solid #010099;
		padding-bottom: 7px;
	}
	.h3Title.h3C h3{
		text-align: center;
	}
	.h3Title.h3C p{
		text-align: center;
	}

	.h3Title2 h3{
		font-size:15px;
		line-height: 130%;
		font-weight: 700;
		letter-spacing: .05em;
		text-align: left;
		color: #fff;
		padding: 7px;
		display: inline-block;
	}

	.h4Title{
		text-align: left;
		margin-bottom: 14px;
		font-weight: bold;
		font-size: 18px;

	}
	.h4Title.h4C{
		text-align: center;

	}

	
	
	.listBtn{
		position: absolute;
		right: 0;
		top: 0;

	}
	.rBtn{
		position: absolute;
		right: 0;
		top: -20px;
		z-index: 1;
	}
	.goBtn{
		text-align: center;
	}
	.rBtn .goBtn{
		text-align: center;
		align-items: center;
	}
	.goBtn a{
		color: #fff;
		display: inline-block;
		padding: 8px 21px 7px 12px;
		background: #A5A5A5;
		border-radius: 50px;
		font-size: 13px;
	}
	.rBtn .goBtn a{
		color: #fff;
		display: inline-block;
		padding: 15px 13px 7px 7px;
		background: #A5A5A5;
		border-radius: 50px;
		font-size: 13px;
		width: 70px;
		height: 70px;
	}
	.goBtn.list a{
		background: #010099 url("../../images/arrow_s_w.svg") no-repeat right 10px center;
		background-size: 5px auto;
		transition: all ease-in-out .3s;
	}
	.rBtn .goBtn.list a{
		background: #010099 url("../../images/arrow_s_w.svg") no-repeat right 5px center;
		background-size: 5px auto;
		transition: all ease-in-out .3s;
	}
	.goBtn.list a:hover{
		background: #1110C1 url("../../images/arrow_s_w.svg") no-repeat right 10px center;
		background-size: 5px auto;
	}
	.listBtn .goBtn.list a{
		background: #A5A5A5 url("../../images/list_icon.svg") no-repeat right 8px center;
		background-size: 10px auto;
		transition: all ease-in-out .3s;
	}
	.listBtn .goBtn.list a:hover{
		background: #D2D2D2 url("../../images/list_icon.svg") no-repeat right 8px center;
		background-size: 10px auto;
	}




	header{
		height: 60px;
	}
	header section{
		width: 94%;
	}

	.pagetop{
		position: fixed;
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		background: #fff;
		outline: none;
		border:	3px solid rgba(0,0,153,.3);
		border-radius: 20px;
		z-index: 1000;
	}
	.pagetop::after{
		position: absolute;
		display: block;
		content: "";
		width: 13px;
		height: 13px;
		transform: rotate(45deg) ;
		border-left: 1px solid #010099;
		border-top: 1px solid #010099;
		top: 14px;
		left: 11px;
	}


	footer{
		background: #000099;
		padding: 30px 0 30px;
		color: #fff;
		position: relative;
	}

	footer section{
		width:94%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.copyright{
		width:100%;
		text-align: center;
		font-size: 9px;
		margin-bottom: 20px;
	}
	.footerMenu{
		width:100%;
		font-family: 'Nunito', sans-serif;
		font-weight: bold;

	}
	.footerMenu ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		
	}
	.footerMenu ul li{
		margin-left: 12px;
		margin-right: 12px;
		margin-bottom: 8px;
	}
	.footerMenu ul li a{
		display: inline-block;
		color: #fff;
		font-size: 11px;
		text-align: center;
	}
	.footerBana{
		text-align: center;
		margin-top: 22px;
	}
	.footerBana a{
		display: inline-block;
		background: #fff url("../../images/arrow_s_g.svg") no-repeat right 10px center ;
		background-size: 7px auto;
		font-size: 13px;
		color: #999;
		padding: 10px 33px 7px 15px;
		line-height: 100%;
	}







	#logo{
		padding: 10px 0 0 0;
		opacity: 1;
		display: flex;
		justify-content:flex-start;
	}


	#logo h1{
		margin: 0;
		width:110px;
		padding-top: 10px;
		margin-right: 20px
	}
	#logo > div{
		margin: 0;
	}
	#logo img{
		width:110px;
		height: auto;
	}
	.scrollOn #logo{
		opacity: 1;
	}



	/*ハンバーガーメニュー*/
	#panel-btn {
		display: inline-block;
		position:fixed;
		width:40px;
		height: 40px;
		margin: 0 0 0;
		top:5px;
		right:5px;
		cursor:pointer;
		z-index:9999;

	}


	#panel-btn-icon {
		display: block;
		position: absolute;
		top: 20px;
		left: 10px;
		width: 20px;
		height: 2px;
		margin: 0 0 0 0;
		overflow: visible;
		transition: .3s;
		background: #010099;
	}
	#panel-btn-icon:before {
		display: block;
		content: "";
		position: absolute;
		top: 0;
		left: 50%;
		width: 20px;
		height: 2px;
		margin: -5px 0 0 -10px;
		border-radius: 7px;
		transition: .3s;
		background: #010099;
	}
	#panel-btn-icon:after {
		content: "MENU";
		position: absolute;
		font-size: 7px;
		color: #010099;
		font-weight: bold;
		left: 50%;
		bottom: -20px;
		transform: translateX(-50%);
		font-family: 'Nunito', sans-serif;
	}


	#panel-btn .close#panel-btn-icon {
		top: 20px;
		left: 12px;
		width: 20px;
		height: 2px;
		margin: 0 0 0 0;
		border: none;
		border-radius: 0;
		background: #010099;
		overflow: visible;
		transition: .3s;
		transform: rotate(45deg);
	}
	#panel-btn .close#panel-btn-icon:before {
		top: 0;
		left: 0;
		width: 20px;
		height: 2px;
		margin: 0 0 0 0;
		border: none;
		border-radius: 0;
		background: #010099;
		overflow: visible;
		transition: .3s;
		transform: rotate(-90deg);
	}
	#panel-btn .close#panel-btn-icon:after {
		display: none;
	}


	#panel{
		display: none;
		position: fixed;
		top:0;
		right: 0;
		z-index: 1020;
		width:auto;
		height: 100%;
		background: #fff;
		box-shadow: 0 0 20px rgba(0,0,0,.1);
		width: 300px;
	}
	.headInfo{
		font-size: 9px;
		line-height: 14px;
		margin-bottom: 16px;
		width:calc(100% - 170px);
		text-align: left;
	}
	.hirotecBana{
		padding-top: 20px;
		position: relative;
		top: 0;
		right: 0;
		width: inherit;
		text-align: center;
	}
	.hirotecBana img{
		width:60%;
		height: auto;
		display: inline-block;
		border: 1px solid #ddd;
	}


	
	#panel > ul{
		margin: 60px 0 0 0;
		display: block;
		border-top: 1px solid #eee;
		
	}
	#panel > ul > li{
		font-weight: 600;
		font-style: normal;
		line-height: 100%;
		margin-bottom: 0;
		margin-left: 0;

		margin-right: 0;
		transition: all .2s ease-in-out .1s;

		text-align: left;

		opacity: 1;
		display: block;

		font-family: 'Nunito', sans-serif;
		
		border-bottom: 1px solid #ddd;
		padding: 20px 20px 18px 20px;

		position: relative;
	}
	#panel > ul > li.sMenu::after{
		position: absolute;
		right: 20px;
		top: 20px;
		content: "";
		width:10px;
		height: 10px;
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		transform: rotate(45deg);

	}
	#panel > ul > li.sMenu.active::after{
		position: absolute;
		right: 20px;
		top: 20px;
		content: "";
		width:10px;
		height: 10px;
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		transform: rotate(225deg);

	}
	#panel > ul > li > a{
		text-decoration: none;
		color: #333 !important;
		display: inline-block;

		font-size: 16px;

		position: relative;
		font-weight: 600;
		padding-bottom: 0;
	}
	#panel > ul > li > a:hover::after{
		color: #000 !important;
	}
	#panel > ul > li > span{
		padding-bottom: 0;
	}
	#panel > ul > li > ul{
		display: none;
		position: relative;
		top: inherit;
		left: inherit;
		background: #fff;
		margin-top: 10px;
		box-shadow: none;
	}
	#panel > ul > li > ul > li{
		border-bottom: none;
	}
	#panel > ul > li > ul > li > a{
		display: block;
		white-space: nowrap;
		color: #555;
		padding: 10px;
	}
	#panel > ul > li > ul > li > a:hover{
		display: block;
		white-space: nowrap;
		color: #fff;
		background: #000099;
	}
	#panel > ul > li > ul > li > a::before{
		content: ">";
		display: inline-block;
		margin-right: 5px;
	}
	#panelBg{
		display: none;
		position: fixed;
		top:0;
		right: 0;
		z-index: 1000;
		background: rgba(0,0,0,0.20);
		width: 100%;
		height:100vh;
	}
	
	#panel >.gnavisns{
		margin: 30px 0 0 0;
		display: block;
		border-top: none;
	}
	#panel >.gnavisns > li{
		line-height: inherit;

		margin-right: 0;
		border-bottom: none;
		padding: 0 20px 10px;

		position: relative;
	}
	#panel >.gnavisns > li > a > img{
		width:100%;
		height: auto;
		
	}


	/*汎用パーツ*/
	#pageTitle{
		background: #eee;
		padding: 220px 0;
		text-align: center;
	}
	#pageTitle{
		background: url("../../about/images/title_photo.jpg") no-repeat center center;
		background-size: cover;
	}


	#pageTitle h1{
		font-family: 'Noto Serif JP', serif;
		font-weight: 600;

		font-size: 54px;
		margin-bottom: 20px;

		color: #fff;

		letter-spacing: .1em;

	}
	#pageTitle .pageTitleBtm{
		font-weight: 600;
		color: #fff;
		font-size: 20px;
	}



	#mainCont{
		padding: 0 0 150px 0
	}

	#mainCont section{
		width:1000px;
		margin: -100px auto 0;
		padding: 60px;
		background: #fff;
	}


	/*コンテンツ*/

	#promotion{
  width: 100%;
  height: 450px;
  position: relative;

	}
	#promotion section{
		width:100%;
		height: 100%;
		position: relative;
	}

	.promoTxt{
		width: 100%;
		position: absolute;
		top:52%;
		left: 0;
		transform: translateY(-50%);
		-webkit- transform: translateY(-50%);
		text-align: center;

		color: #fff;
		z-index: 1;
	}
	.promoLogo{
		margin: 0 auto 15px;
		color: #FF6E6E;
	}
	.promoLogo img{
		width:230px;
		height: auto;
	}
	.promoTxt p{
		font-size: 14px;
		line-height: 24px;
	}
	.slider{
  width: 100%;
  height: 450px;
	}
	.slider .slide{
		width: 100%;
		height: 500px;
	}
	.slider .slide.slider01{
		background: url("../../images/promo_1.jpg") no-repeat center center;
		background-size: cover;
	}
	.slider .slide.slider02{
		background: url("../../images/promo_2.jpg") no-repeat center center;
		background-size: cover;
	}
	.slider .slide.slider03{
		background: url("../../images/promo_3.jpg") no-repeat center center;
		background-size: cover;
	}
	.slider .slide.slider04{
		background: url("../../images/promo_4.jpg") no-repeat center center;
		background-size: cover;
	}
	.slider .slide.slider05{
		background: url("../../images/promo_5.jpg") no-repeat center center;
		background-size: cover;
	}
	.slider .slide.slider06{
		background: url("../../images/promo_6.jpg") no-repeat center center;
		background-size: cover;
	}
	.slider .slide.slider07{
		background: url("../../images/promo_7.jpg") no-repeat center center;
		background-size: cover;
	}

	
	
	.slider .slide.tsSlider01{
		background: url("../../images/promo_7.jpg") no-repeat center center;
		background-size: cover;
	}

	
	
	.slick-dots {
		position: absolute;
		bottom: 40px;
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
		list-style: none;
		text-align: center;
		z-index: 1000;
		height: 7px
	}
	.slick-dots li{
		background: #fff;
		width:43px;
		height: 7px;
	}
	.slick-dots li.slick-active{
		background: #010099;
		width:43px;
		height: 7px;
	}
	.slick-dots li button{
		width:43px;
		height: 7px;
	}
	.slick-dots li button:before{
		line-height: 7px;
		height: 7px;
	}









	article{
		position: relative;
	}
	article section{
		position: relative;
		z-index: 3;
	}




	/*sepa*/


	.sepaBox{
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
	}
	.sepaBox.mgBL{
		margin-bottom: 20px;
	}
	.sepaBox.sepaImgL{
		justify-content: space-between;
		align-items: center;
	}
	.sepaBox.sepaImgR{
		justify-content: space-between;
		flex-direction: row-reverse;
		align-items: center;
	}
	.sepaBox.catalogue{
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 0 auto;
	}
	.sepaBox .sepaMgBtmL{
		margin-bottom: 10px;
	}
	.sepa2{
		width:100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.sepa2-2{
		width:100%;
		margin-bottom: 10px;
	}
	.sepa2:nth-of-type(2n){
		margin-right: 0;
	}

	.sepa3{
		width:100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.sepa3:nth-of-type(3n){
		margin-right: 0%;
	}
	.sepa3:nth-of-type(2n){
		margin-right: 0;
	}

	.sepa4{
		width:100%;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.sepa4:nth-of-type(4n){
		margin-right: 0%;
	}
	.sepa4:nth-of-type(2n){
		margin-right: 0%;
	}

	.sepa4-2{
		width:49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.sepa4-2:nth-of-type(4n){
		margin-right: 2%;
	}
	.sepa4-2:nth-of-type(2n){
		margin-right: 0;
	}
	.sepa4-3{
		width:31.333333%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.sepa4-3:nth-of-type(4n){
		margin-right: 2%;
	}
	.sepa4-3:nth-of-type(3n){
		margin-right: 0;
	}
	.sepa4-4{
		width:100%;
		display: flex;
		align-items: center;
		padding-bottom: 20px
	}

	.sepa4-2comment{
		width:100%;
		display: block;
		align-items: center;
		padding: 60px 0;
	}
	.sepa4-2commentTxt{
		width: 100%;
		text-align: center;
		color: #4ca9dd;
		font-weight: bold;
		font-size: 14px;
	}
	.sepa5{
		width:24%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.sepa5:nth-of-type(5n){
		margin-right: 2%;
	}
	.sepa5:nth-of-type(2n){
		margin-right: 0;
	}
	.sepa5-1{
		width:100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.sepa5-1:nth-of-type(5n){
		margin-right: 0;
	}
	.sepa5-2{
		width:100%;
	}
	
	.sepa6{
		width:31.333333%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.sepa6:nth-of-type(6n){
		margin-right: 2%;
	}
	.sepa6:nth-of-type(3n){
		margin-right: 0;
	}

	.sepa8{
		width:31.333333%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.sepa8:nth-of-type(8n){
		margin-right: 2%;
	}
	.sepa8:nth-of-type(3n){
		margin-right: 0;
	}

	.sepaLists{
		width:49%;
		margin-right: 2%;
		margin-bottom: 0;
	}
	.sepaLists:nth-of-type(4n){
		margin-right: 2%;
	}
	.sepaLists:nth-of-type(2n){
		margin-right: 0%;
	}

	
	

	.sepaImg{
		width: 100%;
		text-align: center;
	}
	.sepaImg img{
		width: 80%;
		height: auto;
	}
	.sepaImgTxt{
		width: 100%;
	}

	.sepaImg2{
		width: 100%;
		text-align: center;
	}
	.sepaImg2 img{
		width: 80%;
		height: auto;
	}
	.sepaImg2Txt{
		width: 100%;
	}

	.sepaImg3{
		width: 100%;
		text-align: center;
	}
	.sepaImg3 img{
		width: 80%;
		height: auto;
	}
	.sepaImg3Txt{
		width: 100%;
	}

	.sepaImg4{
		width: 49%;
		text-align: center;
	}
	.sepaImg4 img{
		width: 100%;
		height: auto;
	}
	.sepaImg4Txt{
	width: 49%;
	text-align: left;
	}

	.sepaCatalogueImg{
		width:100%;
		text-align: center;
	}
	.sepaCatalogueImg img{
		width: 60%;
		height: auto;
	}

	.sepaCatalogueTxt{
		width:100%
	}




	
	
	
	/*banaArea*/
	#banaArea{
		position: relative;
	}
	#banaArea section{
		width:94%;
		margin: 0 auto;
		padding: 40px 0;
	}
	.banaArea1,.banaArea2{
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.banaArea1 .banaBox,
	.banaArea1 .banaBox.banaTop{
	width: 49%;
	height: 400px;
	margin-bottom: 10px;
	}
	.banaArea1 .banaBox2{
		width:100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.banaArea1 .banaBox:nth-of-type(2n),
	.banaArea1 .banaBox2:nth-of-type(2n){
		margin-right: 0;
	}
	.banaArea2 .banaBox{
		width:49%;
		height: 150px;
		margin-bottom: 10px;
	}
	.banaArea2.seihinLists .banaBox{
		height: 170px;
	}
	.banaArea2 .banaBox:nth-of-type(3n){
		margin-right: 2%;
	}
	.banaArea2 .banaBox:nth-of-type(2n){
		margin-right: 0;
	}

	.banaBox.bana_treaningmachine{
		background: url("../../images/bana_treaningmachine.jpg") no-repeat center center;
		background-size: cover;
	}
	.banaBox.bana_products{
		background: url("../../images/bana_products.jpg") no-repeat center center;
		background-size: cover;
	}

	.banaArea1 .banaBox.bana_sns{
		display: none;
	}
	
.banaBox.bana_pdt_uniroll{
	background: #fff url("../../images/seihin_uniroll.jpg") no-repeat center top;
	background-size: 100% auto;
}
.banaBox.bana_pdt_gymwipe{
	background: #fff url("../../images/seihin_gymwipe.jpg") no-repeat center top;
	background-size: 100% auto;
}
.banaBox.bana_pdt_pp{
	background: #fff url("../../images/seihin_pilates.jpg") no-repeat center top;
	background-size: 100% auto;
}
.banaBox.bana_pdt_rr{
	background: #fff url("../../images/seihin_rr.jpg") no-repeat center top;
	background-size: 100% auto;
}
.banaBox.bana_pdt_other{
	background: #fff url("../../images/seihin_other.jpg") no-repeat center top;
	background-size: 100% auto;
}

	
	.banaBox a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #737373;
	text-align: center;
	font-size: 10px;
	vertical-align: text-bottom;
	padding-top: 290px;
	padding-bottom: 5px;
	line-height: 15px;
	}
	
	.banaBox.boxW .protitle{
	color: #000000;
	font-size: 26px;
	text-shadow: 3px 3px 4px #989898;
}
	.banaBox.boxW .protitle_s{
	color: #000000;
	font-size: 20px;
	text-shadow: 3px 3px 4px #989898;
}
.banaBox.boxW .protxt{
	color: #000000;
}
	
/*	.banaBox a span{
		padding: 13px 15px;
		width: 100%;
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		background-image: linear-gradient(rgba(1,1,1,0.00) 0, rgba(0,0,0,.5) 50%);
	}
	.banaBox a span::after{
		content: "";
		display: inline-block;
		background: url("../../images/arrow_w.svg") no-repeat 0 0;
		background-size: 13px 13px;
		width: 13px;
		height: 13px;
		margin: 0 0 -2px 6px;
	}
	.banaBox.boxW a span{
	color: #666;
	padding: 13px 7px 6px;
	}
	.banaBox.boxW a span::after{
	background: url("../../images/arrow_b.svg") no-repeat 0 0;
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	margin: 0 0 -2px 6px;
	}
*/
	.banaBox2 {
		background: #F4F4F4;
	}
	.banaBox2 a{
		display: block;
		position: relative;
		color: #fff;
	}
	.banaBox2 a .banaBoxImg img{
		width: 100%;
		height: auto;
	}
	.banaBox2 a .banaBoxTxt{
		font-size: 12px;
		padding: 15px;
		color: #464646;
	}
	.banaBox2 a .banaBoxTxt::after{
		content: "ウェブサイトへ";
		display: block;
		background: url("../../images/arrow_b.svg") no-repeat right 0 top 4px;
		background-size: 14px auto;
		padding: 0 22px 0 0;
		text-align: right;
	}


	.banaBtm{
		padding-top: 15px;
		margin-top: 10px;
		border-top: 1px solid #eee;
	}





	/*news*/
	#news{
		position: relative;
		background: #F4F4F4;
	}
	#news section{
		width:94%;
		margin: 0 auto;
		padding: 60px 0 60px;
	}
	.newsLists{
		border-top: 1px solid #A7A7A7;
	}
	a.newsList{
		padding: 10px 0;
		border-bottom: 1px solid #A7A7A7;
		display: block;
		color: #484848;
		cursor: pointer;
		transition: all ease-in-out .3s;
	}
	a.newsList:hover{
		background: rgba(0,0,0,.05);
	}
	.newsDate{
		font-size: 13px;
	}
	.newsDate.newicon::after{
		display: inline-block;
		content: "NEWS";
		background: #FF5050;
		font-size: 8px;
		color: #fff;
		padding: 3px 4px;
		line-height: 100%;
		margin-left: 10px;
	}
	.newsTitle{
		font-size: 13px;
		margin-top: 5px;
	}
	.newsBodyDate {
		margin-bottom: 20px;
	}

	.newsBody {
		margin-bottom: 30px;
	}


	/*company*/
	#company{
		position: relative;
		background: url("../../images/company_bg.jpg") no-repeat center center;
		background-size: cover;
	}
	#company section{
		width:94%;
		margin: 0 auto;
		padding: 60px 0;
	}

	#company section p{
		color: #fff;
		font-size: 14px;
		margin-bottom: 20px;
		text-align: center;
	}

	/*products*/
	#products{
		position: relative;
		background: #F4F4F4;
	}
	#products section{
		width:94%;
		margin: 0 auto;
		padding: 60px 0 60px;
	}




	/*service*/
	#service{
		position: relative;
		background: #fff;
	}
	#service section{
		width:94%;
		margin: 0 auto;
		padding: 100px 0 60px;
	}





	/*contact*/
	#contactform{
		position: relative;
	}
	#contactform section{
		width:94%;
		margin: 0 auto;
		padding: 120px 0 40px;
	}


	.contactLine{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;

		margin-bottom: 25px;
	}
	#contactMain .contactLine p{
		width:100%;
	}
	


	.select {
		border:1px solid #ddd;
		background: #fff;
		height: 30px;
		width: 300px;
		border-radius: 5px;
		position: relative;
		z-index: 1;
		margin-bottom: 10px;
	}

	.select::after {
	  position: absolute;
	  content: '';
	  width: 8px;
	  height: 8px;
	  right: 10px;
	  top: 50%;
	  transform: translateY(-50%) rotate(45deg);
	  border-bottom: 2px solid #999;
	  border-right: 2px solid #999;
	  z-index: -1;
	}

	select {
	  /* 初期化 */
	  appearance: none;
	  -moz-appearance: none;
	  -webkit-appearance: none;
	  background: none;
	  border: none;
	  color: #333;
	  font-size: 14px;
	  width: 100%;
	  height: 100%;
	  padding: 0 15px;
	}

	.contactL{
		width:49%;
		margin-right: 2%;
	}
	.contactR{
		width:49%;
		margin-right: 0;
	}
	.formTitle{
		display: block;
		width:100%;

		font-size: 16px;
		font-weight: 700;

		margin-bottom: 10px;
	}
	.formTitleS{
		display: block;
		width:100%;

		font-size: 14px;
		font-weight: 700;

		margin-bottom: 10px;
	}
	.formTxt{
		display: block;
		width:100%;

		font-size: 12px;
		font-weight: 400;

		margin-bottom: 10px;
	}

	.contactInput{
		margin-bottom: 10px;
	}
	.contactLine input[type=tel],
	.contactLine input[type=email],
	.contactLine input[type=text]{
		width:100%;
		padding: 10px 15px;
		font-size: 14px;
		border-radius: 5px;
		border:1px solid #ddd;
		background-color: #fff;
	}
	.contactInput input[type=text]{
		width:22%;
		padding: 10px 15px;
		font-size: 14px;
		border-radius: 5px;
		border:1px solid #ddd;
		background-color: #fff;
	}
	.contactLine textarea{
		width:100%;
		padding: 10px 15px;
		font-size: 14px;
		border-radius: 5px;
		border:1px solid #ddd;
		background-color: #fff;
		height: 100px;
	}
	.sendBtn{
		text-align: center;
		padding: 50px 0 0;
	}
	.sendBtn a,
	.sendBtn button,
	.sendBtn input[type=submit]{
		padding: 8px 35px 8px 42px;
		background: #FF6E6E;
		color: #fff;
		font-weight: 700;
		border-radius: 60px;

		font-size: 16px;
		letter-spacing: .4em;

		border: none;
		
		-webkit-appearance: none;

	}

	.hissu::after{
		content: "※必須";
		color: #ff0000;
		font-size: 10px;
		display: inline-block;
		padding-left: 6px;
	}

	.contactComp{
		padding: 30vh 0 40vh;
		text-align: center;
	}
	.contactComp .thanks{
		font-size: 20px;
		color: #ff4f00;
		margin-bottom: 40px;
	}


	.completeTxt{

		text-align: center;
		font-size: 17px;
		font-weight: bold;

		margin-bottom: 60px;

	}

	.completeBtn {
		text-align: center;
	}
	.completeBtn a{
			padding: 10px 35px 10px 42px;

		background: #FF6E6E;
		color: #fff;
		font-weight: 700;
			letter-spacing: .4em;

		font-size: 16px;
		letter-spacing: 1em;

		border: none;

	}

	/*compnay*/
	#companyPage{
		position: relative;
	}
	#companyPage section{
		width:94%;
		margin: 0 auto;
		padding: 120px 0 40px;
	}




	/*faq*/
	.faqBox{

	}
	.faqBoxQ{
		position: relative;
		padding: 12px 40px 12px 40px;
		background-color: #fff;
		margin-bottom: 6px;
		border: 2px solid #E1E1E1;
		line-height: 140%;
	}
	.faqBoxQ::before{
		content:"Q";
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 24px;
		font-weight: bold;
		color: #0052A6;
	}
	.faqBoxQ::after{
		content: "";
		top: 50%;
		right: 20px;
		transform: translateY(-50%) rotate(45deg);
		border-right: 3px solid #999;
		border-bottom: 3px solid #999;
		width:12px;
		height: 12px;
		position: absolute;
		transition: all ease-in-out .2s;
	}
	.faqBoxQ.active::after{
		transform: translateY(-50%) rotate(225deg);
	}

	.faqBoxQ:hover{
		background: #EDEFFF;
		cursor: pointer;
	}
	.faqBoxA{
		position: relative;
		padding: 12px 17px 12px 40px;
		background-color: #FFF8F8;
		margin-bottom: 10px;
		display: none;
		border: 2px solid #E1E1E1;
		line-height: 140%;
	}
	.faqBoxA::before{
		content:"A";
		position: absolute;
		top: 10px;
		left: 10px;
		font-size: 24px;
		font-weight: bold;
		color: #AE0000;

	}


	/*img*/
	.imgBox{
		margin-bottom: 14px;
	}
	.imgBox img{
		width:100%;
		height: auto;
		display: inline-block;
		border: 2px solid #eee;
	}

	/*scont*/
	.sCont{
		margin-bottom: 30px;
	}



	.frmBox1{
		padding: 15px;
		border: 3px solid #ccc;
		margin-bottom: 20px
	}
	.frmBox1.txtC{
		text-align: center;
	}
	.frmBoxTitle{
		text-align: center;
		margin-bottom: 14px;
	}
	.frmBoxTitle span{
		display: inline-block;
		background: #FF5656;
		padding:8px 20px 7px;
		color: #fff;
		border-radius: 40px;
	}


	.iconList{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.iconList li{
		margin: 3px 5px;
		background: #888;
		color: #fff;
		font-weight: bold;
		padding: 8px 15px 8px;
		font-size: 13px;
		border-radius: 30px;
		line-height: 100%;
	}

	.detailChart{
		margin-bottom: 20px;
	}
	.detailChart table{
		margin: 0;
		padding: 0;
		border-left: 2px solid #ddd;
		border-top: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		border-right: 2px solid #ddd;
		width:100%;
	}
	.detailChart table th{
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		padding: 10px 5px;
		background: rgba(250,250,250,1.00);
		vertical-align: middle;
	}
	.detailChart table td{
		border-bottom: 1px solid #ddd;
		border-right: 1px solid #ddd;
		padding: 10px 10px;
	}



	.profileChart{
		margin-bottom: 30px;
	}
	.profileChart table{
		margin: 0;
		padding: 0;
		border-top: 3px solid #ddd;
		width:100%;
	}
	.profileChart table th{
		display: block;
		border-bottom: none;
		padding: 15px 0 10px;
		vertical-align: middle;
		text-align: left;
		font-weight: bold;
	}
	.profileChart table td{
		display: block;
		border-bottom: 1px solid #ddd;
		padding: 0 0 15px 0;
	}




	.btnBox{
		text-align: center;
		margin-top: 20px;
	}
	.btnBox a{
		display: inline-block;
		padding: 14px 40px 14px 40px;
		background: #010099;
		border-radius: 50px;
		color:#fff;

	}



	.sitemap{
		border-top: 1px solid #CCC;
	}

	.sitemap > li{
		padding: 12px 0;
		border-bottom: 1px solid #CCC;
	}
	.sitemap > li > a{
		font-weight: bold;
	}
	.sitemap li::before{
		content: ">";
		display: inline-block;
		padding: 0 7px 0 0;
	}
	.sitemap li a{
		color: #333;
	}
	.sitemap > li > ul > li{
		padding: 8px 0 0 20px;
	}


	
	.maps{
		margin-bottom: 15px;
	}
	.maps iframe{
		width: 100%;
		height: 300px
	}






}
