@charset "utf-8";
/*
Theme Name: 非常用発電機 GENERAC（202103）
Theme URI:
Author:
*/

/* RESET */
/* -------------------------------------------------- */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent
}

body {
	line-height: 1;
	font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

li,
ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

ins {
	text-decoration: none
}

ins,
mark {
	background-color: #ff9;
	color: #000
}

mark {
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table,
td,
th {
	text-align: left;
	vertical-align: top;
	border-collapse: collapse
}

hr,
table,
td,
th {
	padding: 0;
	border: 0
}

hr {
	display: block;
	height: 1px;
	border-top: 1px solid #ccc;
	margin: 1em 0
}

input,
select {
	vertical-align: middle
}

strong {
	font-weight: 900
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%
}

img {
	-ms-interpolation-mode: bicubic;
}

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.clear {
	clear: both;
}

.cf:before,
.cf:after,
main:before,
main:after,
.entry:before,
.entry:after {
	content: " ";
	display: table;
}

.cf:after,
main:after,
.entry:after {
	clear: both;
}

.cf,
main,
.entry {
	*zoom: 1;
}

.cf:after,
main:after,
.entry:after {
	clear: both;
}


/* OUTLINE */
/* -------------------------------------------------- */
* {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
	color: #111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*font-feature-settings: 'palt';*/
}

html {
	font-size: 62.5%;
	/*scroll-behavior: smooth;*/
}

body {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-display: swap;
	overflow-x: hidden;
}

@media screen and (min-width: 769px) {
	body {
		font-size: 1.6rem;
	}
}

.en {
	font-family: 'Anton', sans-serif;
}

.cen {
	text-align: center !important;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */

/*objectfitをIE,EDGEにも対応*/
.imgCover {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

img {
	border: 0;
	vertical-align: bottom;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

@media screen and (max-width: 1200px) {
	img {
		max-width: 100%;
		height: auto;
	}

	a:hover > img {
		opacity: 1;
	}
}

.img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

.w100 {
	width: 100%;
	height: auto;
}

.contsIn {
	width: 94%;
	max-width: 1400px;
	margin: auto;
}

@media screen and (min-width:1400px) {
	.contsIn {
		width: 100%;
	}
}

.contsIn_2 {
	width: 94%;
	max-width: 1200px;
	margin: auto;
}

@media screen and (min-width:1200px) {
	.contsIn_2 {
		width: 100%;
	}
}

.marker {
	background: linear-gradient(transparent 66%, #fff100 0%);
}

.clrOg {
	color: #fe6000;
}

#wrapper {
	width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 1024px) {
	.sp {
		display: none;
	}
}
@media screen and (max-width: 1023px) {
	.pc {
		display: none;
	}
}

/* -------------------------------------------------- */
/* header */
/* -------------------------------------------------- */

.header {
	padding: 15px 30px;
	position: relative;
	z-index: 11;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


@media screen and (min-width:1024px)and (max-width:1080px) {
	.header {
		padding: 15px 20px;
	}
}

@media screen and (max-width:1023px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		height: 69px;
	}
}

@media screen and (max-width:770px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		height: 60px;
		padding: 15px 0 15px 15px;
	}
}

.logoArea{
	position: relative;
}

.logoArea a {
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease-in-out;
}

.logoArea a:hover {
	opacity: 0.7;
}

.hLogo {
	width: 100px;
	margin-bottom: 5px;
	line-height: 28px;
}

@media screen and (min-width:1024px) {
	.hLogo {
		width: 110px;
		margin-bottom: 9px;
		line-height: 32px;
	}
}

@media screen and (max-width:1023px) {
	.hLogo,
	.logoBot {
		display: inline-block;
		vertical-align: middle;
	}
}

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

	.hLogo,
	.logoBot {
		vertical-align: middle;
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.hLogo {
		width: 163px;
	}
}

@media screen and (min-width:375px) and (max-width:767px) {
	.hLogo {
		width: 80px;
		margin-right: 4px;
	}
}

@media screen and (max-width:374px) {
	.hLogo {
		display: none;
	}
}

.logoTxt {
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 900;
}

.logoTxt .pcSmall {
	display: none;
}

#recommend{
	position: absolute;
	display: inline-block;
	top: -14px;
	left: 0;
	font-size: 1.2rem;
	font-weight: inherit;
}

@media screen and (min-width:1024px) and (max-width:1374px){
	#recommend{
		width: 166px;
		top: -22px;
	}
}

@media screen and (max-width:450px) {
	#recommend{
		font-size: 1.0rem;
	}
}

@media screen and (max-width:1023px) {
	.logoTxt {
		display: inline-block;
		font-size: 1.4rem;
		font-weight: 900;
	}

	#recommend{
		position:inherit;
		display: block;
	}
}

.is-fixed .logoTxt {
	font-size: 1.6rem;
}

@media screen and (max-width:1458px) {
	.is-fixed .logoTxt {
		font-size: 1.2rem;
	}

	.logoBot .logoTxt {
		font-size: 1.4rem;
	}
}

@media screen and (min-width:1024px) and (max-width:1374px) {
	.logoBot .logoTxt {
		font-size: 1.5rem;
		line-height: 1.3;
	}

	.logoBot .logoTxt span{
		display: none;
	}
	.logoTxt .pcSmall {
		display: inline-block;
	}
}


@media screen and (min-width:375px) and (max-width:767px) {
	.hLogo {
		width: 80px;
		margin-right: 4px;
	}

	.logoBot .logoTxt,
	#recommend{
		font-size: 1.0rem;
		letter-spacing: -0.05em;
	}
}

@media screen and (max-width:374px) {
	.logoBot .logoTxt {
		font-size: 1.1rem;
	}
}

.logoTxt02,
.logoTxt02 .head {
	font-weight: 900;
}

.logoTxt02 {
	text-align: center;
	font-size: 0.8rem;
}

@media screen and (min-width:768px) {
	.logoTxt02 {
		font-size: 1.1rem;
	}
}

@media screen and (min-width:1024px) {
	.logoTxt02 {
		font-size: 0.8rem;
	}
}

.logoTxt02 .head {
	font-size: 0.6rem;
}

@media screen and (min-width:768px) {
	.logoTxt02 .head {
		font-size: 0.9rem;
	}
}

@media screen and (min-width:1024px) {
	.logoTxt02 .head {
		font-size: 0.6rem;
	}
}

