@charset "utf-8";
/* CSS Document */
/*　default 　*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Martel+Sans:900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;700;800;900&display=swap');
/* font-family: 'Poppins', sans-serif; */

@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}

body{
	padding:0;
	margin:0;
	color:#222222;
	font-size: 15px;
	line-height:1.41;
	width:100%;
	background-color:#FFF;
	/* 丸字のフォント↓ */
	font-family:'Noto Sans JP',Verdana, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}
body, input, select, textarea, th, td, li, a {
	line-height:1.41;
    letter-spacing: 0;
}
body{
	/* background-image:url(/common/images/header/body_subpage_bg.png);
	background-repeat:repeat-x; */
}

form,p,h1,h2,h3,h4,h5,dl,dt,dd,ul,li { padding:0; margin:0;}

a:focus{
}
a:link {
	color:#222222;
	text-decoration:none;
} 
a:visited {
	color:#222222;
	text-decoration:none;
} 
a:hover {
	color:#222222;
	text-decoration: underline;
}
a img {border:0;}
ul{
	padding:0;
	margin:0;
	list-style:none;
}
h1{
	font-size:10px;
	font-weight:normal;
	/* color:#FFF; */
	position:absolute;
	top: 2px;
	left: 94px;
}
.container{
	/* width: 1200px; */
	margin: auto;
}
.container {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 3rem;
    padding-left: 3rem;
}
/**************************************************
                  HEADER
***************************************************/
#Header{
	position: relative;
}
.header_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #FFF;
	flex-wrap: wrap;
	min-width: 1200px;
	margin: auto;
}
.header_logo{
	margin: 0 0 0 15px;
	max-width: 325px;
}
.header_inner nav{
	display: flex;
	align-items: center;
	height: 80px;
}

.header-img img{
	border-radius:20px;
}


.menu{
	height: 105px;
	display: flex;
}
.menu>ul{
	display: flex;
	align-items: flex-start;
	margin: 0 10px 0 0;
}
.menu>ul li{
}
.menu > ul > li > a{
	font-size:16px;
	font-weight: 500;
	display: block;
	position: relative;
	z-index: 103;
	width: 150px;
	text-align: center;
	height: 80px;
	line-height: 80px;
}
.menu-dropdown > a > i{/* right: 0; *//* top: 24px; *//* position: absolute; */transition: 0.5s;margin: 0 0 0 15px;}
.menu-dropdown:hover  > a >  i{
    transform: rotate(180deg);

}


.menu>ul li a:hover{
	text-decoration: none;
}
.menu> ul > li > a::after {
    border: none;
    position: absolute;
    left: 0;
    bottom: 10px;
    display: block;
    content: "";
    width: 0%;
    height: 4px;
    background: #F66F47;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.menu-dropdown.is__open  > a::after ,
.menu> ul > li > a:hover::after
{
    width: 100%;
}
.drp__open > li > a{
	color: #FFF !important;
}
.menu>ul>li> .dropdownBg {
    display: none;
    -webkit-transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    transition: all .5s cubic-bezier(0.43, 0.05, 0.17, 1);
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    /* visibility: hidden; */
    pointer-events: none;
}
.menu>ul>li>ul, .menu_sub {
    display: none;
    width: 100%;
    background: #ffffff;
    padding: 20px;
    position: absolute;
    z-index: 101;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    /* transition: all .3s ease-in-out; */
    position: absolute;
    left: 0;
}


.menu_sub ul {
    width: 1200px;
    display: flex;
    margin: auto;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.menu_sub ul li{
	width:20%;
}
.menu_sub ul li a{
	font-size:16px;
	line-height:1.35;
}
.menu_sub ul li a p{
	margin:10px 0 0 10px;
}
.menu_sub ul li a p span{
	font-size:14px;
}

.menu_sub ul li a p i{
	font-size: 13px;
	margin: 0 0 0 7px;
	transition: 0.7s;
}
.menu_sub ul li a:hover p i{
	margin: 0 0 0 17px;

}
.h_reserv,.h_recruit{
	height: 80px;
	width: 180px;
	display:flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	transition: 0.7s;
}
.h_reserv img,.h_recruit img{
	margin:0 7px 0 0;
}
.h_reserv:hover,.h_recruit:hover{
	opacity: 0.7;
	text-decoration: none;

}
.h_reserv{
	background-color: #FF6445;
	color: #FFF !important;
}
.h_recruit{
	background-color: #FFE30F;
}


#toggle {
    /* position: fixed; */
    /* top: 25px; */
    /* right: 25px; */
}
#toggle-box {
    position: relative;
    width: 36px;
    height: 32px;
    cursor: pointer;
    margin: auto;
}
#toggle-box > span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #FFFFFF;
  position: absolute;
  transition: transform .6s ease-in-out, top .5s ease, bottom .5s ease;
}

