@charset "utf-8";

body {

	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.forPc {
	display: block;
}

.forSp {
	display: none;
}

.forSpSpace {
	display: none;
}

header {
	position: fixed;
	display: flex;
	max-width: 1280px;
	align-items: center;
	justify-content: space-between;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	top: 0px;
	left: 0px;
	right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	padding-right: 20px;
	padding-left: 20px;
	z-index: 10;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.logo {
	width: 200px;
}

.logo img {
	width: 100%;
	margin: 0px;
	padding: 0px;
	height: auto;
}

nav {
	display: flex;
	z-index: 10;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	top: 0px;
	max-width: 1280px;
}

.menu a,
.menu a:visited {
	font-size: 13px;
	line-height: 120%;
	color: #FFF;
	background-color: #107DE3;
	text-align: center;
	width: 11em;
	margin-right: 16px;
	border-radius: 12px;
	padding-top: 2px;
	height: 24px;
	font-weight: 400;
	margin-top: 7px;
	text-decoration: none;
	display: block;
	border: 1px solid #107DE3;
	transition: all 0.3s 0s ease;
}

.menu a:hover {
	color: #107DE3;
	font-weight: 600;
	background-color: #FFF;
}

.tel_group {
	display: flex;
}

.telMark {
	width: 20px;
	margin-right: 8px;
	margin-top: 12px;
}

.telMark img {
	height: auto;
	width: 100%;
}

.telephone {
	text-align: right;
}

.rubi {
	font-size: 11px;
	line-height: 120%;
	font-weight: 500;
	display: block;
}

.number {
	font-size: 17px;
	line-height: 120%;
	font-weight: 700;
}

.afterRubi {
	display: none;
}

.wrapper {
	max-width: 1280px;
	padding-top: 9vh;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F5F6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

/* ページタイトル */
.pageTtl {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #107DE3;
	padding-right: 8%;
	padding-left: 8%;
	background-image: url(../images/packer-car.svg);
	background-repeat: no-repeat;
	background-position: 88% bottom;
	background-size: 8%;
}

.shoulder {
	font-size: 1.1vw;
	line-height: 120%;
	font-weight: 700;
	color: #107DE3;
	padding-bottom: 1em;
}

h1.subTtl {
	font-size: 1.6vw;
	line-height: 120%;
	font-weight: 500;
	padding-bottom: 0.3em;
}

.mainTtl {
	font-size: 2.1vw;
	line-height: 120%;
	font-weight: 700;
	padding-bottom: 1em;
}

/* 左右84％ */
main {
	width: 100%;
	background-color: #F2F5F6;
	padding-right: 8%;
	padding-left: 8%;
	padding-top: 1.8vh;
	padding-bottom: 10vh;
}

/* 状態 */
.situation {
	width: 40%;
	margin-bottom: 5%;
}

.situation img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
}

/* === コンテンツ-タイトル === */

h2 {
	font-size: 2vw;
	line-height: 120%;
	font-weight: 500;
	margin-bottom: 5%;
	display: inline-block;
	padding-left: 0.4em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #2358A1;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
}

h3 {
	font-size: 3vw;
	line-height: 120%;
	font-weight: 300;
	text-align: center;
	margin-bottom: 2.5%;
	padding-bottom: 1.5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h3.leftTitle {
	font-size: 2vw;
	line-height: 120%;
	font-weight: 400;
	margin-bottom: 0%;
	padding-bottom: 0.5em;
	text-align: left;
	border-bottom-style: none;
}

h3.thanksTitle {
	font-size: 2.8vmin;
	line-height: 160%;
	font-weight: 400;
	margin-bottom: 0%;
	padding-bottom: 1.4em;
	text-align: center;
	border-bottom-style: none;
	padding-top: 1em;
}

.baseTxt {
	font-size: 1.4vw;
	line-height: 180%;
}

/* 下部ナビ */
.endNavbg {
	width: 100%;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

.endNav {
	display: flex;
	width: 100%;
	padding-left: 8%;
}

.endNav dt.top {
	font-size: 13px;
	font-weight: normal;
	padding-right: 0.5em;
	padding-top: 2px;
}

.endNav dd.endNavArw {
	width: 30px;
	background-image: url(../images/endNavArw.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	background-size: 18%;
}

.endNav dd.menuTxt,
.endNav dd.longTxt {
	font-size: 13px;
	font-weight: normal;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1px;
}


.endNav dt.top a,
.endNav dt.top a:visited,
.endNav dd.menuTxt a,
.endNav dd.menuTxt a:visited {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.endNav dt.top a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

/* フッター */
footer {
	display: flex;
	flex-wrap:wrap; 
	padding-top: 3.5vh;
	padding-bottom: 3vh;
	background-color: #FFF;
	width: 100%;
	padding-right: 8%;
	padding-left: 8%;
}

.f_logo {
	width: 90px;
	margin-right: 80px;
}

.f_logo img {
	height: auto;
	width: 100%;
}

.footerAdd {
	display: flex;
	flex-wrap:wrap;
	width: 80%;
}

.company {
	font-size: 13px;
	line-height: 120%;
	padding-bottom: 2vh;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}

.addTxt {
	font-size: 13px;
	line-height: 170%;
	padding-bottom: 0.05em;
	color: #333;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
}

.map a,
.map a:visited {
	font-size: 13px;
	line-height: 120%;
	color: #00B0DD;
	opacity: 1;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/maru-yajirushi.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16%;
	text-align: left;
	padding-left: 1.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
	display: inline-block;
	padding-top: 1px;
	height: 20px;
	margin-left: 20px;
}

.map a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.wide {
	width: 100%;
}

.space_r {
	margin-right: 16px;
}

.copyright {
	font-size: 13px;
	line-height: 120%;
	font-weight: 400;
	text-align: center;
	width: 100%;
	padding-top: 3vh;
	background-color: #FFF;
	padding-bottom: 5vh;
}

/* ページトップ */
.pageTop {
	position: fixed;
	right: 2%;
	bottom: 60px;
	height: 50px;
	width: 50px;
	cursor:pointer;
	opacity: 0.6;
}

.pageTop:hover {
	opacity: 1;
}

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

footer img {
	height: auto;
	width: 100%;
}

.width80_btm3per {
	width: 80%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}

.width80_btm6per {
	width: 80%;
	margin-right: auto;
	margin-bottom: 6%;
	
	margin-left: auto;
}

.gray {
	color: #999;
}



@media screen and (max-width: 767.98px){ /*768-992*/

	
	

.forPc {
	display: none;
}

.forSp {
	display: block;
}

.forSpSpace {
	display: block;
	height: 1.6em;
}

header {
	position: fixed;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
	margin-right: auto;
	margin-left: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	border-bottom-width: 2px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.logo {
	width: 90%;
	padding-top: 8px;
	padding-left: 12px;
	margin-top: 0px;
	height: auto;
}

.logo img {
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: auto;
	vertical-align: top;
}

nav {
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	z-index: 10;
	padding-top: 0px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	top: 0px;
	max-width: 1280px;
}

.menu a,
.menu a:visited {
	font-size: 11px;
	line-height: 120%;
	color: #FFF;
	background-color: #107DE3;
	text-align: center;
	width: 10em;
	margin-right: 8px;
	border-radius: 12px;
	padding-top: 4px;
	height: 24px;
	font-weight: 400;
	margin-top: 7px;
	text-decoration: none;
	display: block;
	border: 1px solid #107DE3;
	transition: all 0.3s 0s ease;
	margin-bottom: 2px;
	margin-left: 8px;
}

.menu a:hover {
	color: #FFF;/*#107DE3*/
	font-weight: 400;/*600*/
	background-color: #107DE3;/*#FF*/
}

.tel_group {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 4px;
}

.telMark {
	width: 20px;
	margin-right: 8px;
	margin-top: 6px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.telMark img {
	height: auto;
	width: 100%;
}

.telephone {
	display: flex;
	text-align: left;
	/*width: 80%;*/
	padding-top: 6px;
}

.rubi {
	font-size: 11px;
	line-height: 120%;
	font-weight: 500;
	display: none;
}

.number {
	font-size: 17px;
	line-height: 120%;
	font-weight: 700;
}

.number a,
.number a:visited {
	color: #333;
	text-decoration: none;
}

.afterRubi {
	display: block;
	font-size: 13px;
	padding-left: 0.8em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.wrapper {
	max-width: 100%;
	padding-top: 22vh;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #F2F5F6;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
}

/* ページタイトル */
.pageTtl {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #107DE3;
	padding-right: 8%;
	padding-left: 8%;
	background-image: url(../images/packer-car.svg);
	background-repeat: no-repeat;
	background-position: 88% bottom;
	background-size: 12%;
}

.shoulder {
	font-size: 4.6vw;
	line-height: 120%;
	font-weight: 700;
	color: #107DE3;
	padding-bottom: 0.5em;
}

h1.subTtl {
	font-size: 4.7vw;
	line-height: 140%;
	font-weight: 500;
	padding-bottom: 0.7em;
}

.mainTtl {
	font-size: 6.3vw;
	line-height: 120%;
	font-weight: 700;
	padding-bottom: 1.6em;
}

/* 左右84％ */
main {
	width: 100%;
	background-color: #F2F5F6;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 1.8vh;
	padding-bottom: 10vh;
}

/* 状態 */
.situation {
	width: 100%;
	margin-bottom: 6vh;
}

.situation img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
}

/* === コンテンツ-タイトル === */

h2 {
	font-size: 5vw;
	line-height: 120%;
	font-weight: 500;
	margin-bottom: 5vh;
	display: inline-block;
	padding-left: 0.4em;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #2358A1;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
}

h3 {
	font-size: 5vw;
	line-height: 120%;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2vh;
	padding-bottom: 2vh;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

h3.leftTitle {
	font-size: 4.6vw;
	line-height: 120%;
	font-weight: 400;
	margin-bottom: 0%;
	padding-bottom: 0.5em;
	text-align: left;
	border-bottom-style: none;
}

h3.thanksTitle {
	font-size: 3.7vw;
	line-height: 180%;
	font-weight: 400;
	margin-bottom: 0%;
	padding-bottom: 1.4em;
	text-align: center;
	border-bottom-style: none;
	padding-top: 1em;
}

.baseTxt {
	font-size: 3.5vw;
	line-height: 180%;
}

/* 下部ナビ */
.endNavbg {
	width: 100%;
	padding-bottom: 4px;
	padding-top: 4px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

.endNav {
	display: flex;
	width: 100%;
	padding-left: 8%;
}

.endNav dt.top {
	font-size: 13px;
	font-weight: normal;
	padding-right: 0.5em;
	padding-top: 2px;
}

.endNav dd.endNavArw {
	width: 30px;
	background-image: url(../images/endNavArw.png);
	background-repeat: no-repeat;
	background-position: center 7px;
	background-size: 18%;
}

.endNav dd.menuTxt,
.endNav dd.longTxt {
	font-size: 13px;
	font-weight: normal;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 1px;
}


.endNav dt.top a,
.endNav dt.top a:visited,
.endNav dd.menuTxt a,
.endNav dd.menuTxt a:visited {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.endNav dt.top a:hover {
	font-size: 13px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

/* フッター */
footer {
	display: flex;
	/*flex-wrap:wrap;*/
	flex-wrap:wrap-reverse;
	padding-top: 3.5vh;
	padding-bottom: 3vh;
	background-color: #FFF;
	width: 100%;
	padding-right: 8%;
	padding-left: 8%;
}

.f_logo {
	width: 90px;
	margin-right: auto;
	margin-top: 60px;
	margin-left: auto;
}

.f_logo img {
	height: auto;
	width: 100%;
}

.footerAdd {
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	padding-top: 3vh;
}

.company {
	font-size: 13px;
	line-height: 120%;
	padding-bottom: 2vh;
	margin-bottom: 0px;
	font-weight: bold;
	margin-left: 0px;
	padding-left: 0px;
	text-align: left;
}

.addTxt {
	font-size: 13px;
	line-height: 170%;
	padding-bottom: 0.05em;
	color: #333;
	text-align: left;
	font-weight: bold;
	padding-top: 4px;
}

.map a,
.map a:visited {
	font-size: 13px;
	line-height: 120%;
	color: #00B0DD;
	opacity: 1;
	text-decoration: none;
	text-align: left;
	background-image: url(../images/maru-yajirushi.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16%;
	text-align: left;
	padding-left: 1.8em;
	font-weight: bold;
	margin-bottom: 0.5em;
	display: inline-block;
	padding-top: 1px;
	height: 20px;
	margin-left: 0px;
}

.map a:hover {
	opacity: 0.5;
	text-decoration: none;
}

.wide {
	width: 100%;
}

.space_r {
	margin-right: 16px;
}

.copyright {
	font-size: 13px;
	line-height: 120%;
	font-weight: 400;
	text-align: center;
	width: 100%;
	padding-top: 7vh;
	padding-bottom: 3.5vh;
}

/* ページトップ */
.pageTop {
	position: fixed;
	right: 2%;
	bottom: 60px;
	height: 50px;
	width: 50px;
	cursor:pointer;
	opacity: 0.6;
}

.pageTop:hover {
	opacity: 1;
}

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

footer img {
	height: auto;
	width: 100%;
}

.width80_btm3per {
	width: 80%;
	margin-right: auto;
	margin-bottom: 3%;
	margin-left: auto;
}

.width80_btm6per {
	width: 100%;
	margin-right: auto;
	margin-bottom: 6%;
	margin-left: auto;
}

.gray {
	color: #999;
}
















}


