@charset "utf-8";
/*-------------------------------------------------
 Body
 -------------------------------------------------*/

html {
	font-size: 100%;
} /* font-size　16px*62.5%＝10px */
body {
	font-size: 1.0rem;
} /* 16px　100％ 同*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:none;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#212121;
	box-sizing: border-box;
}
#body-wrap {
	width:100%;
	position:relative;
	margin-top:90px;
	overflow:hidden;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:none;
	outline: none;
 transition: all .3s;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	color:#d7bc4d;
	text-decoration:none;
 transition: all .3s;
}
img {
	display:block;
}
a img {
	transition: 0.5s;
}
a img:hover {
	opacity: 0.7;/* 透過率50% */
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
pre {
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
* {
	box-sizing: border-box;
}
.brea-1080{
	display:block;
}
.brea-800{
	display:block;
}
.brea-680{
	display:block;
}
.brea-580{
	display:block;
}
.brea-480{
	display:block;
}
.brea-380{
	display:block;
}
.brea-360{
	display:block;
}
.brea-from-800{
	display:none;
}

/*-------------------------------------------------
 Header
-------------------------------------------------*/
.head-wrap {
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	z-index:30;
	background:rgba(255, 255, 255, 0.9);
	pointer-events: auto;
}
.head-titl{
	color:#252525;
	font-size:0.8rem;
	max-width:calc(1180px + 0%);
	width:100%;
	height:auto;
	text-align:left;
	padding:0 10px;
	margin:0 auto;
	box-sizing: border-box;
}
.head-flex-left{
	max-width:32%;
	width:100%;
	height:auto;
}
.head-flex-bloc {
	max-width:calc(1180px + 0%);
	width:100%;
	height:70px;
	padding:0 10px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
	box-sizing: border-box;
}
.head-logo{
	max-width:320px;
	max-height:80px;
	width:100%;
	height:auto;
	padding-right:10px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	box-sizing: border-box;
	pointer-events: auto;
}
.head-logo img {
	max-width:166px;
	max-height:51px;
	width:100%;
	height:auto;
}
.head-logo-capt {
	display:inline-block;
	color:#252525;
	font-size:0.90rem;
	padding-left:10px;
	letter-spacing:0;
	pointer-events: auto;
	
}
.head-flex-righ{
	max-width:68%;
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-end;
	align-items:center;
}
.head-inqu-list {
	max-width:188px;
	width:100%;
	height:auto;
	margin:0 0 0 auto;
	align-items:center;
}
a.head-link-butt {
	color:#252525;
	font-size:1.04rem;
	font-weight:700;
	display:inline-block;
	max-width:188px;
	width:100%;
	height:auto;
	text-align:center;
	padding:8px 20px 8px 0;
	background:#ffec4b;
	border:solid 2px #1c9e19;
	border-radius:6px;
	box-sizing: border-box;
	background:url(../images/icon-arro-righ-circ01.svg) right 10px center /20px auto no-repeat,#ffec4b;
	transition: 0.3s;
}
a.head-link-butt:hover {
		background:url(../images/icon-arro-righ-circ01.svg) right 5px center /20px auto no-repeat,#ffffff;
	transition: 0.3s;
}
/* header */
/*-------------------------------------------------
 Navi Wide and Narrow
-------------------------------------------------*/

/* メニューはデフォルトヘッダかハンバーガーかでmediascreen制御判断　以下はデフォルトヘッドメニュー*/
.head-navi-wrap {
	max-width:calc(100% - 200px);
	width:100%;
	height:auto;
	text-align:center;
	margin:0 10px 0 auto;
	padding:0px 0;
	display:block;
	box-sizing: border-box;
}
.head-navi-wrap.head-navi-acti {
	display:block;
}
.head-navi {
	max-width:auto;
	width:100%;
	margin:0px 0 0 auto;
	text-align:center;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	align-items:center;
}
.head-navi li {
	text-align:center;
	width:calc(22% - 0px);
	height:auto;
	padding:0px 0;
	box-sizing: border-box;

}
.head-navi li a {
	color:#212121;
	width:calc(100% - 0px);
	font-weight:600;
	display:block;
	text-align:center;
	text-decoration:none;
	font-size:96%;
	letter-spacing:0;
	margin:auto;
	padding:0px 0px;
	transition: 0.8s;
	border-right:solid 1px #cccccc;
	
}
.head-navi li:last-of-type a {
	border-right:solid 0px #cccccc;
}
.head-navi li a:hover {
	color:#ffdf0a;
	background:#fff;
	text-decoration:none;
	border-radius:2px;
}
.head-seco-navi {
	position:absolute;
	top:50px;
	height:auto;
	z-index:10;
}
.head-seco-navi li.sub-item a::before {
 content:"";
}
.head-seco-navi li.sub-item {
	border-right:dotted 0px #dfdfdf;
	min-width:calc(216px - 4px);
	width:calc(100% - 4px);
	background:#212121;
	padding:2px 2px;
	border-top:dotted 1px #dfdfdf;
}
.head-seco-navi li.sub-item a {
	color:#FFF;
	width:calc(100% - 20px);
	font-weight:600;
	display:block;
	text-align:left;
	text-decoration:none;
	line-height:140%;
	font-size:96%;
	margin:0px 0px;
	padding:8px 10px;
	transition: 0.3s;
}
.head-seco-navi li.sub-item a:hover {
	color:#ff3e3e;
	background:#fff;
	text-decoration:none;
	border-radius:2px;
}
.head-seco-navi {
	display:none;
}
.hum-navi-wra {
	display:none;

}

/*-------------------------------------------------
 Main Visual
-------------------------------------------------*/
.main-visi-wrap {
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
	position:relative;
	z-index:0;
	background:#ffec4b;
}
.main-visi{
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:40px 1.25%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;	
}
.main-capt-wrap{
	box-sizing: border-box;
	max-width:48%;
	width:100%;
	height:auto;
}
.main-capt-catc{
	font-size:1.8rem;
	font-weight:700;
	line-height:140%;
	padding-bottom:10px;
}
.font-bold-gree{
	font-weight:700;
	color:#1c9e19;
}
.font-larg-bold{
	font-weight:700;
	font-size:170%;
	line-height:140%;

}
.font-midd-bold{
	font-weight:700;
	font-size:140%;
	line-height:140%;
}
.font-unde-line{
	border-bottom:#eb9f3e solid 2px;
	font-weight:700;
	color:#1c9e19;
}
.main-capt-desc p{
	font-size:1.1rem;
	font-weight:700;
	line-height:140%;
	padding-bottom:20px;
}

a.link-butt {
	color:#252525;
	font-size:1.04rem;
	font-weight:700;
	display:inline-block;
	max-width:240px;
	width:auto;
	height:auto;
	text-align:center;
	padding:8px 40px 8px 15px;
	background:#ffec4b;
	border:solid 2px #1c9e19;
	border-radius:6px;
	box-sizing: border-box;
	background:url(../images/icon-arro-righ-circ01.svg) right 10px center /20px auto no-repeat,#ffffff;
	transition: 0.3s;
}
a.link-butt:hover {
		background:url(../images/icon-arro-righ-circ01.svg) right 5px center /20px auto no-repeat,#fff5a0;
	transition: 0.3s;
}
.main-butt-wrap{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	margin:0 auto 15px;
}
.main-butt:first-of-type{
		margin-right:20px;
}
.main-thre-labe{
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	margin:0 auto;
}
.main-thre-labe li{
	color:#ffffff;
	font-weight:700;
	font-size:1.1rem;
	background:#1c9e19;
	margin-right:8px;
	padding:3px 12px;
	font-style: italic;
	text-align:center;
	
}
/*-------------------------------------------------
 メイン画像 main visual
  -------------------------------------------------*/
.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}
/* メイン画像 main visual */
.main-visi-sild-wrap {
	max-width:576px;
	width:48%;
	height:auto;
	margin:0px 0 0 auto;
	padding:0;
}
.main-visi-sild {
	text-align:center;
	width:100%;
	height:auto;
	padding:0 0px;
	margin:0px auto;
	overflow:hidden;
	vertical-align:bottom;
  font-size: 0;
  border-radius:8px;
  vertical-align:bottom;
}
.main-visi-sild li {
	background:#ffffff;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.main-visi-pict {
	position:relative;
	width:100%;
	height:auto;
	background:#ffffff;
	overflow:hidden;
}
.main-visi-pict img {
	position:relative;
		height:auto;
		width:100%;
		top: 0%;
		left: 0%;
		min-height: auto;
		min-width: 100%;
		-ms-transform: translateX(0%) translateY(0%);
		-moz-transform: translateX(0%) translateY(0%);
		-webkit-transform: translateX(0%) translateY(0%);
		transform: translateX(0%) translateY(0%);	
}
.sli-pre .fas, .sli-nex .fas {
	margin:0;
}
.sli-pre {
	max-width:15px;
	width:100%;
	height:auto;
	position:absolute;
	color:#009e96;
	font-size:140%;
	bottom:calc(50% - 12px);
	left:-6%;
	z-index:10;
	cursor:pointer;

}
.sli-nex {
	max-width:15px;
	width:100%;
	height:auto;
	position:absolute;
	color:#009e96;
	right:-6%;
	bottom:calc(50% - 12px);
	z-index:10;
	cursor:pointer;
}
.sli-nex img,.sli-pre img{
	width:100%;
	height:auto;
}
.slick-slide img {
	opacity:1.0;
}
.slick-slide.slick-active img {
	opacity:1.0;
}
.slide-dots {
	text-align: center;
	margin:30px auto;
}
.slide-dots li {
	display:inline-block;
	margin:auto 10px;
	width:16px;
	
}
.slide-dots button {
	position: relative;
	text-indent: -9999px;
	border:solid 0px #000;
	background:none;
	cursor:pointer;
}
.slide-dots button:before {
	content:"●";
	color:#cb9696;
	font-size: 1.4rem;
	text-indent: 0px;
	position: absolute;
	top:-50%;
	left:0%;
	width:100%;/*object-fit IE11バグ */
	height:auto;
	top: calc(50% - 4px);
	left: calc(50% - 2px);
	min-height: auto;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.slide-dots button:hover:before {
	content: '●';
	color:#8bbd43;
}
.slide-dots .slick-active button:before {
	content: '●';
	color:#8bbd43;
}
/*-------------------------------------------------
 Contents
-------------------------------------------------*/
.cont-wrap {
	width:100%;
	height:auto;
	margin:0px auto;
}
.cont-bloc {
	max-width:100%;
	width:100%;
	height:auto;
	margin:0px auto;
}
.sect-titl{
	color:#252525;
	letter-spacing:0;
	font-size:2.4rem;
	font-weight:700;
	line-height:130%;
	width:calc(100% - 0px);
	text-align:center;
	padding:0px 0 70px;
	margin-bottom: 0px;
	border-top: 0px solid #e7e7e7;
	border-bottom: 0px solid #e7e7e7;
	position:relative;
	box-sizing: border-box;
	caret-color: transparent;	
}
.sect-titl:after{
	content: "";
	position: absolute;
	right: 0;
	bottom: 40px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #f49c34 transparent transparent transparent;
	border-width: 15px 20px 0 20px;
}
.sect-titl-unde {
	color:#212121;
	width:calc(100% - 0px);
	padding:0;
	text-align:center;
	box-sizing: border-box;
	margin-bottom: 60px;
}
.sect-titl-unde-inn {
	color:#212121;
	font-weight:700;
	font-size:2.2rem;
	padding:10px 0;
	border-bottom:solid 3px #1c9e19;
	display:inline;
	line-height:200%;
	letter-spacing:0;
}
.flow-wrap {
	width:100%;
	height:auto;
	padding:80px 1.25%;
	box-sizing: border-box;
}
.flow-bloc {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:auto;
}
.flow-list {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	align-items:flex-start;
}
.flow-list-item {
	max-width:30%;
	width:100%;
	height:auto;
	position:relative;
}
.flow-list-item :after{
  content: "";
  position: absolute;
  right:-60px;
  top:calc(50% - 15px);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent transparent #1c9e19;
  border-width: 30px 20px 30px 20px;
  transform: rotate(0deg);
}
.flow-list-item:last-of-type :after{
	content:none;
}
.flow-list-titl {
	color:#1c9e19;
	font-size:1.3rem;
	font-weight:600;
	line-height:130%;
	padding-bottom:20px;
}
.flow-list-pict {
	height:auto;
	max-width:340px;
	width:100%;
	background:#ffffff;
	overflow:hidden;
	margin:0 auto 20px;
}
.flow-list-pict img {
	width:100%;
	height:auto;

}
.flow-list-capt {
	font-size:1.1rem;
	line-height:140%;
	font-weight:400;
}
.font-midd-gray{
	color:#9c9c9c;
	font-size:1.5rem;
	font-weight:700;
}
.font-midd-blac{
	color:#252525;
	font-size:1.5rem;
	font-weight:700;
}
.font-midd-oren{
	color:#eb9f3e;
	font-size:1.5rem;
	font-weight:700;
}
.reas-wrap {
	width:100%;
	height:auto;
	padding:80px 1.25%;
	box-sizing: border-box;
	background:#fffeea;
}
.reas-bloc {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:auto;
}
.reas-list {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	align-items:flex-start;
}
.reas-list-item {
	max-width:30%;
	width:100%;
	height:auto;
	position:relative;
}

.reas-list-titl {
	color:#1c9e19;
	font-size:1.3rem;
	font-weight:700;
	line-height:130%;
	padding-bottom:20px;
	text-align:center;
}
.reas-list-pict {
	height:auto;
	max-width:340px;
	width:100%;
	background:#ffdf0a;
	overreas:hidden;
	margin:0 auto 20px;
	border-radius:6px;
}
.reas-list-pict img {
	width:100%;
	height:auto;
}
.reas-list-capt {
	font-size:1.1rem;
	line-height:140%;
	font-weight:400;
}
.shop-wrap {
	width:100%;
	height:auto;
	padding:80px 1.25%;
	box-sizing: border-box;
	background:#ffdf0a;
}
.shop-bloc {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
}
.shop-list {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:flex-start;
	margin-bottom:40px;
}
.shop-list-item {
	max-width:23%;
	width:100%;
	height:auto;
	position:relative;
	background:#ffffff;
	border-radius:6px;
	padding:30px 1.25%;
	box-sizing: border-box;
}

.shop-list-titl {
	color:#252525;
	font-size:1.1rem;
	font-weight:700;
	line-height:130%;
	padding-bottom:20px;
}
.shop-list-pict {
	height:auto;
	max-width:120px;
	width:100%;
	overreas:hidden;
	margin:0 auto 20px;
}
.shop-list-pict img {
	width:100%;
	height:auto;
}
.shop-list-capt {
	font-size:1.2rem;
	font-weight:700;
	line-height:150%;
	text-align:center;
}
.step-wrap {
	width:100%;
	height:auto;
	padding:80px 1.25%;
	box-sizing: border-box;
	background:#ffffff;
}
.step-bloc {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.step-list {
	max-width:100%;
	width:100%;
	height:auto;
	margin:50px auto;
	box-sizing: border-box;
}
.step-list-item{
	border:solid 2px #cccccc;
	max-width:874px;
	width:100%;
	min-height:244px;
	height:auto;
	padding:0 20px;
	background:#FFF;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
	position:relative;
	box-sizing: border-box;
}
.step-list-item:nth-child(2) {
 margin:20px auto;
}
.step-list-pict {
	width:220px;
	height:auto;
	margin-right:5%;
}
.step-list-pict img {
	width:100%;
	height:auto;
}
.step-data {
	width:calc(100% - 48%);
}
.step-list-numb {
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:absolute;
	right:5px;
	top:5px;
	color:#252525;
	background:#ffdf0a;
	font-size:2.4rem;
	font-weight:400;
	line-height:120%;
	letter-spacing:0;
	padding:5px 0 0 0;
	width:64px;
	height:64px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.step-data-titl {
	color:#1c9e19;
	font-weight:700;
	font-size:1.6rem;
	letter-spacing:0;
	padding-bottom:20px;
}
.step-data-disc {
	width:calc(100% - 0px);
	font-size:1.1rem;
	font-weight:700;
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}
.step-font-xsmal{
	color:#252525;
	font-weight:400;
	font-size:0.8rem;
	letter-spacing:2px;
	line-height:120%;
}
.inqu-butt-wrap{
	width:100%;
	height:auto;
	margin:0px auto 0px;
}
a.inqu-butt {
	color:#252525;
	font-size:1.5rem;
	font-weight:700;
	display:block;
	max-width:540px;
	width:80%;
	height:auto;
	text-align:center;
	padding:12px 40px 12px 15px;
	background:#ffec4b;
	border:solid 3px #1c9e19;
	border-radius:12px;
	box-sizing: border-box;
	background:url(../images/icon-arro-righ-circ01.svg) right 15px center /20px auto no-repeat,#ffffff;
	margin:0 auto 10px;
	position:relative;
	top:0px;
	transition: 0.3s;
}
a.inqu-butt:hover {
		background:url(../images/icon-arro-righ-circ01.svg) right 10px center /20px auto no-repeat,#fff5a0;
	transition: 0.3s;
	position:relative;
	margin:0 auto 10px;
	top:4px;
	transition: 0.3s;
}

.faq-wrap {
	width:100%;
	height:auto;
	padding:80px 1.25%;
	box-sizing: border-box;
	background:#fffeea;
}
.faq-bloc {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
}

/* FAQ よくある質問　*/
.faq-list {
	max-width:876px;
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0px 0 0px;
}
.padd-bott-none ,p.padd-bott-none{
	padding-bottom:0px;
}
.marg-bott-none {
	margin-bottom:0px;
}
.marg-bott-midd {
	margin-bottom:30px;
}

.faq-titl-wrap {
	width: calc(100% - 0px);
	height: auto;
	min-height: 60px;
	border: solid 2px #1c9e19;
	background: #ffffff;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	cursor: pointer;
	margin: 0px 0px 15px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	box-shadow:4px 5px 0px 0px #b7d3b6;
}
.faq-titl-wrap {
	background: url(../images/icon-faq-down01.svg) right 20px center no-repeat, #ffffff;
}
.faq-titl-wrap.sele-item {
	background: url(../images/icon-faq-up01.svg) right 20px center no-repeat, #ffffff;
}
.faq-titl-symb {
	background: #ffffff;
	width: 66px;
	min-height: 60px;
	height: 100%;
	border-radius: 0px;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #1c9e19;
	border: double #f80 0px;
	font-size: 1.6rem;
	font-weight:700;
	line-height: 130%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.faq-titl-text {
	width: calc(100% - 0px);
	line-height: 130%;
	color: #252525;
	font-size: 1.3rem;
	font-weight: 700;
	padding: 16px 36px 16px 36px;
	border-radius: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.faq-answ-wrap {
	width: calc(100% - 0px);
	height: 100%;
	border: solid 2px #ef5407;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 30px auto 30px;
	letter-spacing: 0;
	box-shadow:4px 5px 0px 0px #d7d2b1;	
	background:#ffffff;
	
}
.faq-answ-symb {
	background: none;
	width: 66px;
	height: 60px;
	margin-top:16px;
	border-radius: 0px;
	color: #ea9931;
	border: solid 0px #ea9931;
	border-left:none;
	font-size: 1.6rem;
	font-weight:700;
	line-height: 130%;
	font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
  position: relative;
}
.faq-answ-symb:after{
  content: "";
  position: absolute;
  left:-2px;
  top:calc(0% - 42px);
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: transparent transparent #d7d2b1 #d7d2b1;
  border-width: 12px 6px 12px 6px;
  transform: rotate(0deg);
}
.faq-answ-capt {
	width: calc(100% - 0px);
	min-height:93px;
	height:100%;
	font-size: 1.2rem;
	box-sizing: border-box;
	padding: 16px 36px 16px 36px;
}
.faq-answ-capt p{
	overflow-wrap:anywhere;
	word-wrap: break-word;
	white-space: normal;
	word-break:break-all;
}


/*-------------------------------------------------
 Footer
-------------------------------------------------*/
.foot-wrap {
	height:auto;
	width:100%;
	padding:50px 1.25% 50px;
	background:#ffdf0a;
	box-sizing: border-box;
}
.foot-bloc {
	max-width:1180px;
	width:100%;
	height:auto;
	margin:0 auto;
}
.foot-logo {
	width:100%;
	height:auto;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.foot-logo a {
	max-width:160px;
	width:100%;
	height:auto;
	margin:0 10px 0 0;
}
.foot-logo img {
	width:100%;
	height:auto;
}
.foot-logo-capt{
	font-size:0.9rem;
}
.foot-bloc a {
	text-decoration:none;
}
.foot-navi {
	width:calc(100% - 0px);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	padding-top:30px;
}
.foot-navi li {
	width:auto;
	height:auto;
	text-align:center;
	line-height:130%;
	padding:5px;
}
.foot-navi li:after {
	content:"|";
	display:inline-block;
    transform: rotate(0deg);
	font-size:1.0rem;
	color:#252525;
}
.foot-navi li:last-of-type:after {
	content:none;
}
.foot-navi li a {
	font-size:1rem;
	padding:0px 10px 0;
	transition: 0.5s;
}
.foot-navi li a:hover {
	color: rgba(255, 62, 62, 1.0);
}
.foot-corp {
	padding:10px 2.5%;
	text-align:center;
	font-size:0.8rem;
	background:#ffffff;
	line-height:150%;
	color:#252525;
}
.foot-corp a {
	color:#252525;
}
.foot-corp br {
	display:none;
}
/*-------------------------------------------------
 page top
-------------------------------------------------*/
#page-top {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:100;
}
#page-top a {
	border-radius:0px;
	display:block;
	width:54px;
	height:54px;
	text-align:center;
	color:#FFF;
	border:solid 2px #252525;
	text-decoration:none;
	background:#ffffff;
	transition: 0.2s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
#page-top a img{
	max-width:40px;
	width:100%;
	height:auto;
}