@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{ 
 box-sizing: border-box;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul,ol {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#fff;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
	vertical-align:bottom;
	max-width: 100%;
}


/************** layout base ********************/

.clearfix{
overflow:hidden;
}
.clear:after{
	content:"";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


a{color:#666666;
	text-decoration:none;
 -webkit-transition: 0.2s ease-in-out;  
       -moz-transition: 0.2s ease-in-out;  
         -o-transition: 0.2s ease-in-out;  
            transition: 0.2s ease-in-out; 
}
a:hover{
}
a:visited{color:#666666;}

/*ボタンrollover*/
a:hover{
-moz-opacity:0.60;
opacity:0.60;}

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:bold !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}

.txtRed{ color:#D80000;}
.note{ color:#666666; font-size:12px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}




@media screen and (min-width: 769px) {
.spOnly{ display:none;}
	.pcFlex{		
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
  justify-content: space-between;
	}
}/*-PC only-*/
.flex{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex; }
@media screen and (max-width: 768px) {
.pcOnly{ display:none;}
}/*-SP Only-*/
/************** layout base ********************/
body{
background:#ffffff;
text-align:center;
		font-family:'Noto Sans JP',"メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,  sans-serif;
line-height:1.2;
}
.fontMin{font-family:Garamond , "Times New Roman" ,"ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" ,  "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;}

div,p,dl{
text-align:left;
}

p,dt,dd,li,td,th{
color:#333333;
font-size:14px;
line-height:1.5;
}
h1,h2,h3,h4,h5,h6{
color:#333333;
font-size:12px;
 font-family: 'Noto Sans JP', sans-serif;
}

.inner{
	max-width: 980px;
margin: 0 auto;
}
/*------------------ list style----------------*/
.numberList{
	padding:0 0 0 18px;	
}
.numberList li{
	list-style:decimal outside;
	padding:0 0 5px 0;
}

.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 2px 0;
}

.indentList li{
	padding-left:1em;
	text-indent:-1em;
}
.indentList li + li{
	margin-top: 5px;
}

/*****************  head ***********************/
header{
	position: relative;
 background: #FFFFFF;
 padding: 0 3%;
 z-index: 10;
}

header .inner{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
 align-items: center;
 justify-content: space-between;
 padding:0 ;
}
#logo{
 position: relative;
 width: 165px;
 padding: 24px 0;
}
#logo img{
	max-width: 165px;
}
@media screen and (max-width: 960px) {
 body{
		/*font-family: Arial, Roboto, “Droid Sans”, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;*/
-webkit-text-size-adjust: 100%;
	}
#logo{
 width: 20%;
}
#logo img{
	max-width: 100%;
}
}/*spOnly*/

/*****************  navi ***********************/
#gNavi{
 width: 74%;
	max-width: 704px;
 padding: 24px 0;
}
#gNavi >ul{	
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
}
#gNavi >ul >li{
 position: relative;
}
#gNavi >ul >li >a{
	display: block;
	color: #666666;
	font-size: 14px;
	font-weight:700;
}
#gNavi >ul >li >a:hover{
}
#gNavi >ul >li:hover ul{
 display: block;
}
#gNavi >ul ul{
 display: none;
 position: absolute;
 top: 99%;
 left: 50%;
 margin-left: -92px;
 width: 184px;
}
#gNavi >ul ul::before{
 content: "";
 display: block;
	width: 0;
	height: 0;
 border-width:8px 5px 0 5px;
 border-color: #f3641e transparent transparent transparent;
	border-style: solid;
 margin: 6px auto 4px;
}
#gNavi >ul ul li + li{
 border-top: 1px #cccccc solid;
}
#gNavi >ul ul li a{
 display: block;
 background: #f0f0f0;
 padding: 0 15px;
 line-height: 40px;
 font-weight: bold;
}
#gNavi >ul ul li a:hover{
 background: #f3641e;
 color: #FFFFFF;
 opacity: 1;
}
@media screen and (max-width: 768px) {
/*****************SP  head ***********************/
header{
 position: relative;
 padding: 0;
 }
header .inner{
}
#logo{
	width: 40%;
 padding: 20px 6% 20px 3%;
}

	#spMenu{
		position: relative;
		width: 40px;
		height: 30px;
		margin:0 3% 0 0;
		cursor: pointer;
	}
	#spMenu span{
		display: block;
		background:#333333 ;
		width: 100%;
		height: 2px;
		font-size: 0;
	}
	#spMenu span::before,
		#spMenu span::after{
		content: "";
		display: block;
		background:#333333;
		width: 100%;
		height: 2px;
		position: absolute;
		top: 48%;
		left: 0;
	}
	#spMenu span::after{
		top: auto;
		bottom: 0;
	}
	/*****************SP  navi ***********************/
