body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* = NavBar
-------------------------------------------------------------- */

/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-sq{
	border-radius: 0px;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-sm{
	font-size:18px!important;
}




.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}


/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-caption-center{
	top: 50%;
	bottom: initial;
	transform: translateY(-50%);
}

.hide-indicators{
	display:none;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1170px;
}
.img-style{
	width:585px;
}
.img-top-ttl--style{
	width:655px;
}
.top-img-bg{
	background-image:url("img/top_bis_img_01.png");
	background-size:370px 330px;
}
.img-top-bis-img--style{
	width:385px;
	height:auto;
}
.top-img-btn{
	position:absolute;
	z-index:100;
	bottom:63px;
	right:54px;
}
.img-fit-sanyu{
	height:390px;
}
.top-img-btn-yomantei{
	bottom:100px;
	right:54px;
	position:absolute;
}
.top-img-btn-fit{
	position:absolute;
	right:54px;
	bottom:68px;
}
.top-img-btn-fit-2{
	position:absolute;
	bottom:36px;
	right:54px;
}
.top-img-btn-sanyu{
	position:absolute;
	bottom:52px;
	right:54px;
}
.img-23-style{
	width:631px;
}
.form-row{
	flex-direction:row;
	flex-wrap:nowrap;
	align-items:center;
	margin-bottom:30px;
}
.label-style{
	width:15%;
	height:54px;
	line-height:54px;
	background-size:10px auto;
	padding-bottom:0px;
	margin-bottom:0px;
}
.img-form-btn--style{
	width:50px;
	height:24px;
}
.label-hissu{
	background-size:length;
}
.field-style{
	width:96.27%;
	height:54px;
	margin-left:50px;
	background-color:#FEFFFE;
	border-color:#FEFFFE!important;
	border-style:solid;
	border-width:1px 1px 1px 1px;
}
.kojin{
	height:230px;
	overflow:scroll;
	margin-top:50px;
	border-style:solid;
	border-color:#CCCCCC!important;
	background-color:#FEFFFE;
	padding:50px 50px 50px 50px;
	border-width:1px 1px 1px 1px;
}
.doi{
	text-align:center;
	margin-top:50px;
	margin-bottom:70px;
}
.soshin{
	width:330px;
	height:96px;
	font-size:16px;
	line-height:86px;
	background-color:#C8151D;
	color:#FEFFFE!important;
	margin:auto auto auto auto;
}
.soshin-icon{
	padding-top:32px;
}
.footer-link{
	font-size:16px;
	padding-bottom:30px;
}
.p-style{
	font-size:12px;
	line-height:12px;
	letter-spacing:1px;
}
.navbar-brand img{
	width:46px;
}
.nav-box{
	height:60px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.logo-box{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 50px;
}
.nav-menu-box{
	background-color:#DA0007;
	color:#FEFFFE!important;
	font-size:18px;
	text-align:center;
	line-height:60px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.menu-list-02{
	background-color:#BC0000;
	width:17vw;
}
.menu-list-01{
	height:250px;
	color:#FEFFFE!important;
}
.menu-list-00{
	width:17vw;
}
.mv-p{
	padding:0px 0px 0px 0px;
}
.p-bloc-2-style{
	line-height:36px;
}
.top-txt-box{
	background-color:#F8F7F7;
	background-size:auto auto;
	padding-bottom:150px;
}
.top-ttl{
	margin-top:160px;
}
.top-txt-box-mp{
	padding-top:150px;
	padding-bottom:130px;
}
.top-ttl-bus{
	margin-top:200px;
	margin-bottom:100px;
}
.top-ttl-con{
	margin-top:200px;
}
.contact-box{
	background-color:#F7F7F7;
	margin-bottom:300px;
}
.ft-box{
	background-color:#F7F7F7;
	padding-top:55px;
	padding-bottom:30px;
	margin-top:200px;
}
.p-bloc-7-style{
	font-size:26px;
	line-height:26px;
}
.btn-style{
	font-weight:bold;
}
.btn-詳しく見る-style{
	font-weight:bold;
}
.ft-ttl{
	padding-bottom:30px;
	border-color:#C8151D!important;
	border-style:solid;
	margin-bottom:40px;
	border-width:0px 0px 1px 0px;
}
.ft-box-2{
	background-color:#F7F7F7;
}
.ft-copy{
	padding-top:30px;
	padding-bottom:30px;
}
.carousel-h{
	max-height:100vh;
}
.mv-h{
	min-height:100vh;
}
.img-about-mv-t-style{
	width:372px;
}
.h2-style{
	font-size:26px;
	line-height:26px;
	border-style:solid;
	border-color:#DA0007!important;
	margin:0px 0px 90px 0px;
	padding:30px 30px 30px 30px;
	border-width:0px 0px 1px 0px;
}
.about-ttl{
	font-weight:bold;
	color:#DA0007!important;
}
.p-3-style{
	line-height:36px;
	width:100%;
}
.about-box-bg{
	background-color:#F7F7F7;
	margin-bottom:150px;
}
.about-col{
	margin-top:90px;
}
.company-row{
	border-style:_NS:2040;
	border-color:#00A13C!important;
	height:100px;
	border-width:1px 0px 0px 0px;
}
.p-4-style{
	line-height:31px;
	font-size:21px;
	letter-spacing:3px;
	width:100%;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 100px;
}
.company-row-last{
	border-style:_NS:2040;
	border-color:#00A13C!important;
	height:100px;
	font-size:21px;
	border-width:1px 0px 1px 0px;
}
.company-dt{
	font-size:21px;
	margin:0px 0px 0px 0px;
}
.row-bg{
	background-color:#F7F7F7;
}
.pp-mv-bg{
	background-size:cover;
	height:250px;
}
.h2-プライバシーポリシー-style{
	font-size:34px;
	line-height:34px;
	font-weight:bold;
	background-position:center center;
}
.txt-red{
	color:#DA0007!important;
	font-weight:bold;
}
.jigyo-box{
	background-size:19px auto;
	background-repeat:no-repeat;
	width:340px;
	height:100px;
	line-height:100px;
	background-position:right center;
	flex-direction:row;
	align-items:center;
}
.jigyo-box-child{
	flex-wrap:nowrap;
	box-shadow:0px 11px 13px #00A03D;
}
.img-26-style{
	width:38px;
}
.jigyo-box-2{
	z-index:1000;
	background-color:#FEFFFE;
}
.top-img-linkbox{
	margin-top:-70px;
}
.top-img-linkbox-fit{
	margin-top:-62px;
}
.top-img-linkbox-tr{
	margin-top:-68px;
}
.p-21-style{
	font-size:16px;
	line-height:16px;
}
.ft-ttl-home{
	font-weight:bold;
}

/* = Colour
-------------------------------------------------------------- */


/* Text colour styles */

.tc-black{
	color:#000000!important;
}

/* Link colour styles */

.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}
.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}