#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
    bottom: 0;
}

.is-open #toggle-box > span {
    background: #fff;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}

/* z-index */
#toggle {
    z-index: 130;
    width: 94px;
    height: 80px;
    background: #022222;
    display: flex;
    align-items: center;
}
#main {
    position: relative;  
    z-index: 990;
}

#nav-content {
    z-index: 900;
    overflow: auto;
    width: 100%;
    height: 100%;
    background: #022222;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    /* text-align: center; */
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
}
#nav-content ul {
  list-style: none;
}
#nav-content a {
  display: block;
  color: #fff;
  text-decoration: none;
  /* padding: 30px 0; */
  transition: opacity .6s ease;
  pointer-events: none;
}
#nav-content a:hover {
  opacity: 0.6;
}

.is-open {
    overflow: hidden;
}
.is-open #nav-content {
  z-index: 129;
  visibility: visible;
  opacity: 1;
}
.is-open #nav-content a {
  pointer-events: auto;
}

.drawerMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.h_shop_info{
	position: relative;
	width: 50%;
	padding: 14rem 0 0 calc((100% - 1200px) / 2);
}
.h_shop_info p{
	font-weight: 400;
	font-size: 15px;
}
.h_shop_info div{
	margin-bottom: 15px;
}
.h_address{
	font-size: 13px !important;
	margin-top: 25px;
}
.h_shop_info > ul{
	margin:20px 0 0;
}
.h_shop_info > ul > li{
}
.h_shop_info > ul > li > a{
	padding:5px;
	font-size:14px;
	border-bottom:1px solid #FFF;
	width:170px;
}

.h_content{
    width: 50%;
    padding: 14rem calc((100% - 1200px) / 2) 14rem 0;
}
.h_content > ul > li{
	display:flex;
	border-top:1px solid #707070;
	padding: 25px 15px;
}
.h_content > ul > li > a,.h_content > ul > li > p{
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	font-weight:bold;
	width: 280px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.h_content > ul > li > a i{
	margin:0 0 0 15px;
	font-size: 18px;
	position:relative;
	top: -7px;
}

.h_content > ul > li li a{
	font-size: 16px;
	padding: 3px 0;
}
.h_content > ul > li li a i{
	margin:0 0 0 15px;
	font-size:12px;
}
/**************************************************
                  title
***************************************************/
.titleDisp {
	padding: 66px 10px 15px;
	box-sizing: border-box;
	margin: 0 auto 30px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 200px;
	background-image: url('/common/images/title_company.png');
}
.titleDisp h2{
	font-size: 32px;
	font-weight: bold;
}
.titleDisp h2 span{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	display:block;
	color: #F66F47;
}
.company.titleDisp {
	background-image: url('/common/images/title_company.jpg');
}
.shaken.titleDisp {
	background-image: url('/common/images/title_shaken.png');
}
.jplan.titleDisp {
	background-image: url('/common/images/title_jplan.png');
}
.faq.titleDisp {
	background-image: url('/common/images/title_faq.png');
}
.corecarra.titleDisp {
	background-image: url('/common/images/title_corecarra.png');
}
.contact.titleDisp {
	background-image: url('/common/images/title_contact.png');
}
.bankin.titleDisp {
	background-image: url('/common/images/title_bankin.png');
}
.import.titleDisp {
	background-image: url('/common/images/title_import.png');
}

/**************************************************
                  コンテンツ
***************************************************/
#Contents{
	width:980px;
	min-height:600px;
	position: relative;
	margin: 0 auto 0;
	padding:0;
	clear:both;
	position:relative;
	z-index:94;
}