#gNavi{
	display: none;
	background: rgba(255,255,255,0.95);
 position: absolute;
 top: 99.9%;
 left: 0;
 width: 100%;
 max-width: none;
 padding: 0;
}

#gNavi ul{	
	display: block;
}
#gNavi ul li{
	border-top: 1px #cccccc solid;
}
#gNavi ul li a{
	padding: 16px 3%;
	font-size: 15px;
}

	#gNavi ul ul{
		display: none;
	}
}

/*****************  foot ***********************/
footer{
	background: #222222;
	padding: 48px 3% 40px;
 color: #fff;
}
footer .pcFlex{
 align-items: flex-end;
}
footer p{
 padding: 0 0 5px;
 color: #FFFFFF;
 line-height: 1.4;
}
footer p img{
 margin-bottom: 20px;
}
footer small{
	display: block;
 color: #FFFFFF;
	font-size: 10px;
 text-align: center;
 letter-spacing: 0.05em;
}

/*--*/
#pageTop{
	position: fixed;
	right: 4%;
	bottom: 40px;
	cursor: pointer;
 z-index: 10;
}
@media screen and (max-width: 768px) {/***************** SP foot ***********************/
footer{
	padding: 5vw 3% ;
}
 footer p{
  padding-bottom: 20px;
  text-align: center;
 }
footer small{
}
/*--*/
#pageTop{
 width: 55px;
 right: 2px;
	bottom: 10px;
}
}/*SP only*/

/*****************  contents ***********************/

main{
 display: block;
}

/*-table-*/
table{
	width: 100%;
	border: 1px #999999 solid;
	box-sizing: border-box;
}
th,td{
	border-left: 1px #999999 solid;
	border-bottom: 1px #999999 solid;
	padding: 8px 10px;
}
th{
	background: #f3f3f3;
	text-align: center;
	vertical-align: middle;
}
tbody th{
	text-align: left;
}
td{
	text-align: left;
	vertical-align: middle;
}

/*----------------------------------------------
              top
---------------------------------------------*/
#mv{
 position: relative;
 overflow: hidden;
}
#mv img{
 max-width: none;
 width: 100%;
}
@media screen and (max-width: 768px) {
#mv img{
 transform: translate(-20%, 0);
 width: 150%;
}
}/*-SP only-*/
/***/
#about{
 position: relative;
 background: url("images/bg_dott.png") no-repeat center bottom / cover;
 padding: 46px 3% 136px;
 z-index: 1;
}
#about ul li{
 position: relative;
}
@media screen and (min-width: 769px) {
 #about ul li{
  width: 50%;
 }
#about ul li:nth-of-type(even){
 text-align: right;
 margin-left: auto;
}
 #about ul li::after{
  content: "";
  display: block;
  position: absolute;
  top: 97%;
 }
 #about ul li img{
  position: relative;
  z-index: 1;
 }
#about ul li:nth-of-type(1){
 padding-left: 8%;
}
#about ul li:nth-of-type(2){
 margin-top: -24px;
 padding-right: 4.9%;
}
#about ul li:nth-of-type(3){
 margin-top: -34px;
 padding-left: 5.9%;
}
#about ul li:nth-of-type(4){
 margin-top: -305px;
 margin-bottom: 46px;
 padding-right: 3.47%;
}
 #about ul li:nth-of-type(1)::after{
  background: url("images/comic_line01.png") no-repeat left top;
  width: 359px;
  height: 176px;
  left: 24.9%;
 }
 #about ul li:nth-of-type(2)::after{
  background: url("images/comic_line02.png") no-repeat left top;
  width: 362px;
  height: 258px;
  right: 26%;
 }
 #about ul li:nth-of-type(3)::after{
  background: url("images/comic_line03.png") no-repeat left top;
  width: 364px;
  height: 195px;
  top: 222px;
  left: 31.6%;
 }
 #about ul li:nth-of-type(4)::after{
  background: url("images/comic_line04.png") no-repeat left top;
  width: 252px;
  height: 270px;
  top:90%;
  right: 22.96%;
 }
