@charset "utf-8";


/*　　Home / メインイメージ
-------------------------------------------------------*/

#main-img-box {
	position: relative;
	height: 100vh;
}
.slider-box__pc,
.slider-box__tb-sp {
	width: 100%;
	height: 100%;
}
.zoomslider {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.main-txt01 {
	position: absolute;
	top: 53%;
  left: 50%;
	right: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 22.25vw;
	margin: auto;
	z-index: 200;
}
.main-txt02__pc {
	position: absolute;
	top: 53%;
	right: 0;
  -webkit-transform: translateY(-50%) translateX(0);
	transform: translateY(-50%) translateX(0);
	width: 34.5vw;
	z-index: 200;
}
.slider-box__tb-sp,
.main-txt02__tb-sp {
	display: none;
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.slider-box__pc,
.main-txt02__pc {
	display: none;
}
.slider-box__tb-sp {
	display: block;
}
#main-img-box {
	height: 100vh;
}
.main-txt01 {
	position: absolute;
	top: 14vw;
  left: 0;
	right: 0;
  -webkit-transform: none;
	transform: none;
	width: 40vw;
	margin: auto;
	z-index: 200;
}
.main-txt02__tb-sp {
	display: block;
	position: absolute;
	top: 60vw;
	right: 0;
	width: 45vw;
	z-index: 200;
}
}

@media screen and (min-width: 768px) and (max-width: 1270px) and (orientation : landscape){
.slider-box__pc {
	display: block;
}
.slider-box__tb-sp {
	display: none;
}
.main-txt01 {
	position: absolute;
	top: 53%;
  left: 50%;
	right: auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 30vw;
	margin: auto;
	z-index: 200;
}
.main-txt02__tb-sp {
	display: block;
	position: absolute;
	top: 20vw;
	right: 0;
	width: 30vw;
	z-index: 200;
}
}


@media screen and (max-width: 767px){
#main-img-box {
	height: 170vw;
}
.slider-box__pc,
.main-txt02__pc {
	display: none;
}
.slider-box__tb-sp {
	display: block;
}
.main-txt01 {
	position: absolute;
	top: 23.58974vw;
  left: 0;
	right: 0;
  -webkit-transform: none;
	transform: none;
	width: 65vw;
	margin: auto;
	z-index: 200;
}
.main-txt02__tb-sp {
	display: block;
	position: absolute;
	top: 100vw;
	right: 0;
	width: 48vw;
	z-index: 200;
}
}

@media screen and (max-width: 767px) and (orientation : landscape){
}