@media screen and (min-width:1080px) {
	.logoTxt02 {
		font-size: 1.2rem;
	}

	.logoTxt02 .head {
		font-size: 0.9rem;
	}
}

.headConts {
	display: none;
}

@media screen and (min-width:1024px) {
	.headConts {
		display: block;
	}
}

.navArea {
	float: left;
	margin-right: 18px;
	padding-top: 16px;
}

@media screen and (min-width:1024px)and (max-width:1080px) {
	.navArea {
		margin-right: 5px;
	}
}

.is-fixed .navArea {
	margin-right: 0px;
}

@media screen and (min-width:1300px) {
	.is-fixed .navArea {
		margin-right: 18px;
	}
}

/* -------------------------------------------------- */
/* スクロール時出現するナビ */
/* -------------------------------------------------- */

.is-fixed {
	position: fixed;
	top: -100px;
	left: 0;
	z-index: 1000;
	width: 100%;
	padding: 15px 20px;
	opacity: 0;
	background: #f6f3f3;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}


.is-fixed .hLogo,
.is-fixed .logoBot {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width:1610px) {
	.is-fixed .hLogo,
	.is-fixed .logoBot {
		display: block;
	}

	.is-fixed .logoTxt {
		font-size: 1.4rem;
	}
}

@media screen and (max-width:1100px) {
	.is-fixed .logoTxt {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:1023px) {
	.is-fixed  {
		display: none;
	}
}

.is-fixed .hLogo {
	width: 88px;
	margin-right: 6px;
	margin-bottom: 0;
	line-height: 1;
}

@media screen and (min-width:1100px) {
	.is-fixed .hLogo {
		width: 110px
	}
}

@media screen and (min-width:1280px) {
	.is-fixed .hLogo {
		margin-right: 10px;
	}
}

.is-fixed .logoTxt {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}

.is-fixed .logoTxt02 {
	display: none;
}

.is-fixed .headConts {
	top: 16px;
}

.is-fixed .headRt {
	width: auto;
}

.is-fixed .navArea {
	padding-top: 10px;
}

.is-fixed .subNav,
.is-fixed .strLst {
	display: none;
}

.is-fixed .btnMail {
	float: right;
}

.is-fixed .hTel_area {
	float: left;
	margin-right: 14px;
}

.is-fixed .btnMail {
	margin-bottom: 0;
}

.is-fixed .telTime {
	margin-bottom: 0;
}

.is-fixed .linkMail {
	width: 114px;
	height: 45px;
	font-size: 1.2rem;
	line-height: 45px;
	box-shadow: none;
}

@media screen and (min-width:1180px) {
	.is-fixed .linkMail {
		width: 128px;
		font-size: 1.4rem;
	}
}

.is-fixed .linkMail:after {
	display: none;
}

.is-fixed .linkMail:hover {
	transform: translateY(0);
	background: #951620;
}

/* -------------------------------------------------- */
/* グローバルナビ-pc */
/* -------------------------------------------------- */

@media screen and (min-width:1024px) {
	.headerR-sp {
		display: none;
	}

	.mainNav ul {
		font-size: 0;
	}

	.mainNav li {
		display: inline-block;
		vertical-align: middle;
		font-size: 1.3rem;
	}

	li.mNav01 {
/*		padding-bottom: 26px;*/
		transition: all .3s ease-in-out;
		cursor: pointer;
	}

/*
	.gNav_parent > li {
		margin-top: -26px;
	}

	.gNav_parent > li.mNav01 {
		margin-top: 0;
	}
*/

	.is-fixed .mainNav li {
		font-size: 1.2rem;
	}



	.gNav_parent > li:not(:first-child) > a
	{
		border-left: 1px solid #a6a6a6;
	}

	.mainNav li a {
		position: relative;
		display: block;
		padding: 2px 12px;
		font-weight: 900;
		transition: all .3s ease-in-out;
	}

	.mainNav li span {
		position: relative;
		display: block;
		padding: 2px 12px 37px 12px;
		margin-bottom: -37px;
		font-weight: 900;
		transition: all .3s ease-in-out;
	}

	.is-fixed .mainNav li a {
		padding: 2px 6px;
	}

	.mainNav li a:hover,
	.mainNav li.mNav01:hover span {
		color: #e4701e;
	}

	li.mNav01 span:after {
		content: "";
		position: absolute;
		bottom: 15px;
		left: 50%;
		width: 8px;
		height: 8px;
		margin-left: -6px;
		border-right: 1px solid #ec5400;
		border-bottom: 1px solid #ec5400;
		transform: rotate(45deg);
	}

/*
	li.mNav01:hover span:after {
		bottom: 16px;
		transform: rotate(-135deg);
	}
*/

	/* dropdown */
	.dropdown {
		position: absolute;
		top: 139px;
		left: 0;
		z-index: 11;
		width: 100%;
		padding: 30px 20px;
		background-color: rgba(241, 243, 231, 0.95);
		visibility: hidden;
		opacity: 0;
		transition: all .3s ease-in-out;
		text-align: center;
	}

	.is-fixed .dropdown {
		top: 58px !important;
	}

	.gNav_parent li:hover .dropdown {
		visibility: visible;
		opacity: 1.0;
	}

	.dropdown li {
		border: none !important;
	}

	.dropdown li:not(:nth-last-of-type(1)) {
		margin-right: 24px;
	}

	.dropdown li:before {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 10px;
		background-color: #bc9d82;
		border-radius: 50%;
		vertical-align: 2px;
		opacity: 0;
		transition: all .4s ease-in-out;
	}

	.gNav_parent li:hover .dropdown li:before {
		opacity: 1.0;
	}

	.navChild {
		display: inline !important;
		padding: 0 !important;
		font-weight: 400 !important;
		visibility: hidden;
		opacity: 0;
		transition: all .4s ease-in-out;
	}

	.gNav_parent li:hover .navChild {
		visibility: visible;
		opacity: 1.0;
	}
}

@media screen and (min-width:1480px) {
	.is-fixed .mainNav li {
		font-size: 1.5rem;
	}
}

@media screen and (min-width:1080px) {
	.mainNav li a {
		padding: 2px 8px;
	}
}

@media screen and (min-width:1180px) {
	.mainNav li a {
		padding: 2px 18px;
	}
}

@media screen and (min-width:1180px) {
	.is-fixed .mainNav li a {
		padding: 2px 12px;
	}
}

@media screen and (min-width:1380px) {
	.is-fixed .mainNav li a {
		padding: 2px 18px;
	}
}

@media screen and (min-width:1024px) and (max-width:1210px) {
	.mainNav li {
		font-size: 1.2rem;
	}

	.mainNav li a {
		padding: 2px 10px;
	}
}

@media screen and (min-width:1285px) {
	.mainNav li {
		font-size: 1.5rem;
	}
}

/* ナビ上段 */
/* -------------------------------------------------- */

@media screen and (min-width:1024px) {

	.subNav {
		margin-bottom: 20px;
		padding: 0 16px 25px 0;
		border-bottom: 1px solid #e0e0e0;
	}

	.subNav ul {
		text-align: right;
		font-size: 0;
	}

	.subNav li {
		display: inline-block;
		padding-left: 8px;
		font-size: 1.3rem;
		background: url("img/common/arrow_header.png") no-repeat left center;
	}

	.subNav li:not(:nth-last-of-type(1)) {
		margin-right: 20px;
	}

	.subNav li a {
		transition: all .3s ease-in-out;
	}

	.subNav li a:hover {
		color: #ec5400;
	}
}

@media screen and (min-width:1024px) and (max-width:1210px) {
	.subNav li {
		font-size: 1.2rem;
	}
}

/* お問い合わせボタンエリア */
/* -------------------------------------------------- */

@media screen and (min-width:1024px) {

	.headRt {
		float: right;
		width: 240px;
	}

	.btnMail {
		margin-bottom: 6px;
	}

	.linkMail {
		position: relative;
		display: block;
		width: 240px;
		height: 35px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 35px;
		letter-spacing: 0.05em;
		text-align: center;
		color: #fff;
		background: #cb0e1d;
		box-shadow: 0 3px 0 #951620;
		border-radius: 5px;
		transition: all .3s ease-in-out;
	}

	.linkMail:hover {
		transform: translateY(3px);
		box-shadow: none;
	}

	.linkMail:before,
	.linkMail:after {
		content: "";
	}

	.linkMail:before {
		display: inline-block;
		width: 16px;
		height: 12px;
		margin-right: 6px;
		background: url("img/common/icon_mail.png") no-repeat 0 0 / 100%;
		vertical-align: -2px;
	}

	.linkMail:after {
		position: absolute;
		top: 50%;
		right: 8px;
		width: 7px;
		height: 7px;
		margin-top: -3px;
		border-right: 1px solid #fff;
		border-top: 1px solid #fff;
		transform: rotate(45deg);
	}

	.hTelNum,
	.hTelNum span.telLink {
		font-size: 3.0rem;
		letter-spacing: 0.08em;
		color: #000;
	}

	.is-fixed .hTelNum span.telLink {
		font-size: 2.0rem;
	}

	.hTelNum span.telLink:before {
		content: "";
		display: inline-block;
		width: 14px;
		height: 22px;
		margin-right: 6px;
		background: url("img/common/icon_tel_bk.png") no-repeat 0 0 / 100%;
		vertical-align: -4px;
	}

	.telTime {
		margin-bottom: 4px;
		padding-left: 28px;
		font-size: 1.2rem;
		font-weight: 900;
		letter-spacing: 0.08em;
	}

	.is-fixed .telTime {
		font-size: 0.8rem;
	}

	.strLst {
		font-size: 0;
		text-align: center;
	}

	.strLst li {
		display: inline-block;
		padding: 5px 9px 7px;
		font-size: 1.0rem;
		font-weight: 900;
		color: #fff;
		background: #e4701e;
	}

	.strLst li:not(:nth-last-of-type(1)) {
		margin-right: 1px;
	}
}

@media screen and (min-width:1080px) {
	.is-fixed .hTelNum span.telLink {
		font-size: 2.3rem;
	}
}

@media screen and (min-width:1300px) {
	.is-fixed .hTelNum span.telLink {
		font-size: 3.0rem;
	}
}

@media screen and (min-width:1180px) {
	.is-fixed .hTelNum span.telLink {
		font-size: 2.6rem;
	}
	.hTelNum span.telLink:before {
		width: 17px;
		vertical-align: middle;
	}

	.is-fixed .telTime {
		font-size: 0.9rem;
	}

	.is-fixed .telTime {
		font-size: 1.0rem;
	}
}

@media screen and (min-width:1300px) {
	.is-fixed .telTime {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:1150px) {
	.headRt {
		width: 200px;
	}

	.linkMail {
		width: 200px;
	}

	.hTelNum,
	.hTelNum span.telLink {
		font-size: 2.6rem;
	}

	.telTime {
		font-size: 1rem;
	}

	.strLst li {
		padding: 4px;
		font-size: 0.9rem;
		letter-spacing: -0.05em;
	}

	.dropdown {
		top: 132px;
	}
}

/* -------------------------------------------------- */
/* グローバルナビ-sp */
/* -------------------------------------------------- */

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

	.h-menu {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 9999;
		width: 60px;
		height: 60px;
		background-color: #e4701e;
	}

	.h-menu .menuTrigger,
	.h-menu .menuTrigger span {
		display: inline-block;
		border-radius: 4px;
		box-sizing: border-box;
		transition: all .4s;
	}

	.h-menu .menuTrigger {
		position: relative;
		width: 60px;
		height: 60px;
	}

	.h-menu .menuTrigger span {
		position: absolute;
		left: 50% !important;
		width: 36px;
		height: 2px;
		border-radius: 4px;
		transform: translateX(-50%);
	}

	.h-menu .menuTrigger span:nth-of-type(1) {
		top: 18px;
		background: #FFF;
	}

	.h-menu .menuTrigger span:nth-of-type(2) {
		top: 25px;
		background: #FFF;
	}

	.h-menu .menuTrigger span:nth-of-type(3) {
		top: 32px;
		background: #FFF;
	}

	.h-menu .menuTrigger.active span:nth-of-type(1) {
		transform: translate(-50%, 6px) rotate(-45deg);
	}

	.h-menu .menuTrigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.h-menu .menuTrigger.active span:nth-of-type(3) {
		transform: translate(-50%, -8px) rotate(45deg);
	}

	#m-trigger01,
	#m-trigger02 {
		top: 43px;
		left: inherit;
		width: 100%;
		font-size: 1.2rem;
		font-weight: 600;
		text-align: center;
		color: #fff;
	}

	.h-menu .menuTrigger .hide {
		display: none;
	}

	/* == global nav for sp == */

	#g-nav-wrap-sp {
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: calc(100vh - 60px);
		background-color: #fff;
	}

	.g-nav-conts {
		height: 100%;
		padding: 0;
		padding-block-end: 70px;
		-webkit-padding-block-end: 70px;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.g-nav-top {
		margin-bottom: 8px;
		padding: 5%;
	}

	.sp-nav-child {
		/*display: none;*/
		border-top: 1px solid #fff;
	}

	.g-nav-sp:nth-of-type(3) {
		margin-bottom: 32px;
	}

	.g-nav-frst {
		margin-bottom: 1px;
	}

	.g-nav-sp li {
		border-bottom: 1px solid #fff;
	}

	.g-nav-main li {
		width: 49.8%;
		float: left;
	}

	.g-nav-main li:nth-of-type(even) {
		float: right;
	}

	.sp-nav-child li:nth-last-of-type(1) {
		border: none;
	}

	.g-nav-sp li a {
		display: block;
		padding: 20px 5%;
		font-size: 1.1rem;
	}

	.g-nav-sp li a.long {
		padding: 14.5px 5%;
	}

	.g-nav-frst li a {
		padding: 20px 2.5%;
	}

	.pg-link {
		position: relative;
		background-color: #f2ede9;
	}

	.g-nav-frst .pg-link {
		background-color: #ffe7d4;
	}

	.sp-nav-child a {
		position: relative;
		/* background-color: #f4f3e7; */
		background-color: #eeddd0;
	}

	.pg-link:after,
	.sp-nav-child a:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 5%;
		width: 4px;
		height: 4px;
		border-top: 1px solid #ec4900;
		border-right: 1px solid #ec4900;
		border-bottom: none;
		transform: translateY(-50%) rotate(45deg);
		transition: all .3s ease-in-out;
	}

	.g-nav-frst .pg-link:after {
		display: none;
	}

	.g-nav-sp01 .pg-link:after,
	.sp-nav-child a:after {
		right: 2.5%;
	}

	.link-u {
		position: relative;
		display: inline-block;
		width: 260px;
		height: 60px;
		font-size: 1.8rem;
		font-weight: 900;
		color: #fff;
		line-height: 60px;
		background: #cb0e1d;
		border-radius: 10px;
	}

	.link-u:before,
	.link-u:after {
		content: "";
	}

	.link-u:before {
		display: inline-block;
		width: 22px;
		height: 16px;
		margin-right: 8px;
		background: url("img/common/icon_mail.png") no-repeat 0 0 / 100%;
	}

	.linkCnt:after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}

	.g-nav-sp-sub {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.g-nav-sp-sub li {
		width: 100%;
		margin-bottom: 24px;
	}

	.g-nav-sp-sub li a {
		display: block;
		font-size: 1.2rem;
	}

	.g-nav-sp-sub li a.g-nav-sp-sub04 {
		font-size: 1.24rem;
	}

	.g-nav-sp-sub li a:before {
		content: "";
		display: inline-block;
		width: 6px;
		height: 6px;
		border-top: 1px solid #ec5400;
		border-right: 1px solid #ec5400;
		margin-right: 10px;
		vertical-align: 1px;
		transform: rotate(45deg);
	}

	@media screen and (max-width:767px) {
		.g-nav-sp li a.long {
			padding: 12.5px 5%;
		}
	}


	/* お問い合わせボタンエリア */
	/* -------------------------------------------------- */
	.gNav_sup {
		width: 90%;
		margin: auto;
		padding: 30px 0;
		border: 3px solid #edebe9;
	}

	.cntArea {
		font-size: 0;
		text-align: center;
	}

	.hTel_area,
	.btnMail {
		display: block;
		vertical-align: middle;
	}

	.hTel_area {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.hTelNum a {
		padding-left: 20px;
		font-size: 3.0rem;
		letter-spacing: 0.08em;
		background: url("img/common/icon_tel_bk.png") no-repeat left center / 17px;
	}

	.telTime {
		font-size: 1.2rem;
		padding-left: 28px;
		letter-spacing: 0.08em;
	}

	.linkMail {
		position: relative;
		display: inline-block;
		width: 260px;
		height: 60px;
		font-size: 1.8rem;
		font-weight: 900;
		letter-spacing: 0.08em;
		color: #fff;
		line-height: 60px;
		background: #cb0e1d;
		border-radius: 10px;
		box-shadow: 0 5px 0 #951620;
	}

	.linkMail:before,
	.linkMail:after {
		content: "";
	}

	.linkMail:before {
		display: inline-block;
		width: 22px;
		height: 16px;
		margin-right: 8px;
		background: url("img/common/icon_mail.png") no-repeat 0 0 / 100%;
	}

	.linkMail:after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
}

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

	.h-menu,
	.h-menu .menuTrigger {
		width: 69px;
		height: 69px;
	}
}