#about ul li:nth-of-type(5){
 padding-right: 6%;
 text-align: center;
}
}/*-PC only-*/
@media screen and (max-width: 768px) {
#about{
 padding: 40px 3% 100px;
}
 #about ul li{
  margin-bottom: 10px;
  text-align: center;
 }
}/*-SP only-*/

/***/
#howto{
 background: url("images/bg_slash.png") repeat;
 margin: -170px 0 0;
 padding: 238px 3% 80px;
}
#howto h2{
 background: url("images/bg_ttl01.png") no-repeat center bottom;
 color: #306a00;
 padding:15px 0 44px 35px;
 margin-bottom: 55px;
 font-size: 50px;
 text-align: center;
 letter-spacing: 0.1em;
 line-height: 1;
}
#howto .inner{
 border-radius: 10px;
 background: #fff;
 padding: 0 30px 23px;
}
#howto .inner > p{
 text-align: center;
}
#howto .inner > p img{
 margin-top: -25px;
}
#howto ul{
 flex-flow: row wrap;
 justify-content: space-between;
 padding: 14px 0 0;
}
#howto ul li{
 position: relative;
 margin-bottom: 24px;
}
#howto ul li p{
 position: absolute;
 top: 0;
 left: 0;
 background: #5cb017;
 width: 100%;
 color: #fff;
 font-size: 16px;
 line-height: 40px;
 text-align: center;
}
@media screen and (min-width: 769px) {
 #howto ul li{
  max-width: 290px;
 }
}/*-PC only-*/
#movie{
 padding: 12px 0 0;
}

#movie h3 {
  background: #5cb017;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
#movie iframe{
  height: 500px;
}
@media screen and (max-width: 768px) {/*SP movie*/
  #movie iframe{
  height: 250px;
}
}
@media screen and (max-width: 768px) {/*SP howto*/
#howto{
 background: url("images/bg_slash.png") repeat;
 margin: -150px 0 0;
 padding: 200px 3% 50px;
}
#howto h2{
 background: url("images/bg_ttl01.png") no-repeat center bottom / 100% auto;
 max-width: 352px;
 padding:15px 0 24px 35px;
 margin:0 auto 30px ;
 font-size: 30px;
}
#howto .inner{
 padding: 0 10px 20px;
}
#howto .inner > p img{
 margin-top: -15px;
}
#howto ul{
 padding: 14px 0 0;
}
#howto ul li{
 width: 48%;
 margin-bottom: 15px;
}
#howto ul li p{
 font-size: 14px;
 line-height: 25px;
}
#movie{
 padding: 10px 0 0;
}

}/*-SP only-*/
/***/
#faq{
 padding: 95px 0 80px;
}
#faq h2{
 position: relative;
 border-radius: 66px;
 border: 5px #306a00 solid;
 background: url("images/faq_pct02.png") no-repeat right bottom;
 max-width: 730px;
 margin: 0 auto 60px;
 padding: 37px 0 35px;
 color: #306a00;
 font-size: 50px;
 letter-spacing: 0.1em;
 line-height: 1;
}
#faq h2::before{
 content: "";
 display: block;
 background: url("images/faq_pct01.png") no-repeat left top / 100% auto;
 width: 84px;
 height: 70px;
 position: absolute;
 left: 50px;
 top: -10px;
}
#faq dl{}
#faq dt{
 position: relative;
 padding: 10px 26px 25px 92px;
 font-size: 18px;
 font-weight: 700;
 line-height: 1.66;
}
#faq dt::before,
#faq dd::before{
 content: "Q";
 border-radius: 50%;
 background: #5cb017;
 width: 54px;
 color: #fff;
 font-size: 24px;
	font-family:"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic,"メイリオ", Meiryo,  sans-serif;
 font-weight: bold;
 line-height: 54px;
 text-align: center;
 position: absolute;
 top: 0;
 left: 17px;
}
#faq dd{
 position: relative;
 background: #fffedf;
 padding:  38px 26px 26px 92px;
 font-size: 16px;
 line-height: 1.7;
}
#faq dd::before{
 content: "A";
 background: #ff6000;
 top: 20px;
}
#faq dd + dt{
 margin-top: 60px;
}
@media screen and (max-width: 768px) {/*SP faq*/
#faq{
 padding: 50px 0 50px;
}
#faq h2{
 position: relative;
 border-radius: 66px;
 border: 5px #306a00 solid;
 background: url("images/faq_pct02.png") no-repeat right bottom / auto 65%;
 max-width: 730px;
 margin: 0 auto 30px;
 padding: 37px 0 35px;
 font-size: 30px;
}
#faq h2::before{
 width: 70px;
 height: 60px;
 left: 6%;
 top: -10px;
}
#faq dd + dt{
 margin-top: 40px;
}

}/*-SP only-*/