#LeftDisp{
	width:264px;
	float:left;
	padding:3px 5px;
	margin:0 0 0 0;
}
#RightDisp{
	background-color:#FFF;
	width:675px;
	float:right;
	padding:0 10px;
	margin: 0px 0 0 0;
	border-radius: 5px 5px 5px 5px;
	z-index: 1;
	position: relative;
}
.w980{
	width:980px;
	margin:auto;
}

/**************************************************
                  パンくず
***************************************************/

#pankuzu{
	min-height:26px;
	padding:0px 0 0 3px;
	margin:0 7px 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	/* background-image:url(../images/pankuzu_bg.png); */
	/* background-repeat:repeat-x; */
	/* background-position:0 bottom; */
}
#pankuzu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#pankuzu li{
	position: relative;
	font-size:11px;
	height:26px;
	line-height: 23px;
	margin: 0 0 0 10px;
	padding: 0px 0 0 13px;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225.746%22%20height%3D%229.491%22%20viewBox%3D%220%200%205.746%209.491%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2078%22%20data-name%3D%22%E3%83%91%E3%82%B9%202078%22%20d%3D%22M4995.668%2C698.066%2C4999%2C701.4l-3.332%2C3.332%22%20transform%3D%22translate(-4994.254%20-696.652)%22%20fill%3D%22none%22%20stroke%3D%22%23707070%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A');
	background-repeat: no-repeat;
	background-position: left center;
}
#pankuzu li strong,#pankuzu li span{
	color:#FF6445;
	
}

#pankuzu li:first-child{
	/* background-image: url(../images/pankuzu_home.png); */
	/* background-repeat:no-repeat; */
	/* background-position:7px center; */
	background-image: none;
	padding: 0;
	margin: 0;
}
#pankuzu li span{
	font-weight:bold;
}
#pankuzu  li a{
	font-size:11px;
	/* color:#622e19; */
}


/**************************************************
                  FOOTER
***************************************************/
#page_top{
	position: fixed;
	right: 33px;
	bottom: 25px;
	cursor:pointer;
	transition: all .3s ease-out;
	z-index: 100;
}
#page_top:hover{
	bottom: 32px;
}

.fotter_banner{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 5rem;

}
.fotter_banner a{
    width:24%;
}


footer{
	background: #222222;
	color: #FFF;
	padding-top: 3rem;
	padding-bottom: 12rem;
	margin-top: 3rem;

}
footer .container{
	display: flex;
}
.f_shop_info{
	width:400px;
	position: relative;
}
.f_shop_info p{
	font-weight: 400;
	font-size: 15px;
}
.f_shop_info div{
	margin-bottom: 15px;
}
.f_address{
	font-size: 13px !important;
	margin-top: 25px;
}
.c_r{
	font-size: 12px !important;
	position: absolute;
	bottom: 0;
	left: 0;
}