@media screen and (max-width:768px) {
	.h-menu .menuTrigger span:nth-of-type(1) {
		top: 13px;
		background-color: #fff;
	}

	.h-menu .menuTrigger span:nth-of-type(2) {
		top: 20px;
		background-color: #fff;
	}

	.h-menu .menuTrigger span:nth-of-type(3) {
		top: 27px;
		background-color: #fff;
	}
}

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

	#m-trigger01,
	#m-trigger02 {
		top: 38px;
	}
}

@media screen and (max-width:768px) {
	#g-nav-wrap-sp {
		top: 60px;
		height: calc(100vh - 69px);
	}
}

@media screen and (max-width:375px) {
	.g-nav-sp li a {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:600px) {
	.g-nav-sp li a {
		font-size: 1.5rem;
	}
}

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

	.pg-link:after,
	.sp-nav-child a:after {
		width: 8px;
		height: 8px;
		border-top: 2px solid #ec4900;
		border-right: 2px solid #ec4900;
	}
}

@media screen and (max-width:600px) {
	.g-nav-sp-sub li a {
		font-size: 1.3rem;
	}
}

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

	.gNav_sup {
		padding: 24px 0 30px
	}

	.hTel_area,
	.btnMail {
		display: inline-block;
	}

	.hTel_area {
		margin-right: 0;
		margin-bottom: 10px;
	}

	.telTime {
		padding: 0;
	}
}