/***/
#products{
 background: url("images/bg_slash.png") repeat;
 padding: 80px 3%;
}
#products ul li{
 position: relative;
 background: #fff;
 padding: 0 25px 28px;
}
#products ul li h2{
 position: absolute;
 top: 0;
 left: 0;
 padding: 20px 0 0 16px;
 color: #fff;
 font-size: 60px;
 font-weight: 500;
 line-height: 1;
 z-index: 1;
}
#products ul li h2 span{
 display: block;
 font-size: 24px;
 line-height: 1;
 text-align: center;
}
#products ul li h2::before{
 content: "";
 display: block;
 width: 0;
height: 0;
border-style: solid;
border-width: 180px 180px 0 0;
border-color: #333333 transparent transparent transparent;
 z-index: -1;
 position: absolute;
 top: 0;
 left: 0;
}
#products ul li + li h2::before{
border-color: #ee5836 transparent transparent transparent;
}
#products ul li figure{
 padding: 70px 0 30px;
 text-align: center;
}
#products ul li dl{
 border: 1px #888888 solid;
 font-size: 0;
}
#products ul li dl div{
 width: 50%;
 display: inline-block;
}
#products ul li dl div dd{
 text-align: center;
}
#products ul li dl div + div dt{
 border-left: 1px #fff solid;
}
#products ul li dl div + div dd{
 border-left: 1px #888 solid;
}
#products ul li dt{
 background: #888888;
 color: #fff;
 font-size: 16px;
 text-align: center;
 line-height: 34px;
}
#products ul li dd{
 padding: 15px 18px;
 font-size: 16px;
 line-height: 1.68;
}
@media screen and (min-width: 769px) {
 #products ul li{
  width: 45%;
 max-width: 440px;
 }
 #products ul li dl >dd:first-of-type{
  min-height: 84px;
 }
}/*-PC only-*/

#products .bnr{
 border: 3px #fff solid;
 background: #fffc93;
 width: 94%;
 max-width: 978px;
 margin: 52px auto 0;
 align-items: center;
}
#products .bnr figure{
 padding: 0 4% 0 0;
}
#products .bnr p{
 position: relative;
 background: #5cb017;
 padding: 25px 20px 26px 40px;
 color: #fff;
 font-size: 36px;
 font-weight: 700;
 text-align: center;
 line-height: 1.5;
 white-space: nowrap;
}
#products .bnr p span:first-of-type{
 font-size: 70px;
 line-height: 54px;
}
#products .bnr p span:nth-of-type(2){
 display: block;
 background: #fff;
 margin: 5px 5px 0;
 color: #333;
 font-size: 20px;
 text-align: center;
 letter-spacing: 0.1em;
 line-height: 41px;
}
@media screen and (min-width: 769px) {
 #products .bnr p::after{
  content: "";
  display: block;
  width: 0;
height: 0;
border-style: solid;
border-width: 110px 0 110px 75px;
border-color: transparent transparent transparent #5cb017;
  position: absolute;
  top: 0;
  left: 100%;
 }
}/*-PC only-*/
@media screen and (max-width: 768px) {/*SP products*/
 #products{
 padding: 50px 3%;
}
#products ul li{
 padding: 0 10px 20px;
}
 #products ul li+ li{
  margin-top: 20px;
 }
#products ul li h2{
 padding: 10px 0 0 10px;
 font-size: 40px;
}
#products ul li h2 span{
 font-size: 20px;
}
#products ul li h2::before{
border-width: 130px 130px 0 0;
}