.f_link {
    display: flex;
    color: #FFF;
    width: calc(100% - 486px);
    justify-content: flex-end;
}
.f_link dl{
	/* width:calc(100% / 3); */
	min-width: 150px;
	margin-left: 30px;
	font-weight: 400;
}
.f_link dt {font-size: 14px;margin-bottom: 20px;}
.f_link dt a{color: #FFF;}
.f_link dd{margin-bottom: 20px;}
.f_link dd a{color: #C6C1BE; font-size: 13px;}
.f_link dd a i{color: #EF7A49; margin-right:10px;font-size: 10px;}

/******* トットコフローティング ********/
.tottoco_fro{
	position: fixed;
	background-color:#FFE30F;
	box-shadow: 0 3px 15px rgb(0 0 0 / 31%);
	padding: 20px 0 15px;
	bottom: 15px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	border-radius: 12px;
	z-index: 99;
}
.tottoco_fro > p {
	font-size: 23px;
	line-height: 1.3;
	font-weight: 700;
	position: relative;
	margin: 0 0 13px;
	text-align: center;
	display: block;
	padding: 0 26px;
	color: #000;
	width: 480px;
	margin: 0 auto 20px;
	font-weight: 900;
}
.tottoco_fro > p::before {
	left: 30px;
	transform: translate(-50%,-50%) rotate(-35deg);
	content: "";
	width: 30px;
	height:30px;
	display: block;
	border-left: 4px solid #000;
	position: absolute;
	bottom: -9px;
	pointer-events: none;
}
.tottoco_fro > p::after {
	right: 0;
	transform: translate(-50%,-50%) rotate(-55deg);
	content: "";
	width: 30px;
	height:30px;
	display: block;
	border-bottom: 4px solid #000;
	position: absolute;
	bottom: -13px;
	pointer-events: none;
}


.tottoco_fro ul{
	width: 1100px;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
}
.tottoco_fro ul li{
	width:32%;
}
.tottoco_btn {
	font-size: 17px;
	color: #fff !important;
	border-radius: 12px;
	font-weight: 800;
	height: 72px;
	line-height: 72px;
	padding: 0px 0px;
	display: block;
	text-align: center;
	background-size: 200% auto;
	transition: all .3s ease-out;
	top: 0;
	position: relative;
}
.tottoco_btn span{
	font-size:20px;
}
.tottoco_btn:hover{
	opacity:0.8;
	text-decoration:none;
	top:-7px;
	
}

  .gradient1 {
	background-color: #0F4AB9;
  }
  .gradient2 {
	background-color: #E8352D;
  }
  .gradient3 {
	background-color: #119156;
  }
  .tottoco_btn img{
  	width:40px;
  	margin: 0 5px 0 0;
  	position: relative;
  }
  .gradient1 img{top: 13px;}
  .gradient2 img{top: 10px;}
  .gradient3 img{top: 7px;}












/**************************************************
                　ページング
***************************************************/
.page_area{
	margin:10px 0 5px 0;
	clear:both;
	height:24px;
	line-height:24px;
	padding:0px 0px 5px; 
}

.page{
	margin-left:5px;
	width:24px;
	height:24px;
	display:block;
	float:left;
	text-align:center;
	font-size:11px;
	color:#5e5e5e !important;
	border:1px solid #ababab;
	background-color:#FFF;
	line-height:24px;
	font-size:12px;
}
.page:hover,.page.hover{
	border:1px solid #ababab;
	background-color:#e2e2e2;
	color:#5e5e5e !important;
	text-decoration:none;
}
#prev{
	background-image:url(../images/page_prev.png);
	background-repeat:no-repeat;
	background-position:center;
	border:none;
}
#next{
	background-image:url(../images/page_next.png);
	background-repeat:no-repeat;
	background-position:center;
	border:none;
}
#prev:hover,#next:hover{background-color:#FFF;}
#prev_page{
	border:none;
	width:auto;
	margin-right:8px;
}
#next_page{
	border:none;
	width:auto;
	margin-left:8px;
}
#prev_page:hover,#next_page:hover{
	text-decoration:underline;
	background-color:#FFF;
}