/* -------------------------------------------------- */
/* 追尾バナー */
/* -------------------------------------------------- */
.bnrArea {
	width: 100%;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 11;
	padding: 10px 20px 10px 10px;
	background: #eee;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
}

.bnrArea_rt,
.bnrArea_head {
	display: inline-block;
	vertical-align: middle;
}

.bnrArea_rt {
	text-align: center;
}

.bnrArea_head {
	position: relative;
	margin-right: 15px;
	padding: 43px 23px 42px 25px;
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 0.05em;
	background: #fff;
}

.bnrArea_head:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 5px;
	height: 70px;
	background: #ec5400;
	margin-top: -35px;
}


.bnrArea_head {
	display: none;
}

.bnrList {
	display: none;
}

.linkBnr {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 35px;
	padding: 0 10px;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #cb0e1d;
	border: 1px solid #cb0e1d;
	border-radius: 5px;
	box-shadow: 0 5px 0 #951620;
	transition: all .3s ease-in-out;
}

.linkBnr:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 12px;
	margin-right: 6px;
	background: url("img/common/icon_mail.png") no-repeat 0 0 / 100%;
}

.linkBnr:hover {
	transform: translateY(5px);
	box-shadow: none;
}

.bnrTel_num span.telLink,
.bnrTel_num a {
	font-size: 3.0rem;
	letter-spacing: 0.04em;
	color: #000!important;
}