/* Icon colour styles */

.icon-white{
	color:#FFFFFF!important;
	border-color:#FFFFFF!important;
}

/* Bloc image backgrounds */

.bg-about-mv{
	background-image:url("img/about_mv.jpg");
}
.bg-pp-mv{
	background-image:url("img/pp_mv.png");
}
.bg-pp-mv-sp{
	background-image:url("img/pp_mv_sp.png");
}



/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 991px){
	.container-div-style{
		flex-direction:column;
		align-items:flex-start;
	}
	.label-style{
		width:20.03%;
	}
	.label-hissu{
	}
	.field-style{
		width:96.27%;
	}
	.nav-box{
		height:90px;
		z-index:10000;
		padding:0.5rem 1rem 0.5rem 1rem;
	}
	.mv-p{
	}
	.nav-menu-box{
		z-index:1000;
		background-color:#FEFFFE;
		line-height:2em;
		padding:30px 30px 30px 30px;
	}
	.carousel-h{
		min-height:100vh;
	}
	.top-ttl{
		margin-top:6em;
	}
	.top-txt-box-mp{
		padding-top:3em;
		padding-bottom:3em;
	}
	.top-txt-box{
		padding-bottom:3em;
	}
	.top-ttl-bus{
		margin-top:6em;
		margin-bottom:3em;
	}
	.img-top-bis-img--style{
		width: 100%;
		height:auto;
	}
	.top-img-btn{
		right:30px;
		bottom:37px;
	}
	.top-img-btn-yomantei{
		right:30px;
		bottom:60px;
	}
	.top-img-btn-fit{
		right:30px;
		bottom:42px;
	}
	.top-img-btn-fit-2{
		bottom:20px;
	}
	.top-img-btn-sanyu{
		right:30px;
		bottom:28px;
	}
	.top-ttl-con{
		margin-top:6em;
		margin-bottom:0em;
	}
	.ft-box{
	}
	.mv-h{
		min-width:100%;
	}
	.mv-w{
		min-width:1400px;
		position:relative;
		right:60%;
	}
	.menu-list-00{
		background-color:#C8151D;
		width:50%;
		margin:auto auto auto auto;
	}
	.menu-list-02{
		width:50%;
		margin:auto auto auto auto;
	}
	.img-about-mv-t-style{
		min-height:220px;
		padding:2em 2em 2em 2em;
	}
	.pp-mv-bg{
		background-size:100% auto;
		height:250px;
		background-position:center top;
	}
	.contact-box{
	}
	.top-img-linkbox{
		margin-top:-40px;
	}
	.top-img-linkbox-fit{
		margin-top:-36px;
	}
	.top-img-linkbox-tr{
		margin-top:-40px;
	}
	.navbar-brand img{
		width:68px;
	}
	
}