.page_sel{
	margin-left:5px;
	width:24px;
	height:24px;
	display:block;
	float:left;
	text-align:center;
	border:1px solid #ababab;
	background-color:#e2e2e2;
	color:#5e5e5e !important;
	font-weight:bold;
}
#page_TT{
	width:450px;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	padding-left:10px;
}
#page_TT span{
	font-size:18px;
	color:#ff5a00;
	font-weight:bold;
}
.page_number{
	float:right;
	text-align:right;
	margin-right:10px;
}
.lb{
	border-left:1px solid #333;
	padding-left:5px;
}
.rb{
	border-right:1px solid #333;
	padding-right:5px;
}
/**************************************************
                  LEFTDISP
***************************************************/
#LeftNaviDisp{
	width:260px;
	position: relative;
	margin:0 0 10px;
	padding:10px 0 0 0;
	/* z-index: 0; */
}
#LeftNaviDisp h2{
	width:192px;
	padding:39px 0 0 0;
	position:absolute;
	top:0;
	left:33px;
	/* z-index: 0; */
}
.LeftNavi{
	border:1px solid;
	border-radius: 5px;  
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;
	background:#FFF;
	padding:33px 0 0 0;
}
.LeftNavi ul li{
	border-top:1px dotted #e4e4e4;
	padding:3px 5px;
}
.LeftNavi ul li div{
	background-repeat:no-repeat;
	background-position:10px center;
}
.LeftNavi ul li div:hover{ background-color:#eaeaea;}

.LeftNavi ul li a{
	background-image:url(../images/LeftNavi/arrow.png);
	background-repeat:no-repeat;
	background-position:98% center;
	height:45px;
	line-height:45px;
	display:block;
	padding:0 0 0 40px;
	font-size:14px;
	color:#260d00;
}

.leftmenu_title{
	background-position:98% center;
	height:45px;
	line-height:45px;
	display:block;
	padding: 0 0 0 40px;
	font-size:13px;
}

.LeftNavi ul li a:hover{
	color:#260d00;
	text-decoration:none;
}
/** 新車 **/
#L_NewcarTT{background-image: url(/common/images/LeftNavi/NCTT.png);}
#NewcarLeftNavi{border-color:#a192b5;}
#NewcarLeftNavi ul li div{ background-image:url(../images/LeftNavi/NC_icon.png); }


/** 保険 **/
#L_HokenTT{background-image: url(/common/images/LeftNavi/HokenTT.png);}
#HokenLeftNavi{border-color:#88bbaf;}
#HokenLeftNavi ul li div{ background-image: url(../images/LeftNavi/hokenIcon.png); }

/** 鈑金 **/
#L_BankinTT{background-image: url(/common/images/LeftNavi/bankinTT.png);}
#BankinLeftNavi{border-color:#d6af64;}
#BankinLeftNavi ul li div{ background-image: url(../images/LeftNavi/bankinIcon.png); }



/** 初めての方へ **/
#L_GuideTT{background-image:url(/common/images/LeftNavi/FirstTT.png);}
#GuideLeftNavi{border-color:#94c761;}
#Guide01{background-image: url(/common/images/LeftNavi/guide01.png);}
#Guide02{background-image: url(/common/images/LeftNavi/guide02.png);}
#Guide03{background-image: url(/common/images/LeftNavi/guide03.png);}
#Guide04{background-image: url(/common/images/LeftNavi/guide04.png);}


/** 車検 **/
#L_ShakenTT{background-image:url(../images/LeftNavi/ShakenTT.png);}
#ShakenLeftNavi{border-color:#5569af;}
#Shaken01{background-image:url(/common/images/LeftNavi/shaken01.png);}
#Shaken02{background-image:url(/common/images/LeftNavi/shaken02.png);}
#Shaken03{background-image:url(/common/images/LeftNavi/shaken03.png);}
#Shaken04{background-image:url(/common/images/LeftNavi/shaken04.png);}
#Shaken05{background-image:url(/common/images/LeftNavi/shaken05.png);}
#Shaken06{background-image:url(/common/images/LeftNavi/shaken06.png);}
#Shaken10{background-image:url(/common/images/LeftNavi/guide03.png);}
#Shaken11{background-image:url(/common/images/LeftNavi/guide02.png);}
#Shaken12{background-image:url(/common/images/LeftNavi/guide04.png);}

/** info **/
#L_InfoTT{ background-image:url(../images/LeftNavi/hukuyama.png);}
#InfoLeftNavi{border-color:#e8c44c;}
#info01{background-image:url(../images/LeftNavi/home.png);}
#info02{background-image: url(../images/LeftNavi/company.png);}


/**********/


.banner{
	margin:0 0 10px;
	display:block;
}
.banner2{
	margin:0 0 10px;
	display:block;
	width:216px;
	padding:2px;
	border:1px solid #e7e7e7;
}



/**************************************************
               共通で使うタイトル
***************************************************/
.title_hidn{
	height:0;
	overflow: hidden;
	background-repeat:no-repeat;
}

@media screen and (max-width: 1550px) {
	.header_logo{
		margin: 0 0 0 10px;
		width: 270px;
	}

}
@media screen and (max-width: 1400px) {
	.menu > ul > li > a {
	    width: 120px;
	    height: 105px;
	    line-height: 105px;
	}
	.h_reserv, .h_recruit {
	    height: 80px;
	    width: 170px;
	}
	.h_recruit {
	    width: 150px;
	}
	.menu>ul {
	    margin: 0 10px 0 0;
	}
	#toggle {
	    width: 90px;
	    height: 80px;
	}

}