.bnrTel {
	display: inline-block;
	vertical-align: middle;
}

.bnrTel_num {
	margin-bottom: 4px;
}

/*
.bnrTel_num a {
	pointer-events: none;
}
*/

.bnrTel_num span.telLink:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 23px;
	margin-right: 5px;
	background: url("img/common/icon_tel_bk.png") no-repeat left bottom / 100%;
	vertical-align: 1px;
}

.bnrTel_time {
	padding-left: 1.5em;
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}

.bnrList {
	font-size: 0;
}

.bnrList li {
	display: inline-block;
	margin-right: 1px;
	padding: 6px 8px;
	font-size: 1.0rem;
	color: #fff;
	background: #ec5400;
}

.bnrList li:nth-last-of-type(1) {
	margin-right: 0;
}

.btnBnr {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

@media screen and (max-width:375px) {
	.bnrTel_num span.telLink,
	.bnrTel_num a {
		font-size: 7.5vw!important;
		color: #000!important;
	}
	
	.linkBnr {
		font-size:3.733vw;
	}
}

@media screen and (min-width:1024px) {
	.bnrArea {
		width: auto;
		display: block;
		text-align: left;
		bottom: 15px;
	}
	
	.bnrArea_head {
		display: inline-block;
	}
	
	.bnrList {
		display: block;
	}
	
	.btnBnr {
		display: block;
		margin-right: 0px;
	}
	
	.linkBnr {
		padding: 0;
		margin-bottom: 15px;
	}
	
	.bnrTel {
		display: inline-block;
		margin-bottom: 9px;
	}
}

/* -------------------------------------------------- */
/* footer */
/* -------------------------------------------------- */

footer {
	clear: both;
	padding-bottom: 90px;
}

.footConts {
	margin-bottom: 30px;
	padding: 60px 0;
	background: #eee;
}

@media screen and (min-width:1024px) {
	footer {
		padding-bottom: 30px;
	}
	
	.footConts {
		padding: 100px 0 100px;
	}
}

.footLt {
	display: inline-block;
}

@media screen and (max-width:600px) {
	.footLt {
		width: 100%;
	}
}

.fLogo {
	width: 196px;
	margin: 0 auto 30px;
}

@media screen and (min-width:600px) {
	.fLogo {
		width: 245px;
		margin-bottom: 30px;
	}
}

.fLogo a {
	transition: all .3s ease-in-out;
}

.fLogo a:hover {
	opacity: 0.7;
}

.fTxt {
	display: inline-block;
	margin-bottom: 14px;
/*	padding: 10px 14px;*/
	font-size: 1.4rem;
	font-weight: 900;
/*	border: 1px solid #000;*/
}

.comName {
	margin-bottom: 15px;
	font-size: 1.6rem;
	font-weight: 900;
	letter-spacing: 0.05em;
}

.fInfo {
	font-size: 1.3rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
}

@media screen and (min-width:1024px) {
	.fInfo {
		font-size: 1.5rem;
	}
}

.footRt {
	float: right;
}

@media screen and (max-width:767px) {
	.footRt {
		display: none;
	}
}

.footRt ul {
	float: left;
	margin-right: 30px;
}

@media screen and (max-width:1023px) {
	.footRt ul:nth-last-of-type(1) {
		margin-right: 0;
	}
}

@media screen and (min-width:1024px) {
	.footRt ul {
		margin-right: 100px;
	}
}

.footRt ul li {
	margin-bottom: 15px;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
}

@media screen and (min-width:1024px) {
	.footRt ul li {
		font-size: 1.5rem;
	}
}

.footRt ul li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 10px;
	border-top: 1px solid #e4701e;
	border-right: 1px solid #e4701e;
	transform: rotate(45deg);
	vertical-align: 2px;
}

.footRt ul li:nth-last-of-type(1) {
	margin-bottom: 0;
}

.footRt ul li a {
	transition: all .3s ease-in-out;
}

.footRt ul li a:hover {
	color: #e4701e;
}

.copy {
	padding-left: 3%;
	font-size: 1.3rem;
	text-align: center;
}

@media screen and (min-width:1024px) {
	.copy {
		text-align: left;
	}
}

@media screen and (min-width:1280px) {
	.copy {
		padding-left: 0;
		text-align: center;
	}
}

.pageTop {
	position: relative;
	float: right;
	width: 50px;
	height: 50px;
	background: #000;
	cursor: pointer;
	transition: all .3s ease-in-out;
}

.pageTop:hover {
	opacity: 0.7;
}

.ptImg {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -7px;
}

/* -------------------------------------------------- */
/* 共通コンテンツ */
/* -------------------------------------------------- */

.contsBody {
	margin-bottom: 80px;
}

@media screen and (min-width:1024px) {
	.contsBody {
		margin-bottom: 150px;
	}
}

.subSec_head {
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 20px;
	font-size: 2.4rem;
	font-weight: 900;
	letter-spacing: 0.05em;
	color: #121212;
	border-bottom: 3px solid #e4701e;
}

@media screen and (min-width:375px) and (max-width:1023px) {
	.subSec_head {
		text-indent: -15px;
		padding-left: 33px;
	}
}

@media screen and (min-width:768px) {
	.subSec_head {
		font-size: 2.6rem;
	}
}

@media screen and (min-width:1024px) {
	.subSec_head {
		font-size: 3.6rem;
	}
}

.subSec_head>.en {
	display: inline-block;
	margin-right: 12px;
	font-size: 5.2rem;
	color: #e4701e;
	vertical-align: -4px;
}