@media (max-width: 767px){
	.label-style{
		width:25.14%;
	}
	.field-style{
		width:91.81%;
	}
	.kojin{
		text-align:left;
	}
	.top-img-btn{
		right:130px;
		bottom:64px;
	}
	.top-img-btn-sanyu{
		bottom:54px;
	}
	.top-img-btn-yomantei{
		right:140px;
		bottom:64px;
	}
	.top-img-btn-fit{
		right:140px;
		bottom:68px;
	}
	.top-img-btn-fit-2{
		bottom:36px;
	}
	.p-3-style{
		font-size:16px;
	}
	.p-4-style{
		padding-left:0px;
		font-size:16px;
	}
	.about-txt{
		margin-top:2em;
	}
	.pp-mv-bg{
		height:100px;
	}
	.top-ttl{
	}
	.top-txt-box-mp{
	}
	.p-bloc-2-style{
	}
	.top-img-linkbox{
		margin-top:-100px;
	}
	.top-img-linkbox-fit{
		margin-top:-100px;
	}
	.top-img-linkbox-tr{
		margin-top:-110px;
	}
	
}

@media (max-width: 575px){
	.label-style{
		width:46.62%;
		font-size:16px;
		text-align:left;
	}
	.field-style{
		width:83.63%;
	}
	.kojin{
		padding:20px 20px 20px 20px;
	}
	.soshin{
		height:50px;
		width:100%;
		line-height:40px;
	}
	.soshin-icon{
		padding-top:10px;
	}
	.footer-link{
		text-align:center;
		font-size:14px;
	}
	.menu-list-00{
		width:100%;
	}
	.menu-list-02{
		width:100%;
	}
	.p-bloc-8-style{
		font-size:14px;
		line-height:40px;
	}
	.p-style{
		font-size:9px;
	}
	.top-ttl{
		margin-top:4em;
	}
	.top-txt-box{
		padding:1em 1em 1em 1em;
	}
	.p-bloc-2-style{
		padding-top:0px;
		font-size:14px;
		line-height:28px;
	}
	.top-ttl-bus{
		margin-top:4em;
		margin-bottom:2em;
	}
	.top-img-btn{
		right:40px;
		bottom:44px;
	}
	.top-img-btn-yomantei{
		right:40px;
		bottom:44px;
	}
	.top-img-btn-sanyu{
		right:40px;
		bottom:34px;
	}
	.top-img-btn-fit{
		right:40px;
		bottom:47px;
	}
	.top-img-btn-fit-2{
		bottom:23px;
	}
	.top-ttl-con{
		margin-top:4em;
		margin-bottom:0em;
	}
	.contact-box{
		margin-bottom:4em;
	}
	.ft-box{
		margin-top:0px;
	}
	.ft-link-mp{
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.p-3-style{
		line-height:28px;
		height:50px;
		font-size:14px;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
	.p-4-style{
		line-height:50px;
		font-size:14px;
		height:auto;
	}
	.img-about-mv-t-style{
		width:150px;
		min-height:0px;
		margin:0px 0px 0px 0px;
		padding:0em 0em 0em 0em;
	}
	.about-txt{
		height:auto;
		margin-bottom:2em;
	}
	.about-ttl{
		margin-bottom:2em;
	}
	.about-col{
		margin-top:2em;
	}
	.about-box-bg{
		margin:0px 0px 0px 0px;
	}
	.company-dt{
		font-size:14px;
		line-height:50px;
	}
	.img-about-img--style{
		margin-bottom:4em;
	}
	.company-row{
		height:auto;
	}
	.h2-プライバシーポリシー-style{
		font-size:20px;
		line-height:34px;
	}
	.pp-mv-bg{
		height:50px;
	}
	.logo-box{
		padding-left:30px;
	}
	.top-img-linkbox{
		margin-top:-50px;
	}
	.top-img-linkbox-fit{
		margin-top:-40px;
	}
	.top-img-linkbox-tr{
		margin-top:-50px;
	}
	.p-21-style{
		font-size:14px;
	}
	.nav-box{
		max-height:60px;
		padding-bottom:0rem;
		padding-top:0.4rem;
	}
	.navbar-brand img{
		width:50px;
	}
	.pp-mv-bg-sp{
		background-size:cover;
		height:70px;
	}
	.pp-mv-sp-ttl{
		line-height:70px;
		margin:0px 0px 0px 0px;
	}
	
}

body, h1,h2,h3,h4,h5,h6,p,label,.btn,a, .font-yug a, .font-yug h3,.font-yug p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.carousel-control-prev, .carousel-control-next {
  display: none;
}

@media (max-width: 1150px){
  .nav-menu-box {
    font-size: 14px;
  }
}

@media (max-width: 575px){
  .ft-copy {
    text-align: center;
  }
}

@media (min-width: 992px){
  .ft-box-2 .col-lg-2 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px){
  .ft-box-2 .col-lg-4 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}