/**************************************************
                　CLASS
***************************************************/
.OrangeDisp{
	border:solid #fcde64;
	border-width:0 1px;
	background-color:#fef9e3;
}

.pd {
	border:1px solid #999;
	border-radius: 3px;          /* CSS3 */  
    -webkit-border-radius: 3px;  /* Safari,Chrome */  
    -moz-border-radius: 3px;     /* Firefox */  
}
.lybm{margin-bottom:15px;}
/********　color　*********/
.Red_F { color:#900;}
.Color_red{ color:#f71600;}

/********　width  ********/
.w15 {width:15px;}
.w40 {width:40px;}
.w50 {width:50px;}
.w65 {width:65px;}
.w70 {width:70px;}
.w80 {width:80px;}
.w90 {width:90px;}
.w100{width:100px;}
.w110{width:110px;}
.w120{width:120px;}
.w130{width:130px;}
.w140{width:140px;}
.w150{width:150px;}
.w165{width:165px;}
.w170{width:170px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w300{width:300px;}
.w350{width:350px;}
.w400{width:400px;}
.w90P {width:90%;}
.w100P {width:99%;}

/* margin */
.m0t { margin-top:0px !important;}
.m10T{margin-top:10px;}
.m15T{margin-top:15px;}
.m20T{margin-top:20px;}
.m25T{margin-top:25px;}
.m3T {margin-top:3px !important;}
.m5T {margin-top:5px}
.mt-3rem{margin-top:3rem}
.m8L { margin-left:8px;}
.m10L { margin-left:10px;}
.m20L { margin-left:20px;}
.m5L { margin-left:5px;}
.m10b {margin-bottom:10px;}
.m5b {margin-bottom:5px;}
.m15b {margin-bottom:15px;}
.m5{margin:5px;}
.m10{margin:10px;}
.lyBm { margin-bottom:10px; }

/* padding */
.pd5{padding:5px;}
.p10L{padding-left:10px;}
.p10{padding:10px;}

/* float */
.fl {float:left;}
.fr {float:right;}

/* フォント設定 */
.f10{font-size:10px;}
.f11{font-size:11px!important;}
.f12{font-size:12px !important;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f20{font-size:20px;}
.weight_nor{font-weight:normal;}
.weight_b{font-weight:bold;}
/* 書式設定 */
.t_r{text-align:right;}
.t_l{text-align:left !important;}
.t_c{text-align:center;}
.center{text-align:center;}
/* 入力設定 */
.ime_a{ime-mode:active;}
.ime_d{ime-mode:disabled;}
/* その他 */
.c_p { cursor:pointer;}
.d_n{display:none;}
/* clear */
.c { height:0; line-height:0; clear:both; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.img-fluid{
	max-width: 100%;
	height: auto; 
}
.position_r{
	position: relative;
}