@media screen and (min-width:768px) {
	.subSec_head>.en {
		margin-right: 26px;
		font-size: 5.4rem;
	}
}

@media screen and (min-width:1024px) {
	.subSec_head>.en {
		font-size: 7.5rem;
	}
}

.subSec_head>.asterisk{
	margin:0 0 0 12px;
	font-size:1.2rem;
	font-weight: normal;
	color: #000;
	white-space: nowrap;
}

@media screen and (min-width:768px) {
	.subSec_head>.asterisk {
		margin:0 0 0 12px;
		font-size: 1.4rem ;
	}
}

@media screen and (min-width:1024px) {
	.subSec_head>.asterisk {
		margin:0 0 0 12px;
	font-size:1.6rem;
	font-weight: normal;
	color: #000;
	}
}

.supHead {
	position: relative;
	z-index: 0;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-size: 2.6rem;
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: 0.05em;
	color: #e4701e;
	border-bottom: 5px solid #fbebde;
}

@media screen and (min-width:768px) {
	.supHead {
		padding-bottom: 27px;
		font-size: 2.8rem;
	}
}

@media screen and (min-width:1024px) {
	.supHead {
		font-size: 3.2rem;
		line-height: 1.0;
	}
}

.supHead:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	z-index: 1;
	width: 120px;
	height: 5px;
	background: #e4701e;
}

.secConts_head {
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 2.0rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #e4701e;
}

@media screen and (max-width:1023px) {
	.secConts_head {
		line-height: 1.3;
		text-indent: -16px;
		padding-left: 16px;
	}
}

.secConts_head:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 8px;
	height: 8px;
	background: #e4701e;
	border-radius: 50%;
	vertical-align: 3px;
}

/* -------------------------------------------------- */
/* ボタン */
/* -------------------------------------------------- */

.linkBtn {
	position: relative;
	display: inline-block;
	height: 60px;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 60px;
	letter-spacing: 0.05em;
	color: #fff;
	background: #e4701e;
	border: 1px solid #e4701e;
	border-radius: 5px;
	box-shadow: 0 5px 0 #b55008;
	transition: all .3s ease-in-out;
}

@media screen and (min-width:1024px) {
	.linkBtn {
		height: 70px;
		font-size: 1.8rem;
		line-height: 70px;
	}
}

.linkBtn:before,
.linkBtn:after {
	content: "";
}

.linkBtn:before {
	display: inline-block;
}

.linkBtn:after {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 7px;
	height: 7px;
	margin-top: -3px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}

.linkBtn:hover {
	transform: translateY(5px);
	box-shadow: none;
}

/* -------------------------------------------------- */
/* お問い合わせPC */
/* -------------------------------------------------- */
@media screen and (min-width:1024px) {

	.cntSet {
		display: flex;	
		padding: 10px;
		background: #e0e0e0;
	}

	.cntSet_bot {
		margin-bottom: 80px;
	}

	.cntSet_box {
		background: #fff;
		border-radius: 5px;
	}

	.cntSet_1 {
		padding: 24px 20px 20px;
		width: 100%;
		margin: 0 10px 10px 0;
	}

	.cntSet_rt {
		width: 100%;
	}

	.cntSet_1Head {
		position: relative;
		top: 50%;
		transform: translate(0 ,-50%);
		font-size: 2.0rem;
		font-weight: 900;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}

	.cntSet_1Head br {
		display: none;
	}

	.cntSet_list li:nth-last-of-type(1) {
		margin-right: 0;
	}

	.sdtRt_top {
		margin-bottom: 10px;
		font-size: 0;
		text-align: right;
		letter-spacing: -0.4em;
	}

	.sdtRt_top .cntSet_box {
		display: inline-block;
		vertical-align: top;
		width: 33%;
		margin-right: 0.5%;
		padding: 26px 15px 24px;
		text-align: center;
		letter-spacing: normal;
	}

	.sdtRt_top .cntSet_3 {
		padding: 26px 15px 24px;
	}

	.sdtRt_top .cntSet_4 {
		margin-right: 0;
		padding: 20px 25px !important;
	}

	.cntSet_boxHead {
		margin-bottom: 18px;
		font-size: 1.7rem;
		font-weight: 900;
		letter-spacing: 0.05em;
	}

	.cntSet_boxHead:after {
		content: "";
		display: block;
		width: 38px;
		height: 5px;
		margin: 9px auto 0;
		background: #e4701e;
	}

	.cntSet_2_Txt {
		margin-bottom: 5px;
		font-size: 1.2rem;
		font-weight: 900;
		letter-spacing: 0.05em;
	}

	.cntSet_2_Tel {
		margin-bottom: 3px;
	}

	.telLink,
	.telLink a {
		font-family: 'Anton', sans-serif;
		font-size: 3.4rem;
		letter-spacing: 0.02em;
		color: #cb0e1d;
	}

	.cntSet_2_Tel:before {
		content: "";
		display: inline-block;
		width: 19px;
		height: 25px;
		margin-right: 5px;
		background: url("img/common/icon_tel_r.png") no-repeat 0 0 / 100%;
	}

	.cntSet_2_Time {
		font-size: 1.2rem;
		font-weight: 900;
		letter-spacing: 0.05em;
	}

	.linkCnt {
		position: relative;
		width: 260px;
		height: 70px;
		display: inline-block;
		margin: auto;
		font-size: 1.8rem;
		font-weight: 900;
		line-height: 70px;
		color: #fff;
		background: #cb0e1d;
		border: 1px solid #cb0e1d;
		border-radius: 10px;
		box-shadow: 0 5px 0 #951620;
		transition: all .3s ease-in-out;
	}

	.linkCnt:before,
	.linkCnt:after {
		content: "";
	}

	.linkCnt:before {
		display: inline-block;
		width: 22px;
		height: 16px;
		margin-right: 8px;
		background: url("img/common/icon_mail.png") no-repeat 0 0 / 100%;
		vertical-align: -2px;
	}

	.linkCnt:after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}

	.linkCnt:hover {
		transform: translateY(5px);
		box-shadow: none;
	}

	.cntSet_4_Head {
		margin-bottom: 12px;
		font-size: 1.6rem;
		font-weight: 900;
		letter-spacing: 0.01em;
	}

	.cntSet_4_Head span {
		font-size: 2.0rem;
		font-weight: 900;
		color: #f10e20;
		vertical-align: -2px;
	}

	.cntSet_4_Head:before,
	.cntSet_4_Head:after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 20px;
		background: #ec5400;
		vertical-align: -4px;
	}

	.cntSet_4_Head:before {
		margin-right: 10px;
		transform: rotate(-30deg);
	}

	.cntSet_4_Head:after {
		margin-left: 10px;
		transform: rotate(30deg);
	}

	.muryoList li {
		width: 100%;
		max-width: 240px;
		margin: 0 auto 6px;
		padding: 5px 0 7px 54px;
		text-align: left;
		background: #76c926;
	}

	.muryoList li:nth-last-of-type(1) {
		margin-bottom: 0;
	}

	.muryoList li span {
		position: relative;
		font-size: 1.6rem;
		font-weight: 900;
		color: #053702;
	}

	.muryoList li.mL_gap span {
		letter-spacing: 0.62em;
	}

	.muryoList li span:before {
		position: absolute;
		top: 50%;
		left: -37px;
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-top: -13px;
		background: url("img/common/icon_muryo.png") no-repeat 0 0 / 100%;
	}

	.linkFaq {
		width: 100%;
		height: 45px;
		line-height: 45px;
		border: 1px solid #e4701e;
	}

	.linkFaq:before {
		width: 22px;
		height: 22px;
		margin-right: 6px;
		background: url("img/common/icon_hatena_s.png") no-repeat 0 0 / 100%;
		vertical-align: -4px;
	}

	.linkFaq:after {
		margin-top: -2px;
	}
}

