@charset "UTF-8";
/* ===================================================================
CSS information

file name	: common.css
author		 : Abilive
style info : 基本・共通設定
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
#footer {
	background: #0b50a2;
}

#footer .con_footer {
	max-width: 1780px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 768px) {
	#footer .con_footer {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer {
		padding: 1.5em 0;
	}
}

@media only screen and (min-width: 1025px) {
	#footer .con_footer {
		width: 96%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_footer {
		width: 94%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer {
		width: 91.14583%;
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#footer .con_footer .logo_f {
	max-width: 192px;
}

@media only screen and (min-width: 1025px) {
	#footer .con_footer .logo_f {
		width: 192px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_footer .logo_f {
		width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .logo_f {
		width: 40%;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer .logo_f {
		margin-bottom: 1em;
	}
}

#footer .con_footer .logo_f a {
	display: block;
}

#footer .con_footer #copyright {
	letter-spacing: 0.06em;
	font-family: 'Hind Guntur', sans-serif;
	color: #fff;
	line-height: 1;
}

@media only screen and (min-width: 1025px) {
	#footer .con_footer #copyright {
		font-size: 107%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .con_footer #copyright {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	#footer .con_footer #copyright {
		font-size: 75%;
	}
}

@media only screen and (min-width: 1025px) {
	.tmp_main_txt {
		line-height: 2.35294;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_main_txt {
		line-height: 2.1875;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_main_txt {
		line-height: 2.1875;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_catch {
		line-height: 2.1875;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_catch {
		line-height: 2;
	}
}

.tmp_slider {
	position: relative;
	margin-bottom: 0;
}

.tmp_slider *:focus {
	outline: none;
}

.tmp_slider.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.tmp_slider .slick-list {
	height: 100%;
}

.tmp_slider .slick-track {
	height: 100%;
}

.tmp_slider > .slide {
	height: 100%;
}

.tmp_slider > .slide:not(:first-child) {
	display: none;
}

.tmp_slider .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 3;
}

@media only screen and (min-width: 1441px) {
	.tmp_slider .slick-dots {
		bottom: 40px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_slider .slick-dots {
		bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider .slick-dots {
		bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .slick-dots {
		bottom: 1.5em;
	}
}

.tmp_slider .slick-dots li {
	cursor: pointer;
	display: block;
}

@media only screen and (min-width: 768px) {
	.tmp_slider .slick-dots li {
		width: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .slick-dots li {
		width: 2em;
	}
}

.tmp_slider .slick-dots li span {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	border-radius: 100px;
	background-color: #ccc;
}

@media only screen and (min-width: 768px) {
	.tmp_slider .slick-dots li span {
		width: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .slick-dots li span {
		width: 0.75em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_slider .slick-dots li span {
		height: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .slick-dots li span {
		height: 0.75em;
	}
}

.tmp_slider .slick-dots li.slick-active span {
	background-color: #f05b3f;
}

.tmp_slider .slick-list {
	overflow: visible;
}

.tmp_slider.dots_right .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 3;
}

@media only screen and (min-width: 1441px) {
	.tmp_slider.dots_right .slick-dots {
		bottom: 40px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_slider.dots_right .slick-dots {
		bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider.dots_right .slick-dots {
		bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_right .slick-dots {
		bottom: 1.5em;
	}
}

.tmp_slider.dots_right .slick-dots li {
	cursor: pointer;
	display: block;
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_right .slick-dots li {
		width: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_right .slick-dots li {
		width: 2em;
	}
}

.tmp_slider.dots_right .slick-dots li span {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	border-radius: 100px;
	background-color: #ccc;
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_right .slick-dots li span {
		width: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_right .slick-dots li span {
		width: 0.75em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_right .slick-dots li span {
		height: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_right .slick-dots li span {
		height: 0.75em;
	}
}

.tmp_slider.dots_right .slick-dots li.slick-active span {
	background-color: #f05b3f;
}

@media only screen and (min-width: 1025px) {
	.tmp_slider.dots_right .slick-dots {
		right: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider.dots_right .slick-dots {
		right: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_right .slick-dots {
		right: 1.5em;
	}
}

.tmp_slider.dots_center .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 3;
}

@media only screen and (min-width: 1441px) {
	.tmp_slider.dots_center .slick-dots {
		bottom: 40px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_slider.dots_center .slick-dots {
		bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider.dots_center .slick-dots {
		bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_center .slick-dots {
		bottom: 1.5em;
	}
}

.tmp_slider.dots_center .slick-dots li {
	cursor: pointer;
	display: block;
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_center .slick-dots li {
		width: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_center .slick-dots li {
		width: 2em;
	}
}

.tmp_slider.dots_center .slick-dots li span {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	border-radius: 100px;
	background-color: #ccc;
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_center .slick-dots li span {
		width: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_center .slick-dots li span {
		width: 0.75em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_center .slick-dots li span {
		height: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_center .slick-dots li span {
		height: 0.75em;
	}
}

.tmp_slider.dots_center .slick-dots li.slick-active span {
	background-color: #f05b3f;
}

.tmp_slider.dots_center .slick-dots {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tmp_slider.dots_left .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	z-index: 3;
}

@media only screen and (min-width: 1441px) {
	.tmp_slider.dots_left .slick-dots {
		bottom: 40px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_slider.dots_left .slick-dots {
		bottom: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider.dots_left .slick-dots {
		bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_left .slick-dots {
		bottom: 1.5em;
	}
}

.tmp_slider.dots_left .slick-dots li {
	cursor: pointer;
	display: block;
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_left .slick-dots li {
		width: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_left .slick-dots li {
		width: 2em;
	}
}

.tmp_slider.dots_left .slick-dots li span {
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	border-radius: 100px;
	background-color: #ccc;
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_left .slick-dots li span {
		width: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_left .slick-dots li span {
		width: 0.75em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_slider.dots_left .slick-dots li span {
		height: 10px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_left .slick-dots li span {
		height: 0.75em;
	}
}

.tmp_slider.dots_left .slick-dots li.slick-active span {
	background-color: #f05b3f;
}

@media only screen and (min-width: 1025px) {
	.tmp_slider.dots_left .slick-dots {
		left: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider.dots_left .slick-dots {
		left: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider.dots_left .slick-dots {
		left: 1.5em;
	}
}

.tmp_slider .label {
	position: absolute;
	background-color: rgba(240, 91, 63, 0.8);
	z-index: 4;
	color: #fff;
	line-height: 1.6;
}

@media only screen and (min-width: 1441px) {
	.tmp_slider .label {
		padding: 20px 40px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_slider .label {
		padding: 20px 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider .label {
		padding: 25px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label {
		padding: 1em 1.5em;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_slider .label {
		font-size: 88%;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label {
		font-size: 88%;
	}
}

@media only screen and (min-width: 1441px) {
	.tmp_slider .label.lt {
		left: -20px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_slider .label.lt {
		left: -15px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider .label.lt {
		left: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label.lt {
		left: -0.7em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_slider .label.lt {
		top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label.lt {
		top: 1em;
	}
}

@media only screen and (min-width: 1025px) {
	.tmp_slider .label.lb {
		left: -20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider .label.lb {
		left: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label.lb {
		left: -0.7em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_slider .label.lb {
		bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label.lb {
		bottom: 1em;
	}
}

@media only screen and (min-width: 1025px) {
	.tmp_slider .label.rt {
		right: -20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider .label.rt {
		right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label.rt {
		right: -0.7em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_slider .label.rt {
		top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label.rt {
		top: 1em;
	}
}

@media only screen and (min-width: 1025px) {
	.tmp_slider .label.rb {
		right: -20px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider .label.rb {
		right: -15px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label.rb {
		right: -0.7em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_slider .label.rb {
		bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_slider .label.rb {
		bottom: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_slider .label.size_s {
		padding: 15px 20px;
		font-size: 88%;
	}
	.tmp_slider .label.size_s.lb {
		bottom: 20px;
	}
}

.tmp_btn.nomal_btn {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	position: relative;
	border-radius: 4em;
	text-align: center;
	-webkit-transition: background-color .35s ease-in-out;
	transition: background-color .35s ease-in-out;
	background-color: #fff;
	border: 1px solid #666;
}

.tmp_btn.nomal_btn a,
.tmp_btn.nomal_btn .pseudo_a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

@media only screen and (min-width: 1025px) {
	.tmp_btn.nomal_btn a,
	.tmp_btn.nomal_btn .pseudo_a {
		padding: 0 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_btn.nomal_btn a,
	.tmp_btn.nomal_btn .pseudo_a {
		padding: 0 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.nomal_btn a,
	.tmp_btn.nomal_btn .pseudo_a {
		padding: 0 2em;
	}
}

.tmp_btn.nomal_btn:after {
	font-family: "Ionicons";
	content: "\f3d3";
	font-weight: normal;
	position: absolute;
	right: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

@media only screen and (min-width: 768px) {
	.tmp_btn.nomal_btn {
		width: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.nomal_btn {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_btn.nomal_btn {
		height: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.nomal_btn {
		height: 4em;
	}
}

@media only screen and (min-width: 768px) {
	.tmp_btn.nomal_btn a span,
	.tmp_btn.nomal_btn .pseudo_a span {
		font-size: 107%;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.nomal_btn a span,
	.tmp_btn.nomal_btn .pseudo_a span {
		font-size: 107%;
	}
}

.mouse .tmp_btn.nomal_btn:hover,
.touch .tmp_btn.nomal_btn.touchstart {
	background-color: #666;
}

.mouse .tmp_btn.nomal_btn:hover a,
.mouse .tmp_btn.nomal_btn:hover .pseudo_a,
.touch .tmp_btn.nomal_btn.touchstart a,
.touch .tmp_btn.nomal_btn.touchstart .pseudo_a {
	color: #fff;
}

.mouse .tmp_btn.nomal_btn:hover:after,
.touch .tmp_btn.nomal_btn.touchstart:after {
	color: #fff;
}

.touch .tmp_btn.nomal_btn {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.touch .tmp_btn.nomal_btn.touchend {
	-webkit-transition-delay: 200ms;
	transition-delay: 200ms;
}

.tmp_btn.washi, .tmp_btn.rb {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	position: relative;
	border-radius: 4em;
	text-align: center;
	-webkit-transition: background-color .35s ease-in-out;
	transition: background-color .35s ease-in-out;
	max-width: 320px;
}

.tmp_btn.washi a,
.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
.tmp_btn.rb .pseudo_a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

@media only screen and (min-width: 1025px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		padding: 0 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		padding: 0 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		padding: 0 2em;
	}
}

.tmp_btn.washi:after, .tmp_btn.rb:after {
	font-family: "Ionicons";
	content: "\f3d3";
	font-weight: normal;
	position: absolute;
	right: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

@media only screen and (min-width: 1441px) {
	.tmp_btn.washi, .tmp_btn.rb {
		height: 60px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_btn.washi, .tmp_btn.rb {
		height: 50px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_btn.washi, .tmp_btn.rb {
		height: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.washi, .tmp_btn.rb {
		height: 3em;
	}
}

.tmp_btn.washi a,
.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
.tmp_btn.rb .pseudo_a {
	color: #fff;
}

@media only screen and (min-width: 1441px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		font-size: 113%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		font-size: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		font-size: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a, .tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		font-size: 88%;
	}
}

.tmp_btn.washi:after, .tmp_btn.rb:after {
	color: #fff;
	right: 1em !important;
}

.tmp_btn.washi {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	position: relative;
	border-radius: 4em;
	text-align: center;
	-webkit-transition: background-color .35s ease-in-out;
	transition: background-color .35s ease-in-out;
	background: #cb695f;
	background: -webkit-gradient(linear, left top, left bottom, from(#cb695f), color-stop(50%, #b34d42));
	background: linear-gradient(180deg, #cb695f 0%, #b34d42 50%);
}

.tmp_btn.washi a,
.tmp_btn.washi .pseudo_a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

@media only screen and (min-width: 1025px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a {
		padding: 0 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a {
		padding: 0 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.washi a,
	.tmp_btn.washi .pseudo_a {
		padding: 0 2em;
	}
}

.tmp_btn.washi:after {
	font-family: "Ionicons";
	content: "\f3d3";
	font-weight: normal;
	position: absolute;
	right: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

.tmp_btn.washi a,
.tmp_btn.washi .pseudo_a {
	padding: 0 !important;
}

.tmp_btn.rb {
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4;
	position: relative;
	border-radius: 4em;
	text-align: center;
	-webkit-transition: background-color .35s ease-in-out;
	transition: background-color .35s ease-in-out;
	background: #3b9366;
	background: -webkit-gradient(linear, left top, left bottom, from(#3b9366), color-stop(50%, #297950));
	background: linear-gradient(180deg, #3b9366 0%, #297950 50%);
}

.tmp_btn.rb a,
.tmp_btn.rb .pseudo_a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	text-decoration: none;
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

@media only screen and (min-width: 1025px) {
	.tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		padding: 0 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		padding: 0 1.5em;
	}
}

@media only screen and (max-width: 767px) {
	.tmp_btn.rb a,
	.tmp_btn.rb .pseudo_a {
		padding: 0 2em;
	}
}

.tmp_btn.rb:after {
	font-family: "Ionicons";
	content: "\f3d3";
	font-weight: normal;
	position: absolute;
	right: 2em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .35s ease-in-out;
	transition: color .35s ease-in-out;
}

.tmp_btn.rb a,
.tmp_btn.rb .pseudo_a {
	padding: 0 !important;
}

@media only screen and (max-width: 767px) {
	.time_st {
		text-align: center;
		margin-bottom: 1.5em;
	}
}

@media only screen and (min-width: 1441px) {
	.time_st.narrow .tit {
		padding: 15px 0;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.time_st.narrow .tit {
		padding: 10px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.time_st.narrow .tit {
		padding: 10px 0;
	}
}

@media only screen and (max-width: 767px) {
	.time_st.narrow .tit {
		padding: 0;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1259px) {
	.time_st.narrow .tit {
		padding: 5px 0;
	}
}

.time_st.center {
	text-align: center;
}

.time_st .tit {
	letter-spacing: .15em;
	display: block;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {
	.time_st .tit {
		padding: 15px 0;
	}
}

@media only screen and (max-width: 767px) {
	.time_st .tit {
		padding: 0;
	}
}

@media only screen and (min-width: 1441px) {
	.time_st .tit {
		font-size: 188%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.time_st .tit {
		font-size: 163%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.time_st .tit {
		font-size: 150%;
	}
}

@media only screen and (max-width: 767px) {
	.time_st .tit {
		font-size: 150%;
	}
}

.time_st .time {
	letter-spacing: 0.06em;
	font-family: 'Hind Guntur', sans-serif;
	color: #ff3633;
	font-weight: 700;
	position: relative;
	display: inline-block;
	line-height: 1.2;
	padding: 0 .8em;
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.time_st .time {
		margin-bottom: 27px;
	}
}

@media only screen and (max-width: 767px) {
	.time_st .time {
		margin-bottom: 1.4em;
	}
}

@media only screen and (min-width: 1441px) {
	.time_st .time {
		font-size: 219%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.time_st .time {
		font-size: 188%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.time_st .time {
		font-size: 188%;
	}
}

@media only screen and (max-width: 767px) {
	.time_st .time {
		font-size: 188%;
	}
}

.time_st .time::before {
	content: "";
	width: 100%;
	background-color: #ff3633;
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

@media only screen and (min-width: 768px) {
	.time_st .time::before {
		height: 3px;
	}
}

@media only screen and (max-width: 767px) {
	.time_st .time::before {
		height: 0.1em;
	}
}

.time_st .time::after {
	content: "";
	background: url(../images/home/ic_fukidashi.png) no-repeat center/100%;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

@media only screen and (min-width: 768px) {
	.time_st .time::after {
		width: 12px;
	}
}

@media only screen and (max-width: 767px) {
	.time_st .time::after {
		width: 0.45em;
	}
}

@media only screen and (min-width: 768px) {
	.time_st .time::after {
		height: 27px;
	}
}

@media only screen and (max-width: 767px) {
	.time_st .time::after {
		height: 1.4em;
	}
}

@media only screen and (min-width: 768px) {
	.time_st .time::after {
		bottom: -24px;
	}
}

@media only screen and (max-width: 767px) {
	.time_st .time::after {
		bottom: calc( -1.4em + .3em);
	}
}