#products .bnr{
 border: 2px #fff solid;
 width: auto;
 margin: 30px auto 0;
}
#products .bnr figure{
 padding: 10px 5% 10px;
}
#products .bnr p{
 padding: 20px 3% 20px;
 font-size: 26px;
}
#products .bnr p span:first-of-type{
 font-size: 70px;
 line-height: 54px;
}
#products .bnr p span:nth-of-type(2){
 display: block;
 background: #fff;
 margin: 5px 5px 0;
 color: #333;
 font-size: 20px;
 text-align: center;
 letter-spacing: 0.1em;
 line-height: 41px;
}
}/*-SP only-*/


/***/
#catalog{
 padding: 95px 3% 80px;
}
#catalog a{
 position: relative;
 display: block;
 border-radius: 7px;
 border: 3px #ff8a00 solid;
 background: #fffeca;
 padding: 73px 108px 73px 25%;
 color: #fff;
 font-size: 48px;
 font-weight: 700;
 text-align: right;
 line-height: 1;
 z-index: 1;
}
#catalog a::before{
 content: "";
 display: block;
 background: #ff8a00;
 width: 100%;
 position: absolute;
 height: 105px;
 top: 0;
 left: 0;
 bottom: 0;
 margin: auto;
 z-index: -1;
}
#catalog a::after{
 content: "";
 display: block;
 background: url("images/bnr_img_catalog.png") no-repeat left bottom/ 100% auto;
 width: 41%;
 max-width: 396px;
 height: 258px;
 position: absolute;
 left: 5px;
 bottom: 0;
}
#catalog a span{
 position: relative;
 display: inline-block;
 font-size: 35px;
}
#catalog a span::before{
 content: "";
 display: block;
 border-radius: 50%;
 background: #fff;
 width:38px;
 height:38px;
 position: absolute;
 left: 100%;
 top: 0;
 bottom: 0;
 margin: auto;
 margin-left: 25px;
}
#catalog a span::after{
 content: "";
 display: block;
	width: 0;
	height: 0;
 border-width: 6px 0 6px 11px;
 border-color: transparent transparent transparent #ff8a00;
	border-style: solid;
 position: absolute;
 top: 0;
 bottom: 0;
 left: 100%;
 margin:auto ;
 margin-left: 40px;
}
@media screen and (max-width: 950px) {
 #catalog a::after{
  width: 35%;
 }
}/*-SP only-*/
@media screen and (max-width: 768px) {/*SP catalog*/
#catalog{
 padding: 50px 3% 50px;
}
#catalog a{
 padding: 30px 10px 0 0;
 font-size: 24px;
 text-align: center;
}
#catalog a::before{
 position: absolute;
 height: 3em;
 top: 10px;
 bottom: 0;
 margin: 0;
}
#catalog a::after{
 background-position: left top;
 width: 200px;
 height: 118px;
 position: relative;
 left: 0;
 bottom: 0;
 margin: 20px auto 0;
}
#catalog a span{
 position: relative;
 display: inline-block;
 font-size: 20px;
}
#catalog a span::before{
 width:28px;
 height:28px;
 margin-left: 10px;
}
#catalog a span::after{
 border-width: 5px 0 5px 8px;
 margin-left: 22px;
}

}/*-SP only-*/
/***/
#contact{
 border-top: 10px #d3f5af solid;
 background: url("images/bg_contact.png") no-repeat center /cover;
 padding: 75px 0 100px;
 font-size: 30px;
 font-weight: 700;
 text-align: center;
}
#contact a{
 display: block;
 border-radius: 7px;
 border: 3px #ff8a00 solid;
 background: #fff;
 max-width: 600px;
 margin: 50px auto 0;
 color: #ff8a00;
 font-size: 28px;
 line-height: 80px;
 text-align: center;
}
#contact a::after{
 content: "▶";
 display: inline-block;
 border-radius: 50%;
 background: #ff8a00;
 width: 26px;
 margin: 0 0 0 26px;
 color: #fff;
 font-size: 8px;
 text-align: center;
 line-height: 26px;
 vertical-align: middle;
}
@media screen and (max-width: 768px) {
#contact{
 background: url("images/bg_contact.png") no-repeat center /cover;
 padding: 50px 3% 80px;
 font-size: 25px;
}
#contact a{
 margin: 30px auto 0;
 font-size: 25px;
 line-height: 70px;
}
#contact a::after{
 width: 30px;
 margin: 0 0 0 15px;
 color: #fff;
 font-size: 10px;
 line-height: 30px;
 vertical-align: middle;
transform:scale(0.7);
}

}/*-SP only-*/