@media screen and (min-width:1024px) and (min-width:1280px) {
	.cntSet_1 {
		width: 32.6%;
		margin-bottom: 0;
	}

	.cntSet_rt {
		width: 66.6%;
	}

	.linkCnt {
		width: 100%;
	}

	.muryoList li {
		width: 100%;
		margin-bottom: 6px;
	}
}

@media screen and (min-width:1024px) and (min-width:1400px) {
	.cntSet_1Head br {
		display: inline-block;
	}

	.cntSet_list li {
		padding: 12px 30px;
	}

	.sdtRt_top .cntSet_box {
		padding: 26px 0 24px;
	}

	.sdtRt_top .cntSet_3 {
		padding: 26px 0 28px;
	}

	.telLink,
	.telLink a {
		font-size: 4.0rem;
	}

	.cntSet_2_Time {
		font-size: 1.4rem;
	}

	.linkCnt {
		width: 260px;
	}

	.cntSet_4_Head {
		font-size: 1.8rem;
	}

	.cntSet_4_Head span {
		font-size: 2.5rem;
	}

	.cntSet_4_Head:before {
		margin-right: 16px;
	}

	.cntSet_4_Head:after {
		margin-left: 16px;
	}

	.muryoList li {
		padding: 5px 0 7px 82px;
	}
}

@media screen and (max-width:1400px) { 
	.cntSet {
		flex-wrap: wrap;
	}
	.cntSet_1 {
		width: 100%;
	}
	.cntSet_rt {
		width: 100%;
	}
	.cntSet_1{
		margin: 0 0 10px 0;
	}
	.cntSet_1Head{
		text-align: center;
	}
}


/* -------------------------------------------------- */
/* お問い合わせSP */
/* -------------------------------------------------- */

@media screen and (max-width:1023px) {
	.cntSet {
		padding: 10px 10px 15px 10px;
		background: #e0e0e0;
	}

	.cntSet_bot {
		margin-bottom: 60px;
	}

	.cntSet_box {
		background: #fff;
		border-radius: 5px;
	}

	.cntSet_1 {
		padding: 24px 20px 20px;
		width: 100%;
		margin-bottom: 10px;
	}

	.cntSet_rt {
		width: 100%;
	}

	.cntSet_1Head {
		margin: 0 auto;
		padding-bottom: 10px;
		font-size: 2.0rem;
		font-weight: 900;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}

	.cntSet_1Head br {
		display: none;
	}

	.cntSet_list li:nth-last-of-type(1) {
		margin-right: 0;
	}

	.sdtRt_top {
		margin-bottom: 10px;
		font-size: 0;
		text-align: right;
	}

	.sdtRt_top .cntSet_box {
		display: inline-block;
		vertical-align: top;
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		padding: 26px 0 24px;
		text-align: center;
	}

	.sdtRt_top .cntSet_3 {
		padding: 26px 20px 28px;
	}

	.sdtRt_top .cntSet_4 {
		margin-right: 0;
		margin-bottom: 0;
		padding: 20px;
	}

	.cntSet_boxHead {
		margin-bottom: 18px;
		font-size: 1.7rem;
		font-weight: 900;
		letter-spacing: 0.05em;
	}

	.cntSet_boxHead:after {
		content: "";
		display: block;
		width: 38px;
		height: 5px;
		margin: 9px auto 0;
		background: #e4701e;
	}

	.cntSet_2_Txt {
		margin-bottom: 5px;
		font-size: 1.2rem;
		font-weight: 900;
		letter-spacing: 0.05em;
	}

	.telLink,
	.telLink a {
		margin-bottom: 3px;
		font-family: 'Anton';
		font-size: 4.0rem;
		letter-spacing: 0.02em;
		color: #cb0e1d;
	}

	.cntSet_2_Tel:before {
		content: "";
		display: inline-block;
		width: 19px;
		height: 25px;
		margin-right: 5px;
		background: url("img/common/icon_tel_r.png") no-repeat 0 0 / 100%;
	}

	.cntSet_2_Time {
		font-size: 1.4rem;
		font-weight: 900;
		letter-spacing: 0.05em;
	}

	.linkCnt {
		position: relative;
		width: 100%;
		max-width: 260px;
		height: 70px;
		display: inline-block;
		font-size: 1.8rem;
		font-weight: 900;
		line-height: 70px;
		color: #fff;
		background: #cb0e1d;
		border-radius: 10px;
		box-shadow: 0 5px 0 #951620;
		transition: all .3s ease-in-out;
	}

	.linkCnt:before,
	.linkCnt:after {
		content: "";
	}

	.linkCnt:before {
		display: inline-block;
		width: 22px;
		height: 16px;
		margin-right: 8px;
		background: url("img/common/icon_mail.png") no-repeat 0 0 / 100%;
	}

	.linkCnt:after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		margin-top: -3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}

	.linkCnt:hover {
		transform: translateY(5px);
		box-shadow: none;
	}

	.cntSet_4_Head {
		margin-bottom: 12px;
		font-size: 1.8rem;
		font-weight: 900;
		letter-spacing: 0.01em;
	}

	.cntSet_4_Head span {
		font-size: 2.5rem;
		font-weight: 900;
		color: #f10e20;
		vertical-align: -2px;
	}

	.cntSet_4_Head:before,
	.cntSet_4_Head:after {
		content: "";
		display: inline-block;
		width: 1px;
		height: 20px;
		background: #ec5400;
		vertical-align: -4px;
	}

	.cntSet_4_Head:before {
		margin-right: 16px;
		transform: rotate(-30deg);
	}

	.muryoList li {
		width: 100%;
		max-width: 260px;
		margin: 0 auto 6px;
		padding: 6px 0 8px 84px;
		text-align: left;
		background: #76c926;
	}

	.muryoList li:nth-last-of-type(1) {
		margin: 0 auto;
	}

	.muryoList li span {
		position: relative;
		font-size: 1.6rem;
		font-weight: 900;
		color: #053702;
	}

	.muryoList li.mL_gap span {
		letter-spacing: 0.62em;
	}

	.muryoList li span:before {
		position: absolute;
		top: 50%;
		left: -37px;
		content: "";
		display: inline-block;
		width: 30px;
		height: 30px;
		margin-top: -13px;
		background: url("img/common/icon_muryo.png") no-repeat 0 0 / 100%;
	}

	.linkFaq {
		position: relative;
		display: inline-block;
		width: 100%;
		height: 45px;
		font-size: 1.8rem;
		font-weight: 900;
		letter-spacing: 0.05em;
		color: #fff;
		line-height: 45px;
		background: #e4701e;
		border-radius: 5px;
		box-shadow: 0 5px 0 #b55008;
		transition: all .3s ease-in-out;
	}

	.linkFaq:before,
	.linkFaq:after {
		content: "";
	}

	.linkFaq:before {
		display: inline-block;
		width: 22px;
		height: 22px;
		margin-right: 6px;
		background: url("img/common/icon_hatena.png") no-repeat 0 0 / 100%;
		vertical-align: -4px;
	}

	.linkFaq:after {
		position: absolute;
		top: 50%;
		right: 10px;
		width: 7px;
		height: 7px;
		margin-top: -2px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(45deg);
	}
}

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

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