/*　　ページイメージ
-------------------------------------------------------*/
.page-img {
	padding-top: 110px;
}
.page-img__box {
	position: relative;
	height: 20.5vw;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.page-title {
	position: absolute;
	top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	display: block;
	width: 480px;
	height: 68px;
	line-height: 68px;
	color: #528e03;
	font-weight: 700;
	font-size: 3rem;
	text-align: center;
	border-radius: 50px;
	background-color: rgba(255,255,255,0.9);
}
.page-news {
	background-image: url("../images/pages/page_news.jpg");
}
.page-services {
	background-image: url("../images/pages/page_services.jpg");
}
.page-rental {
	background-image: url("../images/pages/page_rental.jpg");
}
.page-usage-example {
	background-image: url("../images/pages/page_usage-example.jpg");
}
.page-voice {
	background-image: url("../images/pages/page_voice.jpg");
}
.page-faq {
	background-image: url("../images/pages/page_faq.jpg");
}
.page-flow {
	background-image: url("../images/pages/page_flow.jpg");
}
.page-company {
	background-image: url("../images/pages/page_company.jpg");
}
.page-contact {
	background-image: url("../images/pages/page_contact.jpg");
}
.page-facility {
	background-image: url("../images/pages/page_facility.jpg");
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.page-img {
	padding-top: 80px;
}
.page-title {
	width: 350px;
	height: 46px;
	line-height: 46px;
	font-size: 2rem;
}
}

@media screen and (max-width: 767px){
.page-img {
	padding-top: 60px;
}
.page-title {
	width: 200px;
	height: 36px;
	line-height: 36px;
	font-size: 1.4rem;
}
}



/*　　ホーム
-------------------------------------------------------*/
.home-about__txt01 {
	margin-top: 70px;
	line-height: 2;
	text-align: center;
}
.home-about__img01 {
	margin-top: 60px;
	margin-left: 3%;
	width: 45.5%;
}
.home-about__img02 {
	position: relative;
	margin-top: 60px;
	width: 45.5%;
	margin-right: 3%;
}
.home-about__img02-txt-en {
	position: absolute;
	bottom: 1.5vw;
	right: 1.5vw;
	font-size: 6.75vw;
	font-weight: 700;
	text-align: right;
	line-height: 0.85;
	color: #fff;
}
.home-about__img03 {
	margin: 3vw 3vw 0;
}
.home-about__img01 img,
.home-about__img02 img,
.home-about__img03 img {
	width: 100%;
	height: auto;
}
.home-about__btn-box {
	margin-top: 60px;
}
.home-about__btn-box li:first-child {
	margin-right: 60px;
}
.home-about__btn {
	width: 570px;
}
.home-plans__plan01 {
	position: relative;
	margin-top: 50px;
	padding-bottom: 35px;
	border: 3px solid #00ccff;
	border-radius: 30px;
}
.home-plans__icon-recommend {
	position: absolute;
	top: -8px;
	left: -8px;
	width: 136px;
	z-index: 10;
}
.home-plans__plan01-txt01 {
	padding: 15px 0;
	font-weight: 700;
	color: #00ccff;
	text-align: center;
	border-bottom: 1px solid #00ccff;
}
.home-plans__plan01-box {
	padding: 20px 20px 0;
}
.home-plans__plan01-txt02 {
	display: block;
	width: 112px;
	height: 98px;
	margin-right: 15px;
	padding-top: 30px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 12px;
	background-color: #00ccff;
}
.home-plans__plan01-txt03 {
	font-size: 7rem;
	line-height: 1
}
.home-plans__plan01-txt04 {
	font-size: 3rem;
}
.home-plans__plan02 {
	position: relative;
	margin-top: 50px;
	padding-bottom: 35px;
	border: 3px solid #88c735;
	border-radius: 30px;
}
.home-plans__plan02-txt01 {
	padding: 15px 0;
	font-weight: 700;
	color: #88c735;
	text-align: center;
	border-bottom: 1px solid #88c735;
}
.home-plans__plan02-txt02 {
	display: block;
	width: 112px;
	height: 98px;
	margin-right: 15px;
	padding-top: 15px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	border-radius: 12px;
	background-color: #88c735;
}
.home-plans__plan03 {
	position: relative;
	margin-top: 40px;
	padding-bottom: 35px;
	border: 3px solid #619cff;
	border-radius: 30px;
}
.home-plans__plan03-txt01 {
	padding: 15px 0;
	font-weight: 700;
	color: #619cff;
	text-align: center;
	border-bottom: 1px solid #619cff;
}
.home-plans__plan03-txt02 {
	display: block;
	width: 112px;
	height: 98px;
	margin-right: 15px;
	padding-top: 30px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 12px;
	background-color: #619cff;
}
.home-plans__basic {
	margin-top: 40px;
	border-radius: 30px;
	background-color: #f5f5f5;
	overflow: hidden;
}
.home-plans__basic-txt-box {
	padding: 35px 45px;
}
.home-plans__basic-txt01 {
	padding: 15px 0;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #999;
}
.home-plans__basic-txt02 {
	display: block;
	width: 112px;
	height: 98px;
	margin-right: 15px;
	padding-top: 30px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 12px;
	background-color: #999;
}
.home-plans__basic-txt03 {
	flex: 1;
	margin-left: 60px;
}
.home-rental {
	padding: 60px 0;
	background-color: #fbf6eb;
}
.home-rental__item-box {
	position: relative;
	width: 22.5%;
	margin-top: 40px;
	margin-right: 3.333%;
	padding: 20px 20px 32px;
	background-color: #fff;
}
.home-rental__item-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 18px;
	height: 16px;
	background-image: url("../images/pages/rental_img01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-rental__item-box:nth-child(4n) {
	margin-right: 0;
}
.home-rental__img {
	padding: 10px;
	border: 1px solid #dadada;
}
.home-voice {
	padding: 60px 0;
	background-image: url("../images/pages/home_voice_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-voice__item-box {
	position: relative;
	margin-top: 70px;
	border-radius: 35px;
	padding: 86px 40px 40px;
	border: 3px solid #528e03;
	background-color: #fff;
}
.home-voice__icon {
	content: "";
	position: absolute;
	top: -18px;
	left: 40px;
	width: 90px;
	height: 77px;
	background-image: url("../images/pages/icon_voice.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.home-voice__txt01 {
	position: absolute;
	top: 25px;
	left: 134px;
	right: 40px;
	line-height: 1;
	padding: 0 15px 14px;
	border-bottom: 1px solid #ccc;
}
.home-voice__txt01 span {
	margin-left: 20px;
	font-weight: 700;
}
.home-facility {
	position: relative;
	margin: auto;
	width: 94vw;
	background-color: #f5f5f5;
}
.home-facility__img01 {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 48.40425%;
	background-image: url("../images/pages/home_facility_img01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.home-facility__txt-box {
	width: 51.59574%;
	margin-left: auto;
	padding: 3vw;
}
.home-facilit__txt01 {
	padding: 0.8vw;
	font-size: 1.8vw;
	font-weight: 700;
	line-height: 1;
	color: #cc9966;
	text-align: center;
	border-radius: 8px 8px 0 0;
	border-bottom: 3px solid #cc9966;
	background-color: #fff;
}
.home-facilit__txt02 {
	margin-top: 1.5vw;
	font-size: 1vw;
}
.home-facilit__txt03 {
	margin-top: 1.5vw;
	font-size: 1.5vw;
	font-weight: 700;
}
.home-facilit__btn01 {
	display: block;
	width: 28.5vw;
	margin: 2.5vw auto 0;
	padding: 1.25vw 0;
	color: #fff;
	font-size: 1.2vw;
	font-weight: 700;
	text-align: center;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #cc9966, #ba7836);
	background-repeat: no-repeat, no-repeat;
	background-position: right 0.85vw center, center;
	background-size: 8px auto, 100%;
	transition-duration: 0.2s;
}
.home-facilit__btn01:hover {
	color: #fff;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #e3ae7a, #e18f3d);
	background-repeat: no-repeat, no-repeat;
	background-position: right 0.85vw center, center;
	background-size: 8px auto, 100%;
	transform: scale(1.05);
}
.home-sdgs {
	padding: 60px 0;
	background-image: url("../images/pages/home_sdgs.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.home-sdgs__item-box {
	padding: 50px 0;
	border-radius: 10px;
	background-color: #fff;
}
.home-sdgs__img01 {
	width: 532px;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px solid #ccc;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.home-about__txt01 {
	margin-top: 40px;
}
.home-about__img01 {
	margin-top: 40px;
}
.home-about__img02 {
	margin-top: 40px;
}
.home-about__btn-box {
	margin-top: 40px;
}
.home-about__btn-box li:first-child {
	margin-right: 5%;
}
.home-about__btn {
	width: 320px;
}
.home-plans__plan01 {
	margin-top: 50px;
}
.home-plans__plan02 {
	margin-top: 40px;
}
.home-plans__basic-txt03 {
	flex: none;
	margin: 20px 0 0;
	width: 100%;
}
.home-rental {
	padding: 50px 0;
}
.home-rental__item-box {
	margin-top: 30px;
	padding: 8px 8px 20px;
}
.home-rental__item-box::after {
	width: 12px;
	height: 11px;
}
.home-voice {
	padding: 40px 0;
}
.home-voice__item-box {
	margin-top: 50px;
	border-radius: 20px;
	padding: 60px 20px 20px;
	border: 2px solid #528e03;
}
.home-voice__icon {
	top: -10px;
	left: 20px;
	width: 60px;
	height: 51px;
}
.home-voice__txt01 {
	position: absolute;
	top: 15px;
	left: 90px;
	right: 20px;
	line-height: 1;
	padding: 0 0 14px;
	border-bottom: 1px solid #ccc;
}
.home-facility {
	width: 94vw;
}
.home-facility__img01 {
	content: "";
	position: relative;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 60%;
	background-image: url("../images/pages/home_facility_img01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home-facility__txt-box {
	width: 100%;
	margin-left: auto;
	padding: 30px;
}
.home-facilit__txt01 {
	padding: 15px;
	font-size: 2rem;
}
.home-facilit__txt02 {
	margin-top: 20px;
	font-size: 1.4rem;
}
.home-facilit__txt03 {
	margin-top: 20px;
	font-size: 1.6rem;
}
.home-facilit__btn01 {
	display: block;
	width: 320px;
	margin: 30px auto 0;
	padding: 15px 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #cc9966, #ba7836);
	background-repeat: no-repeat, no-repeat;
	background-position: right 15px center, center;
	background-size: 8px auto, 100%;
	transition-duration: 0.2s;
}
.home-facilit__btn01:hover {
	color: #fff;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #e3ae7a, #e18f3d);
	background-repeat: no-repeat, no-repeat;
	background-position: right 15px center, center;
	background-size: 8px auto, 100%;
	transform: scale(1.05);
}
.home-sdgs {
	padding: 30px 0;
}
.home-sdgs__item-box {
	padding: 30px 0;
}
.home-sdgs__img01 {
	width: 280px;
	padding: 5px 30px 5px 0;
	margin-right: 30px;
}
}

@media screen and (max-width: 767px){
.home-about__txt01 {
	margin-top: 30px;
	text-align: left;
}
.home-about__img01 {
	width: auto;
	margin: 30px 5.128% 0; 
}
.home-about__img02 {
	width: auto;
	margin: 30px 5.128% 0; 
}
.home-about__img02-txt-en {
	position: absolute;
	bottom: 1.5vw;
	right: 1.5vw;
	font-size: 14vw;
}
.home-about__img03 {
	margin: 30px 5.128% 0; 
}
.home-about__btn-box {
	margin-top: 30px;
}
.home-about__btn-box li:first-child {
	margin-right: 0;
	margin-bottom: 30px;
}
.home-about__btn {
	width: 90%;
}
.home-plans__plan01 {
	margin-top: 40px;
	padding-bottom: 30px;
	border-radius: 20px;
}
.home-plans__plan01-txt01 {
	padding: 15px 0;
	font-weight: 700;
	color: #00ccff;
	text-align: center;
	border-bottom: 1px solid #00ccff;
}
.home-plans__plan01-txt02 {
	display: block;
	width: 112px;
	height: 98px;
	margin-right: 15px;
	padding-top: 30px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	border-radius: 12px;
	background-color: #00ccff;
}
.home-plans__plan01-txt03 {
	font-size: 4.5rem;
	line-height: 1
}
.home-plans__plan01-txt04 {
	font-size: 2rem;
}
.home-plans__plan02,
.home-plans__plan03 {
	margin-top: 30px;
	padding-bottom: 30px;
	border-radius: 20px;
}
.home-plans__basic {
	margin-top: 30px;
	border-radius: 20px;
}
.home-plans__basic-txt-box {
	padding: 20px 20px;
}
.home-plans__basic-txt03 {
	flex: none;
	margin: 20px 0 0;
	width: 100%;
}
.home-rental {
	padding: 30px 0;
}
.home-rental__item-box {
	width: 47.5%;
	margin-top: 20px;
	margin-right: 5%;
	padding: 8px 8px 20px;
}
.home-rental__item-box::after {
	width: 12px;
	height: 11px;
}
.home-rental__item-box:nth-child(2n) {
	margin-right: 0;
}
.home-rental__img {
	padding: 6px;
}
.home-voice {
	padding: 30px 0;
	background-size: 100% auto;
	background-position: center top;
	background-color: #e6f5f4;
}
.home-voice__item-box {
	margin-top: 35px;
	border-radius: 20px;
	padding: 60px 20px 20px;
	border: 2px solid #528e03;
}
.home-voice__icon {
	top: -10px;
	left: 20px;
	width: 60px;
	height: 51px;
}
.home-voice__txt01 {
	position: absolute;
	top: 15px;
	left: 90px;
	right: 20px;
	line-height: 1;
	padding: 0 0 14px;
	border-bottom: 1px solid #ccc;
}
.home-facility {
	width: 90vw;
}
.home-facility__img01 {
	content: "";
	position: relative;
	top: 0;
	bottom: auto;
	left: 0;
	right: 0;
	width: 100%;
	padding-top: 60%;
	background-image: url("../images/pages/home_facility_img01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.home-facility__txt-box {
	width: 100%;
	margin-left: auto;
	padding: 15px 15px 20px;
}
.home-facilit__txt01 {
	padding: 15px;
	font-size: 2rem;
}
.home-facilit__txt02 {
	margin-top: 20px;
	font-size: 1.4rem;
}
.home-facilit__txt03 {
	margin-top: 20px;
	font-size: 1.6rem;
}
.home-facilit__btn01 {
	display: block;
	width: 90%;
	margin: 30px auto 0;
	padding: 15px 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #cc9966, #ba7836);
	background-repeat: no-repeat, no-repeat;
	background-position: right 15px center, center;
	background-size: 8px auto, 100%;
	transition-duration: 0.2s;
}
.home-facilit__btn01:hover {
	color: #fff;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #e3ae7a, #e18f3d);
	background-repeat: no-repeat, no-repeat;
	background-position: right 15px center, center;
	background-size: 8px auto, 100%;
	transform: scale(1.05);
}
.home-sdgs {
	padding: 30px 0;
	background-position: left center;
}
.home-sdgs__item-box {
	padding: 20px;
	border-radius: 10px;
}
.home-sdgs__img01 {
	width: auto;
	padding-right: 0;
	padding-bottom: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	border-right: none;
	border-bottom: 1px solid #ccc;
}
}



/*　NEWS
-------------------------------------------------------*/
.home-news ul li {
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
}
.home-news__img-box {
	width: 160px;
	margin-right: 20px;
	overflow: hidden;
}
.home-news__img01 {
	position: relative;
	padding-top: 75%;
	background-color: #fff;
	background-position: center;
	background-size: cover;
}
.home-news__img01:hover {
	opacity: 0.7;
}
.home-news__img01 a {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
.home-news__btn-list {
	display: block;
	width: 360px;
	margin: 30px auto 0;
	padding: 15px;
	color: #528e03;
	text-align: center;
	background-image: url("../images/common/arrow_03.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 8px auto;
	border: 1px solid #528e03;
	transition-duration: 0.2s;
}
.home-news__btn-list:hover {
	color: #fff;
	background-color: #528e03;
	background-image: url("../images/common/arrow_01.png");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 8px auto;
	transform: scale(1.05);
}
.news-list {
	border-top: 1px dotted #ccc;
}
.news-detail__date {
	padding: 10px;
	text-align: center;
	border-radius: 6px;
	background-color: #f5f5f5;
}
.news-inner em {
	font-style: italic !important;
}
.news-inner ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}
.news-inner ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 20px;
}
.news-detail__img-box {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dotted #ccc;
	text-align: center;
}
.news-detail__btn {
	display: block;
	width: 360px;
	margin: 0 auto 0;
	padding: 15px;
	color: #528e03;
	text-align: center;
	border: 1px solid #528e03;
	transition-duration: 0.2s;
}
.news-detail__btn:hover {
	color: #fff;
	background-color: #528e03;
	transform: scale(1.05);
}


@media screen and (min-width: 768px) and (max-width: 1270px){
.home-news__btn-list {
	width: 320px;
}
.news-detail__btn {
	margin: 0 auto 0;
}
}

@media screen and (max-width: 767px){
.home-news__img-box {
	width: 120px;
	margin-right: 15px;
}
.home-news__btn-list {
	width: 90%;
}
.news-detail__btn {
	margin: 0 auto 0;
	width: 90%;
}
}



/*　サービス案内
-------------------------------------------------------*/
.services_plan__txt01 {
	margin-top: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background-color: #00ccff;
}
.services_plan__txt02 {
	margin-top: 20px;
	padding: 10px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background-color: #88c735;
}
.services_plan__box01 {
	padding: 0 20px;
}
.services_plan__img01 {
	width: 270px;
	margin: auto;
}
.services_plan__box02 {
	padding: 0 45px 45px;
}

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

@media screen and (max-width: 767px){
.services_plan__box02 {
	padding: 0 20px 20px;
}
}



/*　ご利用例
-------------------------------------------------------*/
.usage-example__box01 {
	position: relative;
	margin-top: 70px;
	border-radius: 35px;
	padding: 50px 40px 40px;
	border: 3px solid #528e03;
}
.usage-example__icon {
	content: "";
	position: absolute;
	top: -25px;
	left: 40px;
	width: 240px;
	height: 50px;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	border-radius: 40px;
	background-color: #528e03;
}
.usage-example__icon span {
	margin-left: 10px;
	font-size: 3rem;
	font-weight: 700;
}
.usage-example__item-list {
	padding: 10px 20px;
	border-radius: 8px;
	background-color: #fbf6eb;
}
.usage-example__item-list li {
	width: 16%;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.usage-example__item-list li:nth-child(5n+1) {
	margin-left: 0%;
}
.usage-example__item-list li img {
	border-radius: 8px;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.usage-example__icon {
	font-size: 1.8rem;
}
.usage-example__icon span {
	font-size: 2.8rem;
}
}

@media screen and (max-width: 767px){
.usage-example__box01 {
	margin-top: 50px;
	border-radius: 20px;
	padding: 40px 20px 20px;
	border: 2px solid #528e03;
}
.usage-example__icon {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
	height: 40px;
	font-size: 1.6rem;
}
.usage-example__icon span {
	font-size: 2.4rem;
}
.usage-example__item-list {
	padding: 5px 10px;
	border-radius: 6px;
}
.usage-example__item-list li {
	width: 30%;
}
.usage-example__item-list li:nth-child(5n+1) {
	margin-left: 5%;
}
.usage-example__item-list li:nth-child(3n+1) {
	margin-left: 0;
}

.usage-example__item-list li img {
	border-radius: 6px;
}
}



/*　よくある質問
-------------------------------------------------------*/
.faq-box {
	margin-top: 30px;
}
.faq-box dt {
	display: block;
	position: relative;
	padding: 20px 60px 20px 80px;
	color: #282828;
	border-radius: 8px;
	background: #eaeaea;
	cursor: pointer;
}
.faq-box dt:hover {
	color: #fff;
	background: linear-gradient(to right, #7fb33a, #528e03);
}
.faq-box dt::before{
	content: "Q";
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 4rem;
	font-family: 'Barlow', sans-serif;
	line-height: 1;
	color: #528e03;
}
.faq-box dt:hover::before,
.faq-box dt.active::before{
	color: #fff;
}
.faq-box dt::after {
	content: "";
	position: absolute;
	top: 21px;
	right: 20px;
	width: 25px;
	height: 25px;
	border-radius: 8px;
	background-color: #d9d9d9;
	background-image: url("../images/common/faq_arrow01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 11px auto;
}
.faq-box dt:hover::after {
	background-color: rgba(255,255,255,0.3);
}
.faq-box dt.active {
	color: #fff;
	border-radius: 8px 8px 0 0;
	background: linear-gradient(to right, #93cf44, #66b400);
}
.faq-box dt.active::after {
	background-color: rgba(255,255,255,0.3);
	transform: scaleY(-1);
}
.faq-box dd {
	position: relative;
	display: none;
	padding: 20px 60px 20px 80px;
	border: 1px solid #dadada;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}
.faq-box dd::before {
	content: "A";
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 4rem;
	font-family: 'Barlow', sans-serif;
	line-height: 1;
	color: #ff9900;
}

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

@media screen and (max-width: 767px){
.faq-box {
	margin-top: 20px;
}
.faq-box dt {
	padding: 15px 60px 15px 50px;
}
.faq-box dt::before{
	top: 10px;
	left: 15px;
	font-size: 3rem;
}
.faq-box dt::after {
	content: "";
	position: absolute;
	top: 18px;
	right: 15px;
	width: 20px;
	height: 20px;
}
.faq-box dd {
	position: relative;
	display: none;
	padding: 15px 15px 15px 50px;
	border: 1px solid #dadada;
	border-top: 0;
	border-radius: 0 0 8px 8px;
}
.faq-box dd::before {
	top: 10px;
	left: 15px;
	font-size: 3rem;
}
}



/*　　ご契約の流れ
-------------------------------------------------------*/
.flow-step {
	padding: 40px;
	border: 1px solid #528e03;
	border-radius: 50px;
}
.flow-step__img {
	width: 320px;
}
.flow-step__txt-box {
	flex: 1;
	margin-left: 20px;
}
.flow-step__txt01 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.flow-arrow {
	content: "";
	height: 100px;
	background-image: url("../images/pages/flow_arrow.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 150px auto;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.flow-step {
	padding: 30px;
	border-radius: 40px;
}
.flow-step__img {
	width: 260px;
}
.flow-arrow {
	height: 80px;
	background-size: 120px auto;
}
}

@media screen and (max-width: 767px){
.flow-step {
	padding: 20px;
	border-radius: 20px;
}
.flow-step__img {
	width: 80%;
	margin: auto;
}
.flow-step__txt-box {
	margin-left: 0;
}
.flow-step__txt01 {
	text-align: center;
}
.flow-arrow {
	height: 80px;
	background-size: 120px auto;
}
}



/*　　会社概要
-------------------------------------------------------*/
.accessmap-box {
	height: 500px;
}

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

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


/*　ページャー
-------------------------------------------------------*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  display: block;
  padding: 10px 18px;
  margin-right: 8px;
  margin-top: 10px;
  line-height: 1.4;
  font-family: 'Barlow', sans-serif;
  color: #282828;
  text-decoration: none;
	border: 1px solid #ccc;
  background-color: #fff;
	border-radius: 6px;
  transition-duration: 0s;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  color: #282828;
	border: 1px solid #666;
  background-color: #f5f5f5;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  font-weight: bold;
	border: 1px solid #666;
  background-color: #666;
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.pagination {
}
.pagination > li > a,
.pagination > li > span {
  padding: 8px 14px;
}
}

@media screen and (max-width: 767px){
.pagination {
}
.pagination > li > a,
.pagination > li > span {
  padding: 6px 12px;
}
}



/*　　お問い合わせフォーム
-------------------------------------------------------*/
.contact-rental {
	padding: 50px;
}
#error_message_area {
	padding: 20px;
	border: 2px solid #be1639;
}
.home-rental__item-box label {
	display: inline-block;
}
.privacy-box {
	width: 100%;
	height: 300px;
  padding: 10px;
  border: 1px solid #ccc;
}
.icon-required {
	display: inline-block;
	font-size: 1.2rem;
  font-weight: 400;
	line-height: 1.5;
	margin-right: 10px;
	padding: 2px 8px 2px;
	background-color: #cf1126;
	color: #fff;
	vertical-align:middle;
	border-radius: 3px;
}
.form-initialize {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contactForm {
}
.confirm-box .confirm-txt {
	display: none;
}
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
	border-radius: 0;}
.contactForm input[type="radio"] { 
	vertical-align: baseline;
}
.contactForm input[type="checkbox"] { 
	margin-right: 10px;
}
.contactForm .select-menu { 
	height: 40px;
	font-size: 1.6rem;
	line-height: 1.6;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
}
.contactForm textarea {
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm input[type="file"] {
	padding: 0;
	border: 0;
}
.contactForm .btn-box {
	padding-top: 30px;
	width: 640px;
	margin: auto;
	text-align: center;
}
.contactForm .btn-send {
	position: relative;
	-webkit-appearance: none;
	display: inline-block;
	min-width: 640px;
	margin: 20px auto 0;
	padding: 22px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border: 0;
	background: url("../images/common/arrow_01.png"), linear-gradient(to right, #7fb33a, #528e03);
	background-repeat: no-repeat, no-repeat;
	background-position: right 15px center, center;
	background-size: 8px auto, auto;
	transition-duration: 0.2s;
	cursor: pointer;
}
.contactForm .btn-send:hover {
  color: #fff;
	background-color: #1753ff;
	transform: scale(1.05);
}
.contactForm .btn-modify {
	position: relative;
	-webkit-appearance: none;
	display: inline-block;
	min-width: 640px;
	margin: 20px auto 0;
	padding: 22px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border: 0;
	background-color: #666;
	transition-duration: 0.2s;
	cursor: pointer;
}
.contactForm .btn-modify:hover {
	background-color: #898989;
	transform: scale(1.05);
}

@media screen and (min-width: 768px) and (max-width: 1270px){
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm input[type="radio"] {
	vertical-align: baseline;
}
.contactForm .select-menu {
	height: 40px;
	width: 80%;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
}
.contactForm textarea {
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm .btn-send,
.contactForm .btn-modify {
	min-width: 70%;
	padding: 18px;
	font-size: 1.6rem;
}
}

@media screen and (max-width: 767px){
.contact-rental {
	padding: 15px;
}
.contactForm th,
.contactForm td {
	font-size: 1.6rem;
}
.contactForm input {
	padding: 10px;
	font-size: 1.6rem;
	vertical-align:middle;
	border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm input[type="radio"] {
	vertical-align: baseline;
}
.contactForm .select-menu {
	height: 40px;
	width: 100%;
	font-size: 1.6rem;
	line-height:1.6;
	padding: 3px;
	border: 1px solid #ccc;
	background: #fff;
	border-radius: 0;
}
.contactForm textarea {
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  border: 1px solid #ccc;
	border-radius: 0;
}
.contactForm .btn-box {
	padding-top: 20px;
	text-align: center;
}
.privacy-box {
  padding: 10px;
}
.contactForm .btn-box {
	padding-top: 20px;
	width: 100%;
}
.contactForm .btn-send,
.contactForm .btn-modify {
	min-width: 90%;
	padding: 16px;
	font-size: 1.6rem;
}
}