@media screen and (max-width:960px) {
	.cntSet_4_Head:before {
		margin-right: 12px;
	}
}

.cntSet_4_Head:after {
	margin-left: 16px;
	transform: rotate(30deg);
}

@media screen and (max-width:960px) {
	.cntSet_4_Head:after {
		margin-left: 12px;
	}
}

.cntSet_mb {
	margin-bottom: 120px;
}


/* -------------------------------------------------- */
/* サブページ */
/* -------------------------------------------------- */

/* ページタイトル */
/* -------------------------------------------------- */
.pageTtl_wrap {
	position: relative;
	width: 100%;
	height: 176px;
	margin: 55px 0 40px;
	padding-top: 54px;
	text-align: center;
	background: url("img/common/bg_sub_mv@sp.jpg") no-repeat center top / cover;
}

.pageTtl {
	font-size: 2.6rem;
	font-weight: 900;
	color: #fff;
}

@media screen and (min-width:375px) {
	.pageTtl {
		font-size: 2.9rem;
	}
}

@media screen and (min-width:768px) {
	.pageTtl_wrap {
		height: 198px;
		margin: 60px 0 90px;
		padding-top: 68px;
	}

	.pageTtl {
		font-size: 3.7rem;
	}
}

@media screen and (min-width:1024px) {
	.pageTtl_wrap {
		height: 220px;
		margin-top: 0;
		margin-bottom: 90px;
		padding-top: 90px;
		background: url("img/common/bg_sub_mv.jpg") no-repeat center top / cover;
	}

	.pageTtl {
		font-size: 4.2rem;
	}
}

/* パンくず */
/* -------------------------------------------------- */
.linkPath {
	position: absolute;
	bottom: 0;
	left: 0;
}

.linkPath ul li,
.linkBrd {
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
}

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

	.linkPath ul li,
	.linkBrd {
		padding: 0 18px;
	}
}

.linkPath ul li.btnBrd {
	padding: 0;
}

.linkPath ul li {
	position: relative;
	z-index: 0;
	float: left;
	margin-right: 19px;
	font-size: 1.0rem;
	color: #e4701e;
}

@media screen and (min-width:768px) {
	.linkPath ul li {
		margin-right: 29px;
		font-size: 1.4rem;
	}
}

.linkPath ul li.btnBrd_2 {
	background: #fbebde;
}

.linkPath ul li.btnBrd_3 {
	background: #fdf8f3;
}

.linkPath ul li:before,
.linkPath ul li:after {
	content: "";
	position: absolute;
}

.linkPath ul li:before {
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 40px 0;
}

@media screen and (min-width:600px) {
	.linkPath ul li:before {
		left: -30px;
		border-width: 0 30px 40px 0;
	}
}

.linkPath ul li.btnBrd_2:before {
	border-color: transparent #fbebde transparent transparent;
}

.linkPath ul li.btnBrd_3:before {
	border-color: transparent #fdf8f3 transparent transparent;
}

.linkPath ul li:after {
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 20px;
}

@media screen and (min-width:600px) {
	.linkPath ul li:after {
		right: -30px;
		border-width: 40px 0 0 30px;
	}
}

.linkPath ul li.btnBrd_2:after {
	border-color: transparent transparent transparent #fbebde;
}

.linkPath ul li.btnBrd_3:after {
	border-color: transparent transparent transparent #fdf8f3;
}

.linkPath ul li a {
	position: relative;
	z-index: 1;
	display: inline-block;
	font-size: 1.0rem;
	color: #e4701e;
	background: #e4701e;
}

@media screen and (min-width:600px) {
	.linkPath ul li a {
		font-size: 1.4rem;
	}
}

.linkPath ul li a.linkBrd {
	color: #fff;
}

.linkPath ul li.btnBrd_2 a {
	background: #fbebde;
}

.linkPath ul li a:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: -20px;
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 0 0 20px;
	border-color: transparent transparent transparent #e4701e;
}

@media screen and (min-width:600px) {
	.linkPath ul li a:after {
		right: -30px;
		border-width: 40px 0 0 30px;
	}
}

.linkPath ul li.btnBrd_2 a:after {
	border-color: transparent transparent transparent #fbebde;
}

.linkPath ul li a:hover {
	text-decoration: underline;
}
