@charset "utf-8";




*{
margin:0;
padding:0;
list-style:none;
text-decoration: none;
/*font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;*/
font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


html,body{
margin:0;
padding:0;
position: relative;
}


body.top{
display: none;
}










a {
	text-decoration: none;
	border:none;
}




html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    font-weight: normal;
}




#container{
	width: 100%;
position: relative;
    overflow: hidden;
}
















/*　　　　　　　　　　　　--ヘッダー--　　　　　　　　　　　　　　　*/


.bg_header01{
	background: #c91b1c;
	    height: 120px;
	    position: relative;
	    z-index: 1;
}


.bg_header02{
	background: #272727;
	    height: 70px;
	    position: relative;
	    z-index: 0;
}



header{
	position: relative!important;
	width: 1260px;
	margin: 0 auto 0%;
	background: rgba(151, 156, 155,0.7);
	z-index: 1;
}

.fixed_navi{
  position: fixed!important;
  transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  z-index: 20;
}


.fixed_navi_sub{
  position: fixed!important;
  z-index: 20;
  left: auto;
  top: -4%;
  margin-left: 995px!important;
}







#top_logo{
    display: inline-block;
    width: 172px;
    height: auto;
    padding: 0% 0 0 0;
    margin: 15px 45px 0 0px;
		float: left;
}
#top_logo img{
width: 172px;
height: auto;
}


#header_contents{
	width: 100%;
	height:auto;
	margin: 0 auto;
	    background: #fff;
}



h1{
	width: 200px;
	height: 120px;
	position: absolute;
	margin: 0 0 0 0px;
	background: #fff;
}

h1 img{
	width: 100%;
	height: auto;
	background: #fff;
	margin: 0 auto;
	display: block;
	padding: 4px 0px 4px 0;
}



#header_right01{
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background: #272727;
}

#header_right01 ul{
	width: 1060px;
	height: auto;
	margin: 0 0 0 auto;
}



.serch_google{
	width: 300px;
	float: left;
    margin: 15px 30px 0 15px;
}


.serch_google div form{
display: flex;
}




.serch_google div form input:nth-child(1){
	width: 230px;
	background: #444444;
	color: #fff;
	border: none;
	padding: 10px;
	flex: 10;
}

.serch_google div form input:nth-child(2){
	background: #444444;
	padding: 5px;
	flex: 1;
}




.language_switch{
	width: 200px;
	float: left;
	background: #001;
	position: relative;
	padding: 8px 10px 10px 60px;
	margin: 15px 30px 0 0;
}

.language_switch{
	color: #fff;
}

.language_switch::before{
	background: url(../img/ic_earth.png);
	content: "";
	width: 33px;
	height: 33px;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 22;
}



.dnavi_content{
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
	display: none;
	width: 100%!important;
}



.dnavi_content li{
	width: 270px !important;
	margin-top: 0px !important;
	background: rgba(1,1,1, 0.8);
	padding: 0px;
	/*border-top: 1px solid #fff;*/
	color: #fff;
}

.dnavi_content li a{
	padding: 10px 15px;
	text-align: left;
	color: #FFF;
	font-size: 14px;
	display: block;
}

.dnavi_content li:hover{
background: rgba(90,90,90, 0.8);
}




.language_switch:hover .dnavi_content{
display:block;
}
















.header_logo_m{
	width: 410px;
	    float: right;
	    margin: 13px 0 0px 0;
}





#header_right02{
	width: 100%;
	height: 50px;
	background: #c91b1c;
	margin: 0 auto;
}

#header_right02 ul{
	width: 1060px;
	    height: auto;
	    margin: 0 0 0 auto;
	    display: flex;
}

#header_right02 ul li{
flex: 1;
position: relative;
}

#header_right02 ul li:last-child{
background: #b90001;
}

#header_right02 ul li:last-child a{
	margin: 0 30px 0 0px;
	text-align: right;
	font-size: 0.8em;
}



#header_right02 ul li:last-child::before{
  background: url(../img/ic_contact.png);
      width: 30px;
      height: 32px;
      content: "";
      margin: 0px;
      padding: 0;
      top: 8px;
      position: absolute;
      left: 10px;
}




#header_right02 ul li a{
  color: #fff;
      padding: 15px 0 12px 0;
      display: block;
      font-size: 15px;
      transition: 0.4s ease-in-out;
      -webkit-transition: 0.4s ease-in-out;
      text-align: center;
			    font-size: 0.9em;
}

#header_right02 ul li a:hover{
	color: #000000;
	    transition: 0.4s ease-in-out;
	    -webkit-transition: 0.4s ease-in-out;
	    font-weight: bold;
}





.fixed_navi #header_right01 {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    background: rgba(1, 1, 1,0.8);
}


.fixed_navi #header_right02{
	width: 100%;
	height: 50px;
    background: rgba(201, 27, 28,0.8);
	margin: 0 auto;
}







/*モーダル*/

#modal{
display: none;
}













/*ヘッダー縮小対策*//*ヘッダー縮小対策*/


@media screen and (min-width:1101px) and ( max-width:1260px) {




	h1 {
	    width: 15%;
	    height: 120px;
	    position: absolute;
	    margin: 0 0 0 0px;
	    background: #fff;
	    top: 0%;
	}
	h1 img {
	    width: 85%;
	    height: auto;
	    background: #fff;
	    margin: 0 auto;
	    display: block;
	    padding: 20px 0 0 0;
	}



	#header_right01 {
	    width: 100%;
	    height: 70px;
	    margin: 0 auto;
	    background: #272727;
	}

	#header_right01 ul {
	    width: 1060px;
	    height: auto;
	    margin: 0 0 0 auto;
	}

	#header_right01 {
	    width: 100%;
	    height: 70px;
	    margin: 0 auto;
	    background: #272727;
	}



	.serch_google {
		width: 260px;
		    float: left;
		    margin: 15px 10px 0px 0;
	}

	.language_switch {
	    width: 130px;
	    float: left;
	    background: #001;
	    position: relative;
	    padding: 8px 10px 10px 60px;
	    margin: 15px 10px 0 0;
	}
	.dnavi_content li {
	    width: 200px !important;
	    margin-top: 0px !important;
	    background: rgba(1,1,1, 0.8);
	    padding: 0px;
	    /* border-top: 1px solid #fff; */
	    color: #fff;
	}

	.header_logo_m {
		width: 400px;
    float: left;
    margin: 15px 0 0px 0px;
	}

	.header_logo_m img{
	    width: 100%;
	}





	#header_right02 {
	    width: 100%;
	    height: 50px;
	    background: #c91b1c;
	    margin: 0 auto;
	}

	#header_right02 ul {
	    width: 935px;
	    height: auto;
	    margin: 0 12% 0 auto;
	    display: flex;
	}

	#header_right02 ul li {
	    flex: 1;
	    position: relative;
	}

	#header_right02 ul li a {
	    color: #fff;
	    padding: 16px 0 16px 0;
	    display: block;
	    font-size: 15px;
	    transition: 0.4s ease-in-out;
	    -webkit-transition: 0.4s ease-in-out;
	    text-align: center;
	    font-size: 0.7em;
	}




	#header_right02 ul li a {
	    color: #fff;
	    padding: 14.5px 0 14.5px 0;
	    display: block;
	    font-size: 15px;
	    transition: 0.4s ease-in-out;
	    -webkit-transition: 0.4s ease-in-out;
	    text-align: center;
	    font-size: 0.7em;
	}

	#header_right02 ul li:last-child a {
	    margin: 0 15px 0 0px;
	    text-align: right;
	    font-size: 0.8em;
	}

	#header_right02 ul li:last-child::before {
	    background: url(../img/ic_contact.png);
	    width: 20px;
	    height: 22px;
	    content: "";
	    margin: 0px;
	    padding: 0;
	    top: 15px;
	    position: absolute;
	    left: 10px;
	    background-size: 100%;
	    background-repeat: no-repeat;
	}


}



/*ヘッダー縮小対策　ここまで*//*ヘッダー縮小対策　ここまで*/















/*トップアニメーション*/


#anim01{
  position: absolute;
  animation: n_anim01 13.5s ease-in-out;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
	display: block;
	opacity: 0;
  }

@keyframes n_anim01 {

0% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
10% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
20% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
30% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
40% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
50% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
60% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
70% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
80% {opacity: 1; display: block; width: auto; height: 100%; z-index: 1;}
90% {opacity: 0; display: block; width: auto; height: 100%; z-index: 1;}
100% { opacity: 0; display: none; width: auto; height: 100%;}
}







/*トップアニメーション*/








/*トップ中身*/

#keyV_area{
	width: 1260px;
	top: 0%;
	display: block;
	margin: 0 auto 60px;
	position: relative;
}



.bg_photo01{
width: 100%;
/*height: 670px;*/
top: 0%;
position: relative;
background: url(../img/bg_photo01.jpg);
    background-size: 100%;
}


.flexslider{
    animation: n_flexslider 12s ease-in-out;
}

@keyframes n_flexslider {
  0% {opacity: 0; display: none;}
  30% {opacity: 0; display: none;}
  68%, 72% {opacity: 0; display: none;}
  100% { opacity: 1; display: block;}
}










/*トップのみ背景の関係でcontents別*/

#bg_contents_top{background: url(../img/bg_photo02.jpg);width:100%;background-position: 100%;background-size: cover;}

#contents_top{
width:1270px;
position: relative;
margin: 0 auto;
padding: 60px 0 0 0;
}










/*右側左側を包み込む*/
.top_leftright_contents{
	width: 100%;
	position: relative;
	margin: 0 0 0 0;
}
/*右側左側を包み込む*/




/* トップ キャラクター配置 */
.top_leftright_contents .chct01{

top: 0;

left: -10%;

bottom: auto;
}
#the_cut_top_area .chct02{

top: 36%;

right: -16%;

left: auto;

bottom: auto;

z-index: -1;
}


.bt_web_order_system01 .chct03{

top: 0%;

left: -10%;

z-index: -1;

bottom: auto;
}



#contact_top .chct04{
    top: auto;
    left: auto;
    right: 5%;
    bottom: -100px;
}


#contact_top .chct05{


	
	top: 0;
	left: -8%;
	bottom: auto;

}

/* トップ キャラクター配置ここまで */






/*pickup*/

#top_pick_up_area{
	width: 100%;
	/* float: left; */
	padding: 0px 0 0 0;
	margin: 0 0 3% 0;
	position: relative;
	z-index: 0;
}

#top_pick_up_area h2{
  font-size: 40px;
  font-weight: bold;
  color: #027cd6;
  text-align: center;
}

#top_pick_up_area h2 .subtitle01 {
    font-size: 16px;
    color: #111;
    display: block;
    margin: -10px 0 0 0;
}


#top_pick_up{width: 100%;margin: 30px 0 0 0;position: relative;z-index: 0;}

/*横長*/
/*#top_pick_up dl{
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
	margin: 0px 0px 2% 0px;
}*/
/*横長*/


#top_pick_up dl {
    width: 48%;
    height: auto;
    background: #fff;
    float: left;
    margin: 0px 0px 2% 2%;
    padding: 0 0 4% 0;
    position: relative;
    z-index: 1;
}




#top_pick_up dl dd > img{
	transition: 0.45s ease-in-out;
	-webkit-transition: 0.45s ease-in-out;
	width: 100%;
	/*height: 270px;*/
}


#top_pick_up dl:hover dd > img{
  transform: scale(1.1);
  transition: 0.45s ease-in-out;
  -webkit-transition: 0.45s ease-in-out;
}




#top_pick_up dl dt{
	font-size: 0.8em;
	color: #111;
	padding: 0px 5% 0px 5%;
	float: left;
	width: 90%;
	font-weight: bold;
	margin: 3% 0 0% 0;
	text-align: center;
}

#top_pick_up dl dt .subtitle02 {
	font-size: 16px;
	    color: #027cd6;
	    display: block;
	    margin: 0px 0 0 0;
	    text-align: left;
	    min-height: 55px;
	    font-weight: bold;
	    text-overflow: ellipsis;
	    /* white-space: nowrap; */
	    /* width: 100%; */
	    overflow: hidden;
	    text-align: center;
}





#top_pick_up dl dd:first-child{
    /*padding: 0 20px 0 0;*/
		    line-height: 0;
}


/*横長*/
/*#top_pick_up dl dd{
	font-size: 12px;
	padding: 10px;
	overflow: hidden;
	float: left;
	clear: right;
	width: 24%;
	height: auto;
}*/
/*横長*/



#top_pick_up dl dd {
	font-size: 12px;
    /*padding: 5% 10px 10px 10px;*/
    overflow: hidden;
    /* float: left; */
    clear: right;
    width: 95%;
    height: auto;
    margin: 0 auto;
}






.bt_products_list_pickup{
	width: 55%!important;
	height: auto;
	margin: 0 auto 0px!important;
	padding: 10px 0 10px 0!important;
}

.bt_products_list_pickup a {
	font-size: 14px;
	    padding: 5%;
	    overflow: hidden;
	    width: 90%;
	    height: auto;
	    background: #027cd6;
	    color: #fff;
	    display: block;
	    text-align: center;
		}























/*左側ブロック*/
.top_left_contents {
	float: left;
	width: 48%;
	position: relative;
	z-index: 0;
}






/*左側ブロック*/


/*右側ブロック*/
.top_right_contents {float: right;width: 48%;position: relative;z-index: 1;}






/*右側ブロック*/










/*新着情報*/

#whatsnew{
	width: 100%;
	    height: auto;
	    margin: 0 0px 0 0;
}

#whatsnew h2{
display: flex;
 display:-ms-flexbox;
}

#whatsnew h2 img{
flex: auto;
}

#whatsnew h2 a{
flex: 1;
display: block;
margin: 3px 0 0 0;
}

#whatsnew h2 a img{
}

#whatsnew_box{
	background: rgba(59, 87, 157, 0.8);
	padding: 10% 3% 10% 3%;
	width: 94%;
	margin: 15px 0 0 0;
}

#whatsnew_box ul{
margin: 0px 0 25px 0;
border-bottom: 2px dashed #fff;
padding: 0 0 15px 0;
}


#whatsnew_box ul:last-child{
margin: 0px 0 0px 0;
padding: 0 0 0px 0;
}

#whatsnew_box ul .icon01{
float: left;
}

#whatsnew_box ul .icon01 img{

}

#whatsnew_box ul .date01{
color: #fff;
font-size: 15px;
float: left;
    margin: 0 0 0 10px;
}

#whatsnew_box ul .title01{
  clear: both;
	position: relative;

}

#whatsnew_box ul .title01 a{
	color: #fff;
	font-size: 15px;
	margin: 0 0 0 0px;
	position: relative;
	padding: 1% 8% 1% 2%;
	width: 90%;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}




.ic_pdf01{
	    width: 40px;
	    position: absolute;
	    top: 0;
	    left: auto;
			right: 0;
}




/*新着情報ここまで*/







/*web発注システム*/



.bt_web_order_system01{margin: 5% 0 5% 0;position: relative;transition: ease-in-out 0.5s;}

.bt_web_order_system01:hover{
opacity: 0.8;
transition: ease-in-out 0.5s;
}

.bt_web_order_system01 img{
display: block;
margin: 0 auto;
width: 600px;
}




.bt_web_order_system02{
	padding: 5% 0 0% 0;
	background: #e5f5ff;
	display: none;
}



.bt_web_order_system02 img{
	display: block;
	width: 93%;
	margin: 0 auto;
}



/*web発注システムここまで*/



/* 生爪についてご紹介バナー */

.bnr_soft_jaw{
	margin: 5% 0 5% 0;position: relative;
	transition: ease-in-out 0.5s;
}


.bnr_soft_jaw:hover{
	opacity: 0.8;
	transition: ease-in-out 0.5s;
	}
	
.bnr_soft_jaw img{
	display: block;
	margin: 0 auto;
	width: 600px;
}

/* 生爪についてご紹介バナー ここまで*/


/* THE CUT キャラバナー */

.bnr_chara{
	margin: 5% 0 5% 0;position: relative;
	transition: ease-in-out 0.5s;
}


.bnr_chara:hover{
	opacity: 0.8;
	transition: ease-in-out 0.5s;
	}
	
.bnr_chara img{
    display: block;
    margin: 0 auto;
    width: 600px;
    border: 1px #c91b1c solid;
}

/* 生爪についてご紹介バナー ここまで*/


/*products*/

#products_info_top_area{
width: 605px;
float: left;
}

#products_info_top_area h2{
  font-size: 40px;
  font-weight: bold;
  color: #027cd6;
  text-align: center;
}

#products_info_top_area h2 .subtitle01 {
    font-size: 16px;
    color: #111;
    display: block;
    margin: -10px 0 0 0;
}


#products_info_top{
width: 100%;
margin: 30px 0 0 0;
}

#products_info_top dl{
  width: 193px;
  background: #fff;
  float: left;
  margin: 0px 13px 13px 0px;
}

#products_info_top dl:nth-child(3){
margin: 0 0px 0 0px;
}

#products_info_top dl:last-child{
margin: 0 0px 0 0px;
}


#products_info_top dl dd > img{
  transition: 0.45s ease-in-out;
  -webkit-transition: 0.45s ease-in-out;
}


#products_info_top dl:hover dd > img{
  transform: scale(1.1);
  transition: 0.45s ease-in-out;
  -webkit-transition: 0.45s ease-in-out;
}




#products_info_top dl dt{
font-size: 14px;
color: #0076a8;
padding: 0px 10px 0px 10px;
}


#products_info_top dl dd:first-child{
font-size: 12px;
padding: 0;
}

#products_info_top dl dd{
font-size: 12px;
    padding: 10px;
    overflow:hidden;
}





/*productsここまで*/














/*lower-middle-box01*/




#lower-middle-box01{
width: 100%;
clear: both;
padding: 50px 0 0 0;

}

/* トップ動画部分 */

#the_cut_top_movie01{
	width: 100%;
	height: 355px;
	margin: 30px 0 0 0;
}
#the_cut_top_movie01 iframe{
	width: 100%;
	height: 355px;
}



/*the cut*/

#the_cut_top_area{
	width: 100%;
	float: left;
	padding: 0px 0 0 0;
	margin: 0 0 0 0;
	position: relative;
}

#the_cut_top_area h2{
  font-size: 40px;
  font-weight: bold;
  color: #027cd6;
  text-align: center;
}

#the_cut_top_area h2 .subtitle01 {
    font-size: 16px;
    color: #111;
    display: block;
    margin: -10px 0 0 0;
}

#the_cut_top_movie01{
	width: 100%;
	height: 355px;
	margin: 30px 0 0 0;
}
#the_cut_top_movie01 iframe{
	width: 100%;
	height: 355px;
}


#the_cut_top{
	width: 100%;
	margin: 12px 0 0 0;
}

#the_cut_top dl{
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
	margin: 0px 0px 2% 0px;
}


#the_cut_top dl:last-child{
margin: 0 0px 0 0px;
}


#the_cut_top dl dd > img{
	transition: 0.45s ease-in-out;
	-webkit-transition: 0.45s ease-in-out;
	width: 100%;
	/*height: 270px;*/
}


#the_cut_top dl:hover dd > img{
  transform: scale(1.1);
  transition: 0.45s ease-in-out;
  -webkit-transition: 0.45s ease-in-out;
}




#the_cut_top dl dt{
	font-size: 1em;
	    color: #111;
	    padding: 0px 0% 0px 2%;
	    float: left;
	    width: 70%;
	    font-weight: bold;
	    margin: 3% 0 0% 0;
	    text-align: left;
}

#the_cut_top dl dt .subtitle02 {
  font-size: 14px;
  color: #027cd6;
  display: block;
  margin: 0px 0 0 0;
  text-align: left;
}





#the_cut_top dl dd:first-child{
    padding: 0 20px 0 0;
		    line-height: 0;
}

#the_cut_top dl dd{
	font-size: 12px;
	padding: 10px;
	overflow: hidden;
	float: left;
	clear: right;
	width: 24%;
	height: auto;
}


.bt_products_list{
	width: 15%!important;
	height: auto;
	margin: 0 5% 0 0px!important;
	float: right!important;
}


.bt_products_list a{
	font-size: 14px;
	    padding: 5%;
	    overflow: hidden;
	    width: 95%;
	    height: auto;
	    background: #027cd6;
	    color: #fff;
	    display: block;
	    text-align: center;
}





/*the cutここまで*/






#facebook_area{
	width: 100%;
	    height: 994px;
	    /* float: left; */
	    margin: 0% 5.5% 0 0;
	    background: rgba(59, 87, 157, 0.8);
}

/*#facebook_area{
	width: 100%;
	    margin: 0% auto;
	    background: rgba(59, 87, 157, 0.8);
	    padding: 1% 0 1% 0px;
}*/


#facebook_area > div{
	display: block;
		    padding: 24px 0 16px 0;
}


#facebook_area > div > span{
	max-width: 500px;
	margin: 0% auto;
	display: block;
}




/*lower-middle-box01ここまで*/





/*contact支店*/

#contact_top {
width: 100%;
height: auto;
margin: 70px 0px 0 0;
	clear: both;
	position: relative;
}

#contact_top h2{
display: flex;
}

#contact_top h2 img{
flex: auto;
}

#contact_top h2 a{
flex: 1;
display: block;
margin: 3px 0 0 0;
}

#contact_top h2 a img{
}



#branch_area_top{
	margin: 30px 0 120px 0;
	position: relative;
}

#branch_area_top ul{
  width: 200px;
  height: auto;
  float: left;
  margin: 0 67px 40px 0;
}



#branch_area_top ul:nth-last-child(1){
  margin-bottom: 0;
}

#branch_area_top ul:nth-last-child(2){
  margin-bottom: 0;
}



#branch_area_top ul li:nth-child(2) > span > a{
pointer-events: none;
}




















/*５番目の項目対象*/
#branch_area_top ul:nth-child(5n){
  margin:0 0px 0 0;
}




#branch_area_top ul li{
color: #fff;
}

#branch_area_top ul li:nth-child(1){
  color: #fff;
  font-size: 16px;
  border-left: 5px #fff solid;
  padding: 0 0px 0 10px;
  margin: 0 0px 10px 0;
}



#branch_area_top ul li:nth-child(2){
  color: #fff;
  font-size: 20px;
  margin: 0 0px 5px 10px;
  padding: 0 0px 0px 0;
}

#branch_area_top ul li:nth-child(2)::before{
  content: "";
  background: url(../img/ic_tel_top.png);
  width: 25px;
  height: 26px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: 0 10px 0 0px;
}




#branch_area_top ul li:nth-child(3){
color: #fff;
font-size: 18px;
margin: 0 0px 5px 10px;
padding: 0 0px 0px 0;
}

#branch_area_top ul li:nth-child(3)::before{
  content: "";
  background: url(../img/ic_fax_top.png);
  width: 30px;
  height: 26px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: 0 6px 0 0px;
}



/*contact支店　ここまで*/







/*トップ中身　ここまで*/






















/*下層汎用*/

#contents{
	width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 50px 30px 0 30px;
	/* background: rgba(255,255,255,0.9); */
}
.bg_recruit02 #contents{

	background: rgba(255,255,255,0.9);
}


.contents_no_opa{
	    background: rgba(255,255,255,1)!important;
}

#keyV_sub_area{
  position: relative;
      width: 100%;
}



#keyV_sub{
	position: relative;
	    width: 100%;
	    /*background: #d6d6d6;*/
			background: linear-gradient(#ffffff, #8a8a8a);
}








#keyV_sub > span {
    position: absolute;
    top: 366px;
    left: 0%;
    right: 0;
    margin: 0 auto;
    font-size: 3em;
    letter-spacing: 1.6pt;
    text-shadow: 5px 3px 3px rgba(0,0,0,0.4);
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 18px 2% 19px 5%;
    background: rgba(39, 39, 39, 0.8);
}

#keyV_sub > img{
	width: 1260px;
	    margin: 0 auto;
	    display: block;
}



.h2title{
  font-size: 2em;
border-bottom: 4px #000000 solid;
padding: 0 0 0 15px;
margin: 0px 0px 10px 0px;
text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
    letter-spacing: 0.8pt;
}


.h2title::before{
  content: "";
  border: 10px #c91b1c solid;
  width: 100%;
  height: auto;
  margin: 0 15px 0 0;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}

.h3title{
	font-size: 1.8em;
	border-bottom: 2px #c91b1c solid;
	padding: 0 0 0 0px;
	margin: 0px 0px 15px 0px;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
	letter-spacing: 0.8pt;
	line-height: 1.4em;
	width: 100%;
}
.h3title span{

	display: inline-block;
    font-size: 24px;
    width: auto!important;
    background: #c91b1c!important;
    color: #fff!important;
    padding: 4px 12px!important;
    margin: 0 16px 0 0;
}


.h3title_green{
font-size: 1.8em;
padding: 0 0px 0 0px;
margin: 0px 0 15px 0px;
text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
letter-spacing: 0.8pt;
border-bottom: 3px #c5f3c5 solid;
display: block;
line-height: 2em;
}


.h4title{
  font-size: 1.4em;
  padding: 0 0 0 0px;
  margin: 0px 0px 15px 0px;
  text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
      letter-spacing: 0.8pt;
}

.h4title_blue{
	font-size: 1.4em;
	padding: 0 0 0 0px;
	margin: 30px 0px 10px 0px;
	/* text-shadow: 1px 2px 2px rgba(0,0,0,0.4); */
	letter-spacing: 0.8pt;
    color: #0289ff;
	font-weight: bold;
}

.h4title_green{
font-size: 1.4em;
padding: 0 0px 0 0px;
margin: 0px 0 15px 0px;
text-shadow: 1px 2px 2px rgba(0,0,0,0.4);
letter-spacing: 0.8pt;
border-bottom: 3px #c5f3c5 solid;
display: block;
line-height: 2em;
}


#sub_right_area01{
	width: 80%;
	    margin: 4% 0 120px 0;
	    float: left;
}
#sub_right_area02{
	width: 100%;
	margin: 0px 0 120px 0;
	float: left;
}
#sub_right_area03 {
    width: 100%;
    margin: 4% 0 120px 0;
}

#sub_right_area04 {
    width: 80%;
    margin: 4% auto 120px;
overflow:hidden;
position:relative;
}

#sub_right_area05 {
	width: 80%;
	margin: 4% 0 120px 0;
	float: left;
}

#sub_right_area06{
	width: 80%;
	    margin: 4% 0 120px 0;
	    float: left;
	    min-height: 720px;
}



/*下層汎用ここまで*/


/* 共通キャラクター設定 */
.character{
	position: absolute;
	max-width: 100px;
	z-index: 0;}
.character img{
	width: 100%;
	}

/* 共通キャラクター設定 ここまで*/



/* THECUTページ キャラクター */
body.thecut #sub_right_area01 .chct01{

top: 43%;

left: -11%;

right: auto;

bottom: auto;

width: 13%;

}
	
	body.thecut #sub_right_area01 .chct02{
		
top: 49%;
		
left: auto;
		
right: -7%;
		
bottom: auto;
		
width: 13%;
	}
	body.thecut #sub_right_area01 .chct03{
		
top: auto;
		
left: -8%;
		
right: auto;
		
bottom: 0%;
		
width: 15%;
	}
	
	body.thecut #sub_right_area01 .chct04{
		top: auto;
		left: auto;
		right: -9%;
		bottom: 20%;
		width: 15%;
		z-index: 0;
		}
		



/* リクルートページキャラクター */
body.bg_recruit02 #sub_right_area01 .chct01{
	
	top: 35%;
		
	left: auto;
		
	right: 15%;
		
	bottom: auto;
		
	width: 20%;
	max-width: 120px;	
	z-index: 0;
	}
	
	body.bg_recruit02 #sub_right_area01 .chct02{
		
	top: auto;
		
	left: auto;
		
	right: 18%;
		
	bottom: 40%;
		
	width: 15%;
		
	z-index: 0;
	}
	body.bg_recruit02 #sub_right_area01 .chct03{
	top: auto;
		
	left: auto;
		
	right: 18%;
		
	bottom: 20%;
		
	width: 15%;
		
	z-index: 0;
	}
	
	
			
		
		/* 下層キャラクター配置 ここまで*/
		



/*会社案内*/

/*企業理念*/


.company_box01:first-child{
			margin: 20px 0 0 50px;
}
.company_box01{
		margin: 60px 0 0 50px;
}

.company_box01:last-child{
}



.philosopy_three{
	display: flex;
	    margin: 0 0 0 30px;
}

.philosopy_three li:first-child{
	flex: 1;
	background: #fad7c1;
	border-radius: 7px;
	margin: 0 25px 0 25px;
	height: 250px;
	padding: 30px;
	position: relative;
}

.philosopy_three li:first-child span:nth-child(1){
  display: block;
  text-align: center;
  font-size: 1.7em;
  padding: 0px 0 10px 0;
}

.philosopy_three li:first-child span:nth-child(2){
	display: block;
	    text-align: justify;
	    font-size: 0.9em;
	    letter-spacing: 1pt;
	    line-height: 1.8em;
}



.philosopy_three li:first-child span:nth-child(3){
	display: block;
	position: absolute;
	top: 62%;
	left: 12%;
	right: 12%;
	bottom: 0;
}

.philosopy_three li:first-child span:nth-child(3) img{
width: 100%;
}









.philosopy_three li:nth-child(2){
	flex: 1;
	background: #c6d4f1;
	border-radius: 7px;
	margin: 0 25px 0 25px;
	height: 250px;
	padding: 30px;
	position: relative;
}

.philosopy_three li:nth-child(2) span:nth-child(1){
  display: block;
  text-align: center;
  font-size: 1.7em;
  padding: 0px 0 10px 0;
}

.philosopy_three li:nth-child(2) span:nth-child(2){
	display: block;
	text-align: justify;
	font-size: 0.9em;
	letter-spacing: 1pt;
	line-height: 1.8em;
}

.philosopy_three li:nth-child(2) span:nth-child(3){
	display: block;
	position: absolute;
	top: 65%;
	left: 15%;
	right: 15%;
	bottom: 0;
}

.philosopy_three li:nth-child(2) span:nth-child(3) img{
width: 100%;
}








.philosopy_three li:nth-child(3){
	flex: 1;
	background: #d3e9c5;
	border-radius: 7px;
	margin: 0 25px 0 25px;
	height: 250px;
	padding: 30px;
	position: relative;
}

.philosopy_three li:nth-child(3) span:nth-child(1){
  display: block;
  text-align: center;
  font-size: 1.4em;
  padding: 0px 0 10px 0;
}

.philosopy_three li:nth-child(3) span:nth-child(2){
	display: block;
	    text-align: justify;
	    font-size: 0.9em;
	    letter-spacing: 1pt;
	    line-height: 1.8em;
}

.philosopy_three li:nth-child(3) span:nth-child(3){
	display: block;
	position: absolute;
	top: 65%;
	left: 15%;
	right: 15%;
	bottom: 0;
}

.philosopy_three li:nth-child(3) span:nth-child(3) img{
width: 100%;
}















.company_box_content01{
font-size: 1em;
    margin: 20px 0 0 5px;
display: flex;
    letter-spacing: 1.6pt;
    line-height: 1.8em;
}


.company_box_content01 > div{
	    flex: 2;
	    margin: 0 3% 0 0;
	    text-align: justify;
	    line-height: 1.4em;
	    letter-spacing: 0.8px;
}


.company_box_content01 > figure{
width: 400px;
}

.company_box_content01 > figure img{
width: 100%;
}


.company_box_content01 > div .catch01{
	display: block;
	font-size: 1.2em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin: 15px 0 0 0;
	text-align: center;
}














.concept_3c_1s{
font-size: 1em;
    margin: 40px 0 0 5px;
width: 100%;
}


.concept_3c_1s > div{
	width: 53%;
	margin: 0px 0% 0 3%;
	text-align: justify;
	line-height: 1.4em;
	letter-spacing: 0.8px;
	float: left;
}



.concept_3c_1s > figure{
	width: 400px;
	    float: left;
}

.concept_3c_1s > figure img{
width: 100%;
}









/*レスポンシブ用*/
/*#navi_sub01_rp{
	display: none;
}*/
/*レスポンシブ用ここまで*/




#navi_sub01{
	width: 203px!important;
	float: left;
	margin: 4% 0 0 3%;
}

#to_list01_area h2 {
  background: rgb(201, 27, 28);
      color: #fff;
      font-size: 1.2vw;
      text-align: center;
      font-weight: bold;
      border-bottom: 1px #fff solid;
      padding: 10px;
}

#to_list01 {
  color: #fff;
  display: block;
  text-decoration: none;
}


#to_list01 li {
    border-bottom: 1px #fff solid;
			background: rgb(35, 36, 36);
}

#to_list01 li:hover{
background: #696f6f!important;
}

.navi_sub_on{
  background: #c91b1c!important;
}


.navi_sub_tab01{
background: #ff5a5b;
	}

	.navi_sub_tab01:hover{
	background: #c91b1c;
		}

#to_list01 li a {
	display: block;
	margin: 0px;
	text-decoration: none;
	font-size: 0.8vw;
	padding: 10px;
	color: #ffffff;
}

.ontheFooter{
	position: absolute!important;
	top: auto;
	bottom: 2%;
	left: auto;
	right: 2.4%;
}



#to_list01_area a.bn{
display:block;
    text-align: center;
}

#to_list01_area a.bn span:nth-child(1){
display:block;
font-size: 24px;
font-weight: bold;
color: #195ff7;
}
#to_list01_area a.bn span:nth-child(2){
display:block;
font-size: 14px;
color: #195ff7;
}

#to_list01_area a.bn_sp{
display:none;
}

















/*企業理念　ここまで*/

#company_area02{
  width: 80%;
    margin: 0px 0 0 0;
    float: left;
}


.company_box02{
	margin: 20px 0 70px 50px;
	    padding: 30px 0 0 0;
	    clear: both;
	    border-top: 1px #999 solid;
}

.company_box02:last-child{
    margin: 20px 0 0px 50px;
    clear: both;
}



.company_box02 figure{
	width: 400px;
	    height: auto;
	    margin: 30px 20px 0 20px;
	    float: left;
	    line-height: 0;
}
.company_box02 figure figcaption{
	display: block;
	margin: 15px 0 0 0;
}


.company_box02 figure img{
  width: 100%;
}


.company_box02_content01{
	font-size: 1em;
	margin: 30px 0 0 50px;
	letter-spacing: 1.6pt;
	line-height: 1.8em;
	width: 420px;
	float: left;
}


.company_box02_content01 > div{
  margin: 0 10px 0 0;
  text-align: justify;
  letter-spacing: 1.2pt;
  line-height: 1.5em;
}







.company_box02_content01 > div .to_google_map{
	display: block;
	font-size: 0.9em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	margin: 15px 0 0 0;
	text-align: center;
	background: #008223;
	width: 240px;
	color: #fff;
	border-radius: 10px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	position: relative;
}


.company_box02_content01 > div .to_google_map:hover{
  background: #02d53b;
  transition: 0.4s ease-in-out;
 -webkit-transition: 0.4s ease-in-out;
}


.company_box02_content01 > div .to_google_map::before{
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #1c520c;
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 5%;
  transition: 0.4s ease-in-out;
 -webkit-transition: 0.4s ease-in-out;
 opacity: 0.7;
}

.company_box02_content01 > div .to_google_map:hover::before{
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #fff;
  content: "";
  display: inline-block;
  position: absolute;
  top: 36%;
  left: 7%;
  transition: 0.4s ease-in-out;
 -webkit-transition: 0.4s ease-in-out;
  opacity: 1;
}





.company_box02_content01 > div .to_google_map a{
  color: #fff;
      display: block;
      padding: 4% 0 4% 8%;
}



.company_box02_content01 ul{
  width: 100%;
  margin: 20px 0 0 0;
}

.company_box02_content01 ul li{
	margin: 0px 10px 0 0;
    float: left;
    line-height: 0;
    width: 200px;
}


.company_box02_content01 ul li img{
    width: 100%;
}

.company_box02:nth-child(4) .company_box02_content01 ul li img {
    width: 50%;
}


.nearest_st{
	display: block;
margin: 5% 0 5% 0;
}











/*会社概要*/

.profile_area{
  width: 100%;
  margin: 20px 0 35px 0;
}

.profile_area dl{
  width: 100%;
  margin: 1px 0px 0 0;
  display: table;
}

.profile_area dl:first-child{
  width: 100%;
}

.profile_area dl:last-child{
  width: 100%;
}

.profile_area dl dt{
  width: 30%;
  height: auto;
  background: #ffebeb;
  text-align: center;
  font-size: 1em;
  border-right: 1px #fff solid;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}

.profile_area dl dd{
  width: 70%;
  height: auto;
  background: #f3f3f3;
  font-size: 1em;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
	    position: relative;
}

.profile_area dl dd .name_row01{
	margin: 0 0 0 0;
	left: 24%;
	position: absolute;
}


.googlemap01{
width: 100%;
height: 500px;
position: relative;
overflow: hidden;
}

.googlemap01 iframe,
.googlemap01 object,
.googlemap01 embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}





/*会社概要ここまで*/









/*沿革*/


.book_zone{

}

.book_zone img{

}


#from_tosa_inazuma{

}

#tosa_inazuma_area{
  width: 94%;
  background: #272727;
  color: #fff;
  padding: 3%;
  margin: 0 0 5% 0;
}



#tosa_inazuma_area section{
  letter-spacing: 1.4pt;
      line-height: 1.6em;
      margin: 0 0 4% 0;
      width: 100%;
      position: relative;
}


#tosa_inazuma_area section .photo_history{
  position: absolute;
      width: 22%;
      top: 0;
      left: auto;
      right: 0;
}


#tosa_inazuma_area section h3{
  font-size: 1.5em;
  margin: 0 0 1% 0;
}


#tosa_inazuma_area section > div{
	font-size: 1em;
	margin: 0 0 0.5% 0;
	text-align: justify;
	letter-spacing: 0pt;
	width: 75%;
}













.history_area{
  width: 100%;
  margin: 0 0 0px 0;
}

.history_area dl{
  width: 100%;
  margin: 1px 0px 0 0;
  display: table;
}

.history_area dl:first-child{
  width: 100%;
}

.history_area dl:last-child{
  width: 100%;
}

.history_area dl dt{
  width: 15%;
  border-right: 1px #fff solid;
  height: auto;
  background: #ffebeb;
  text-align: center;
  font-size: 1em;
  margin: 0 1px 0 0;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}

.history_area dl dd{
  width: 70%;
  height: auto;
  background: #f3f3f3;
  font-size: 1em;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}

/*沿革ここまで*/


















/*福利厚生*/

.benefit_box01 {
	font-size: 1em;
	    margin: 15px 0 0 0px;
	    padding: 25px;
	    display: flex;
	    letter-spacing: 0.8pt;
	    line-height: 1.4em;
	    flex-direction: row;
	    background: linear-gradient(90deg,#eaffe6,#ffffff);
	    border-radius: 5px;
}

.benefit_text01{

}
.benefit_text01 li{
}


.benefit_box02{
	font-size: 1em;
	margin: 40px 0 0 0px;
	letter-spacing: 0.8pt;
	line-height: 1.4em;
}

.benefit_box02 > div {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}


.benefit_box02 figure{
    margin: 0% 2% 3% 0;
	width: 49%;
}

.benefit_box02 figure:nth-child(2n){
	margin-right: 0;
}

.benefit_box02 figure img{
width: 100%;
}

.benefit_box02 figure figcaption{
font-size: 0.9em;
text-align: justify;
}


/*福利厚生*/



















/*組織図*/




.chart_area{
width: 100%;
}

.chart_area img{
width: 100%;
}


.bn_area01 {
      width: 100%;
      display: flex;
      background: rgba(0,0,0,0.1);
}

.bn_area01 ul{
  width: 740px;
      display: flex;
      margin: 0 auto;
}

.bn_area01 li{
  flex: 1;
  margin: 0px 0 0 0px;
  padding: 30px 20px 20px 20px;
  line-height: 0;
}

.bn_area01 li img{
width:100%;
}



/*組織図　ここまで*/








/*海外関係会社*//*トップメッセージ*/

#company_area03 {
    width: 80%;
    margin: 60px 0 0 0;
    float: left;
}


.company_box03:nth-child(1) {
	margin: 0% 0 0 0px;
	padding: 0% 4%;
}

.company_box03 {
	margin: 10% 0 0 0px;
	padding: 0% 4%;
}



.company_box_content03{
	font-size: 1em;
	margin: 40px 0 0 0px;
	display: flex;
	letter-spacing: 0.8pt;
	line-height: 1.4em;
	    flex-direction: row;
}
.company_box_content03_reverse {
	font-size: 1em;
	margin: 40px 0 0 0px;
	display: flex;
	letter-spacing: 0.8pt;
	line-height: 1.4em;
	    flex-direction: row-reverse;
}

.company_box_content03_reverse figure{
	line-height: 0;
}



.company_box_content03 > div {
	flex: 2;
	margin: 0 0px 0 2%;
	text-align: justify;
	width: 30%;
}



.text_area03{
	font-size: 1em;
line-height: 1.4em;
letter-spacing: 0.8pt;
	text-align: justify;
}

.company_box_content03_reverse .text_area03{
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.8pt;
	padding: 0 3% 0 0px;
	text-align: justify;
}



.company_box_content04{
	font-size: 1em;
	margin: 40px 0 0 0px;
	display: flex;
	letter-spacing: 0.8pt;
	line-height: 1.4em;
	    flex-direction: row;
}
.company_box_content04_reverse {
	font-size: 1em;
	margin: 40px 0 0 0px;
	display: flex;
	letter-spacing: 0.8pt;
	line-height: 1.4em;
	    flex-direction: row-reverse;
}

.company_box_content04 > div {
	flex: 2;
	margin: 0 0px 0 2%;
	text-align: justify;
	width: 30%;
}























.overseas_area{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}



.overseas_area > figure {
	width: 35%;
	display: block;
	margin: 0% 0% 0 3%;
}

.overseas_area > figure img{
    width: 100%;
}



.overseas_area > .text_area04{
margin: 0% 0% 3% 0;
	display: block;
	font-size: 1em;
	line-height: 1.4em;
	letter-spacing: 0.8pt;
	padding: 0 0 0 0px;
	text-align: justify;
		width: 62%;
}







.profile_overseas{
	width: 89%;
	margin: 5% 0 0 4%;
	padding: 3%;
	background: linear-gradient(90deg,#fffbbd,#ffffff);
}


.profile_overseas dl{

}

.profile_overseas dt{
    font-size: 1.4em;
}

.profile_overseas dd{
margin: 0 0 30px 0;
position: relative;
}

.profile_overseas dd span.googlemap02{
	top: 0%;
	left: 16%;
	position: absolute;
}

.profile_overseas dd span.googlemap02 a{
	display: block;
	background: #c91b1c;
	color: #fff;
	border-radius: 6px;
	padding: 3px;
	font-size: 12px;
}

.profile_overseas dd span.googlemap03{
	    top: 0%;
	    left: 16%;
	    position: absolute;
}

.profile_overseas dd span.googlemap03 a{
	display: block;
	background: #c91b1c;
	color: #fff;
	border-radius: 6px;
	padding: 3px;
	font-size: 12px;
}









/*トップメッセージ*/

.top_message_box01 {
	margin: 0 0 0 0px;
	padding: 4% 4%;
	background: #262626;
}
.top_message_box01 > h3{
color: #fff;
}


.img_portrait01{

}

.img_portrait01 img{

}


.top_message01 p{
	font-size: 1em;
	    letter-spacing: 0.8pt;
	    line-height: 1.4em;
			color: #fff;
}

.top_message01 .president_name01{
text-align: right;
display: block;
margin: 8% 0 0 0;
font-size: 1.4em;
color: #fff;
letter-spacing: 0.6pt;
}



/*海外関係会社*//*トップメッセージ*/
/*ここまで*/

/*会社案内　ここまで*/







/*事業内容*//*事業内容*//*事業内容*//*事業内容*/

.workflow_area{
	width: 80%;
margin: 0% 0 0% 0;
float: left;
}








/*海外展開*/

.overseas_expansion_box{
	font-size: 1em;
	letter-spacing: 1.6pt;
	line-height: 1.8em;
	margin: 0px 0 0 50px;
}
.overseas_expansion_box section{
		font-size: 1em;
		display: flex;
		letter-spacing: 1.6pt;
		line-height: 1.8em;
		    flex-direction: row-reverse;
}

.overseas_expansion_box section > div{
	flex: 2;
	margin: 0% 2% 0 0;
	text-align: justify;
	line-height: 1.4em;
	letter-spacing: 0.8px;
}
.overseas_expansion_box section > figure{
    flex: 1;
}
.overseas_expansion_box section > figure img{
width: 100%;
}





.img_world_map01{
    margin: 30px 0 0 0;
}


.img_world_map01 img{
width: 100%;
}



/*海外展開ここまで*/



















/*事業内容*//*事業内容*//*事業内容*//*事業内容*//*事業内容ここまで*/










/*新着情報一覧*/



#news_list{
width: 1150px;
height: auto;
margin: 0px auto 0px;
}


#news_list dl{
	width: 1150px;
	height: auto;
	margin: 0px 0 0px 0;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px #196fa8 dashed;
		position: relative;
	}

#news_list dl dt{
	width: 20%;
height: auto;
float: left;
}

#news_list dl dd.n_title01{
	width: 70%;
height: auto;
float: left;
}

#news_list dl dd.n_title01 a{
	font-size: 1em;
	    color: #292929;
	    font-weight: bold;
}



#news_list dl dt img{
	display: block;
	float: left;
	width: 80px;
}

#news_list dl dt .n_list_date{
	display: block;
	float: left;
	margin: 0px 0 0 30px;
}


#news_list .ic_pdf01 {
    width: 40px;
    position: absolute;
    top: 25%;
    left: auto;
    right: 0;
}





.row{
	overflow: hidden;
	width: 100%;
	margin: 0 auto 0;
}

.page-list{
	overflow: hidden;
	    margin: 20px auto;
	    text-align: center;
	    display: block;
	    width: inherit;
}

.page-list li{
	width: 36px;
	margin: 1%;
	background: #196fa8;
	text-align: center;
	height: 10px;
	padding: 10px 0 20px 0;
	display: inline-block;
}

.page-list li a{
font-size: 1em;
color: #fff;
}


/*新着情報一覧ここまで*/


/*新着情報詳細ここまで*/

#news_detail{
width: 1150px;
height: auto;
margin: 0px auto 0px;
}


#news_detail dl{
	width: 1150px;
	height: auto;
	margin: 0px 0 20px 0;
	padding: 20px 0px 20px 0px;
	border-bottom: 1px #196fa8 dashed;
	}

#news_detail dl dt{
	width: 20%;
height: auto;
float: left;
}

#news_detail dl dd.n_title01{
	width: 70%;
	height: auto;
	float: left;
	font-weight: bold;
}

#news_detail dl dd.n_title01 a{
	font-size: 1em;
	    color: #292929;
	    font-weight: bold;
}

#news_detail dl dt img{
	display: block;
	float: left;
	width: 80px;
}

#news_detail dl dt .n_list_date{
	display: block;
	float: left;
	margin: 0px 0 0 30px;
}


#news_detail dl .contents01{
	clear: both;
	margin: 3% 0 0 0;
	display: block;
}


#news_detail dl .contents01 > img{
	display: block;
	float: left;
	width: 35%;
}

#news_detail dl .contents01 > div{
	display: block;
	    float: left;
	    width: 63%;
	    margin: 0 0 0 2%;
}




/*一覧へ戻る*/

.row{
	overflow: hidden;
	width: 100%;
	margin: 0 auto 0;
}

.page-list{
	overflow: hidden;
	    margin: 20px auto;
	    text-align: center;
	    display: block;
	    width: inherit;
}

.page-list li{
	width: 3%;
	    margin: 1%;
	    background: #196fa8;
	    text-align: center;
	    height: 10px;
	    padding: 1% 0px 2% 0;
	    display: inline-block;
}

.page-list li a{
font-size: 1em;
color: #fff;
display: block;
}

/*一覧へ戻る*/
/*新着情報詳細ここまで*/





/*リクルート*/

.bg_recruit01{
	background: url(../img/bg_recruit01_2.jpg)!important;
    background-position: 49.9% 0%!important;
	background-size: auto!important;
	background-repeat: no-repeat!important;
}

.bg_recruit02 {
    background: url(../img/bg_recruit02_2.jpg)!important;
    background-position: 49.9% 0%!important;
    background-size: auto!important;
    /* background-repeat: no-repeat!important; */
}


.requirement_area{
  width: 100%;
  margin: 20px 0 0 0;
	    box-shadow: 1px 2px 2px rgba(0,0,0,0.4);
}


.requirement_area dl{
  width: 100%;
  margin: 1px 0px 0 0;
  display: table;
}

.requirement_area dl:first-child{
  width: 100%;
}

.requirement_area dl:last-child{
  width: 100%;
}

.requirement_area dl dt{
  width: 30%;
  height: auto;
  background: #ffebeb;
  text-align: center;
  font-size: 1em;
  border-right: 1px #fff solid;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}


.requirement_area dl dt br{
	display: none;
}


.requirement_area dl dd{
  width: 70%;
  height: auto;
  background: #f3f3f3;
  font-size: 1em;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}






/*リクルート社員の声*/

.staff_message_box01{
	margin: 0px 0 60px 50px;
	    padding: 20px 0;
	    clear: both;
	    border-top: 1px #999 solid;
}



.staff_message_box01:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}


.staff_message_box01 > div:nth-child(2n+1){
clear: both;
}




.staff_message_photo01{
	width: 40%;
	display: block;
	margin: 0 0 30px 0;
	position: relative;
	float: left;
}

.staff_message_photo01 img{
	width: 100%;
}

.staff_message_photo01 li{
    margin: 0 0px 30% 0;
}

.staff_message_photo01 li img{
	width: 100%;
}

.staff_message_q_and_a01{
	width: 56%;
	    display: block;
	    margin: 0 2% 0px 2%;
	    position: relative;
	    float: left;
}

.staff_message_q_and_a01 dl {
    margin: 2% 0 2% 0;
}

.staff_message_q_and_a01 dl dt{
	font-size: 1em;
	    font-weight: bold;
	    margin: 0 0 0 11.5%;
}
.staff_message_q_and_a01 dl dt::before{
	content: "";
	background: url(../img/ic_staff_messageQ.png);
	width: 50px;
	height: 45px;
	background-size: contain;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin: 0 10px 0 -60px;
}


.staff_message_q_and_a01 dl dd{
	    font-size: 0.9em;
	    letter-spacing: 0pt;
	    line-height: 1.5em;
	    margin: 0 0 0 11.5%;
}


.text_on_the_photo01{
	position: absolute;
	top: auto;
	left: auto;
	right: 5%;
	bottom: 5%;
	font-size: 1em;
	line-height: normal;
	color: #fff;
	font-weight: bold;
	padding: 3% 4%;
	background: rgba(70, 199, 0, 0.6);
	border-radius: 4px;
}

.text_on_the_photo01 li{
margin: 0;
}



/*リクルート社員の声ここまで*/





/*社員一日*/


.bt_area_staff_day{
	width: 100%;
}

.bt_area_staff_day li{
display: inline-block;
margin: 0 15px 0 0;
transition: 0.3s ease-in-out;
}
.bt_area_staff_day li img{
	width: auto;
}
.bt_area_staff_day li:last-child{
margin-right: 0;
}
.bt_area_staff_day li:hover{
opacity: 0.6;
transition: 0.3s ease-in-out;
}


/*社員一日ここまで*/















/*QandA*//*QandA*//*QandA*//*QandA*//*QandA*/

.q_and_a_area01{
	font-size: 1em;
	    margin: 0 auto;
	    letter-spacing: 1.6pt;
	    line-height: 1.8em;
	    width: 100%;
	    clear: both;
}


.q_and_a_area01 > dl{
	width: 100%;
	margin: 0 0 40px 0;
}


/* question */
.q_and_a_area01 > dl dt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 12px 0;
}

.q_and_a_area01 > dl dt figure{
width: 11%;
}
.q_and_a_area01 > dl dt figure img{
width: 100%;
}

.q_and_a_area01 > dl dt div{
	position: relative;
	display: flex;
	padding: 40px 20px;
	line-height: 1.5em;
	color: #fff;
	font-size: 16px;
	background: #c91b1c;
	border-radius: 15px;
	width: 82%;
	align-items: center;
  }

  .q_and_a_area01 > dl dt div span{
color: #fff;
font-size: 64px;
font-weight: bold;
margin: 0 16px 0 0;
  }

  
  .q_and_a_area01 > dl dt div:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0%;
	margin-left: -30px;
	border: 15px solid transparent;
	border-right: 15px solid #c91b1c;
  }
  
/* Questionここまで */


/* Answer */

.q_and_a_area01 > dl > dd{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
}

.q_and_a_area01 > dl dd:nth-of-type(2){
margin: -80px 0 0 0;
}

.q_and_a_area01 > dl dd:nth-of-type(2) > div{
	width: 80%;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	align-items: flex-start;
	margin: 0 auto 0 0;
}

.q_and_a_area01 > dl dd:nth-of-type(2) > div::before{
content: "";
display: none;
}

.q_and_a_area01 > dl dd:nth-of-type(2) > div::after{
content: "";
display: none;
}



.q_and_a_area01 > dl > dd > figure{
width: 11%;
}
.q_and_a_area01 > dl > dd > figure > img{
width: 100%;
}

.q_and_a_area01 > dl > dd > div{
	position: relative;
	display: flex;
	padding: 40px 20px;
	color: #111;
	font-size: 16px;
	background: #fff;
	border-radius: 15px;
	width: 80%;
	align-items: flex-start;
	border: solid 3px #c91b1c;
line-height: 1.5em;
flex-wrap: wrap;

  }

  .q_and_a_area01 > dl > dd > div span{
color: #c91b1c;
font-size: 64px;
font-weight: bold;
margin: 0 16px 0 0;
width: 6%;
  }

.q_and_a_area01 > dl > dd > div > div.sente{
	width: 90%;
}



  .q_and_a_area01 > dl > dd > div:before{
	content: "";
	position: absolute;
	top: 40px;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
  }
  
  .q_and_a_area01 > dl > dd > div:after {
	content: "";
	position: absolute;
	top: 40px;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #c91b1c;
	z-index: 1;
  }

  .q_and_a_area01 > dl > dd > div > figure{
	width: 100%;
margin: 28px 0 0 0;
 }
 .q_and_a_area01 > dl > dd > div > figure > img{
width: 100%;
}
.q_and_a_area01 > dl > dd > div > ul.photo_box{
	width: 100%;
margin: 28px 0 0 0;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
} 

.q_and_a_area01 > dl > dd > div > ul.photo_box li{
	width: 48%;
	line-height: 0;
	position: relative;
	margin: 28px 0 0px 0;
}
.q_and_a_area01 > dl > dd > div > ul.photo_box li img{
	width: 100%;

} 

.q_and_a_area01 > dl > dd > div > ul.photo_box li .caption{
	position: absolute;
	top: 0;
	left: 0;
	background: #111;
	color: #fff;
	padding: 16px;
} 


.q_and_a_area01 > dl > dd > div > div.prod_box{
position: relative;
}
.q_and_a_area01 > dl > dd > div > div.prod_box dl{
	position: relative;
	background: #ddd;
	border-radius: 32px;
	margin: 0 0 24px 0;
	z-index: 1;
}

.q_and_a_area01 > dl > dd > div > div.prod_box dl dt{
	background: #111;
	color: #fff;
	padding: 12px 12px 12px 12px;
	border-radius: 32px;
	width: auto;
	text-align: center;
	display: block;
	margin: 0 0 0 0;
}
.q_and_a_area01 > dl > dd > div > div.prod_box dl dd{
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	padding: 24px 24px;
}

.q_and_a_area01 > dl > dd > div > div.prod_box dl dd .sente{
margin: 0 0 16px 0;
}

.q_and_a_area01 > dl > dd > div > div.prod_box dl dd figure{
justify-content: space-between;
display: flex;
	width: 100%;
}

.q_and_a_area01 > dl > dd > div > div.prod_box dl dd figure.row3{
	justify-content: space-between;
	display: flex;
		width: 100%;
	}
	

.q_and_a_area01 > dl > dd > div > div.prod_box dl dd figure.row3 img{
	width: calc(95% / 3);
display: block;
}
.q_and_a_area01 > dl > dd > div > div.prod_box dl dd figure.row2{
	justify-content: space-between;
	display: flex;
		width: 100%;
	}
.q_and_a_area01 > dl > dd > div > div.prod_box dl dd figure.row2 img{
	width: calc(96% / 2);
display: block;
}


.q_and_a_area01 > dl > dd > div > div.prod_box .chct01{
	top: 0;
	left: -96px;
	z-index: 0;
	/* transform: rotate(-18deg); */
	max-width: 150px;
	}
	.q_and_a_area01 > dl > dd > div > div.prod_box .chct02{
		top: 320px;
		left: auto;
		right: -90px;
		z-index: 0;
		/* transform: rotate(28deg); */
		max-width: 150px;
		}


		.q_and_a_area01 > dl > dd > div > div.prod_box .chct03{
			top: auto;
			bottom: 120px;
			left: auto;
			right: -76px;
			z-index: 0;
			transform: rotate(0deg);
			max-width: 100px;
			}

	.q_and_a_area01 > dl > dd > div > div.prod_box .character img{
width: 100%;
	}



/*QandA*//*QandA*//*QandA*//*QandA*//*ここまで*/










/* キャラクター紹介ページ */
.intro_chara{

}

.intro_chara img{
	width: 100%;
}


.detail_chara{
	width: 100%;
	max-width: 1260px;
	margin: 0 auto 120px;
}
.detail_chara li{
	margin: 0 auto 96px;
}
.detail_chara li img{
width: 100%;
}







/*リクルートお問い合わせ*/

#formR{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}


#formR_area{
	width: 900px;
	height: auto;
	margin: 0 auto;
	background: rgba(255,255,255,0.9);
	padding: 1.5% 3.5% 0.5% 3.5%;
}

#formR_area dl{
width: 100%;
margin: 20px auto 0;
overflow: hidden;
}


#formR_area dl dt{
	width: 270px;
	font-size: 18px;
	float: left;
}


#formR_area dl:nth-child(4) dt::after{
	content: "郵便番号を入力すると、以下、一部自動で入力されます。";
	font-size: 12px;
	width: 170px;
	display: block;
	margin: 0px 0 0 0;
	color: #f00;
}





#formR_area dl .required::after{
	content: "必須";
	    padding: 2px;
	    color: #f00;
	    font-size: 12px;
	    border-radius: 5px;
	    vertical-align: middle;
	    margin: 0px 0 0px 0;
	    border: 1px #f00 solid;
	    box-sizing: border-box;
}


#formR_area dl dd{
	width: 630px;
	font-size: 15px;
	float: left;
	border-bottom: 1px #ff4849 solid;
	padding: 0 0 3px 0;
	word-wrap: break-word;
}

#formR_area dl dd input{
	width: 97%;
	background: #ffe9e9;
	border: none;
	padding: 0% 1.5%;
	font-size: 15px;
}



#formR_area dl dd input::-webkit-input-placeholder{
color: rgba(191, 130, 0, 1);
  }

  #formR_area dl dd input:-ms-input-placeholder{
color: rgba(191, 130, 0, 1);
  }

    #formR_area dl dd input::-moz-placeholder{
color: rgba(191, 130, 0, 1);
  }







#formR_area dl dd textarea{
	width: 97%;
    background: #ffe9e9;
	    border: none;
	    padding: 1% 1.5%;
	    font-size: 15px;
}



#bt_confirmR_area{
	width: 200px;
	position: relative;
	margin: 0 auto;
}

#bt_confirmR{
	width: 200px;
	margin: 70px auto 0;
	display: block;
	padding: 15px;
	border: none;
	color: #111;
	background: #e4e4e4;
	font-size: 14px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
}


#bt_confirmR_area::after{
	content: ">";
	color: #111;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	right: 10%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


#bt_confirmR:hover{
	color: #fff;
	background: #c91b1c;
	font-weight: bold;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


#bt_confirmR_area:hover::after{
	content: ">";
	color: #111;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	right: 8.5%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}




/*リクルートお問い合わせ確認*/




#confirmR_area{
width: 900px;
height: auto;
margin: 0 auto;
}

#confirmR_area dl{
	width: 100%;
	    margin: 50px auto 0px;
	    border-bottom: 1px #ffdbbd solid;
	    padding: 0px 0 5px 0;
}


#confirmR_area dl dt{
	width: 270px;
	font-size: 18px;
	float: left;
}







#confirmR_area dl .required::after{
	content: "必須";
	    padding: 2px;
	    color: #f00;
	    font-size: 12px;
	    border-radius: 5px;
	    vertical-align: middle;
	    margin: 0px 0 0px 0;
	    border: 1px #f00 solid;
	    box-sizing: border-box;
}


#confirmR_area dl dd{
	width: 630px;
	float: left;
	padding: 0 0 3px 0;
	word-wrap: break-word;
	height: auto;
	font-size: 15px;
}

#confirmR_area dl dd input{
	width: 97%;
	background: #ffd16f;
	border: none;
	padding: 1% 1.5%;
	font-size: 15px;
}


#confirmR_area dl dd textarea{
	width: 97%;
	    background: #ffd16f;
	    border: none;
	    padding: 1% 1.5%;
	    font-size: 15px;
}



















#confirmR_bt_area{
	width: 410px;
	    height: auto;
	    clear: both;
     margin: 70px auto 0;
}



.confirmR_back_area{
	width: 200px;
	height: auto;
	position: relative;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	}

.confirmR_back{
	width: 200px;
	display: block;
	padding: 15px;
	border: none;
	color: #111;
	background: #e4e4e4;
	font-size: 14px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
}


.confirmR_back_area::after{
	content: "<";
	color: #111;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	left: 10%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


.confirmR_back:hover{
	color: #fff;
	background: #c91b1c;
	font-weight: bold;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


.confirmR_back_area:hover::after{
	content: "<";
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	left: 8.5%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}











.confirmR_submit_area{
	width: 200px;
	position: relative;
	margin: 0 0 0 5px;
	display: inline-block;
	float: left;
}

.confirmR_submit{
	width: 200px;
	display: block;
	padding: 15px;
	border: none;
	color: #111;
	background: #e4e4e4;
	font-size: 14px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
}


.confirmR_submit_area::after{
	content: ">";
	color: #111;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	right: 10%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


.confirmR_submit:hover{
	color: #fff;
	background: #c91b1c;
	font-weight: bold;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}



.confirmR_submit_area:hover::after{
	content: ">";
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	right: 8.5%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}




















/*リクルートお問い合わせ　サンクスページ--------------*/
.thanksR_box{
	width: 52%;
margin: 70px auto 140px auto;
}




.thanksR{
	margin: 70px auto 40px auto;
	    line-height: 1.8em;
	    font-size: 18px;
	    color: #111;
	    width: 490px;
	    text-align: center;
}







/*お問い合わせ共通ボタン*/


.bt_pagetop{
	width: 200px;
	display: block;
	padding: 15px;
	border: none;
	color: #111;
	background: #e4e4e4;
	font-size: 14px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
}


.bt_pagetop a{
	color: #111;
	font-size: 14px;
	cursor: pointer;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
	    display: block;
}




.bt_pagetop:hover{
background: #c91b1c;
color: #fff;
transition: 0.4s cubic-bezier(.76,.05,.86,.06);
-webkit-transition: 0.3s cubic-bezier(.76,.05,.86,.06);
transform:translate(0,2px);
}

.bt_pagetop:hover a{
color: #fff;
transition: 0.4s cubic-bezier(.76,.05,.86,.06);
-webkit-transition: 0.3s cubic-bezier(.76,.05,.86,.06);
transform:translate(0,2px);
}











/*お問い合わせ共通ボタン*/


/*リクルートお問い合わせ　サンクスページ --------------*/



/*リクルートお問い合わせ確認ここまで*/



















/*リクルートここまで*/











/*商品情報*/



/*メーカーリンク*/

.random_order01{
	font-size: 0.7em;
	margin: 0 0 0px 2%;
	    vertical-align: middle;
}
.manufacturer_box{
	display: flex;
	flex-wrap: wrap;
}
.manufacturer_box li {
	width: 48%;
	background: #fff5f5;
	margin: 1%;
		transition: 0.3s ease-in-out;
}

.one_letter_hiragana{
width: 100%!important;
background: none!important;
}

.one_letter_hiragana span{
	font-size: 1.5em;
	    width: 3%!important;
	    background: #c91b1c!important;
	    color: #fff!important;
	    padding: 1% 1% 1% 1%!important;
}



.manufacturer_box li:hover{
	background: #c91b1c;
	transition: 0.3s ease-in-out;
}
.manufacturer_box li:hover a{
color: #fff;
}



.manufacturer_box li a{
color: #000;
font-weight: bold;
transition: 0.1s ease-in-out;
-webkit-transition: 0.1s ease-in-out;
padding: 5%;
    display: block;
}

.manufacturer_box li span{
color: #000;
font-weight: bold;
transition: 0.1s ease-in-out;
-webkit-transition: 0.1s ease-in-out;
    padding: 5%;
		display: block;
}

.manufacturer_box li a::before{
width: 0;
height: 0;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid #c91b1c;
content: "";
display: inline-block;
		transition: 0.3s ease-in-out;
}

.manufacturer_box li:hover a::before{
margin:0 0 0 1%;
border-top: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid #ffd2d2;
		transition: 0.3s ease-in-out;
}



/*メーカーリンク*/





/*商品カテゴリ*/

.product_category01{
display:flex;
flex-wrap: wrap;
}

.product_category_box01{
	width: 23%;
	margin: 0 2% 4% 0;
	box-shadow: 0px 1px 5px #a9a9a9;
	position: relative;
	height: auto;
	padding: 0 0 5% 0;
}
/*.recommended_box01:nth-child(3n){
	width: 32%;
	margin: 0 0% 0 0;
}*/


.product_category_box01 > h4{
	font-size: 1em;
	font-weight: bold;
	text-shadow: none;
	width: 100%;
	margin: 5% 0 0 0;
	text-align: center;
}

.product_category_box01 > h4 > span{
font-size: 0.8em;
color: #c91b1c;
display:block;
width: 100%;
font-weight: bold;
}

.product_category_box01 > figure{
	width: 90.5%;
	margin: 5% auto;
}

.product_category_box01 > figure img{
width: 100%;
}

.product_category_box01 > div{
	margin: 5% 0 0% 0;
	text-align: center;
	clear: both;
	background: #c91b1c;
	font-size: 0.9em;
	padding: 2% 0 2% 0;
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
}


.product_category_box01 > div > a{
	display: block;
	color: #fff;
	display: block;
	text-align: center;
	font-size: 0.9em;
	padding: 2% 0% 2%;
	width: 100%;
}



/*商品カテゴリ*/








/*商品一覧*/


.products_list01{
display:flex;
flex-wrap: wrap;
}

.list_box01{
	width: 23%;
	margin: 0px 2% 6% 0;
	padding: 2% 0 0 0;
	position: relative;
	border-top: 1px #c91b1c solid;
}
/*.list_box01:nth-child(3n){
	width: 32%;
	margin: 0 0% 0 0;
}*/


.list_box01 > h4{
	font-size: 1em;
	font-weight: bold;
	text-shadow: none;
	margin: 2% 0 2% 0;
	line-height: 1.4em;
}

.list_box01 > h4 > span{
	font-size: 0.8em;
	color: #c91b1c;
	display: block;
	width: 100%;
	font-weight: bold;
	line-height: 1.4em;
	letter-spacing: 0.6pt;
}

.list_box01 > figure{
	width: 100%;
line-height: 0;
	/*box-shadow: 0px 1px 5px #c5c5c5;*/
}

.list_box01 > figure img{
width: 100%;
}

.list_box01 > div{
	margin: 0 0 20% 0;
	font-size: 1em;
	/*position: relative;*/
}
.list_box01 > div > p{
	font-size: 0.8em;
	line-height: 1.4em;
	letter-spacing: 0.6pt;
	    text-align: justify;
}

.list_box01 > div > .bt_to_p_detail01{
	position: relative;
	background: #c91b1c;
	margin: 5% 0 0 0;
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
}
.list_box01 > div > .bt_to_p_detail01 a{
	color: #fff;
	display: block;
	text-align: center;
	font-size: 0.9em;
	padding: 2% 0 2%;
}

.pdf_off01{
    pointer-events: none;
			background: #989898;
}




/*商品一覧*/














/*pickup商品*/

.pickup_thecut_logo01{
	width: 120px;
	margin: 0 15px 0 0;
}



.recommended_area01{
display:flex;
flex-wrap: wrap;
}

.recommended_box01{
	width: 31%;
	margin: 0 2% 0 0;
}
/*.recommended_box01:nth-child(3n){
	width: 32%;
	margin: 0 0% 0 0;
}*/


.recommended_box01 > h4{
	font-size: 1em;
	    font-weight: bold;
	    text-shadow: none;
	    border-top: 1px #c91b1c solid;
	    padding: 4% 0 0 0;
	    height: 75px;
}

.recommended_box01 > h4 > span{
	font-size: 0.7em;
	    color: #c91b1c;
	    display: block;
	    width: 100%;
	    font-weight: bold;
}

.recommended_box01 > figure{
	width: 100%;
}

.recommended_box01 > figure img{
width: 100%;
box-shadow: 0px 1px 5px #c5c5c5;
}

.recommended_box01 > div{
	margin: 5% 0 20% 0;
	font-size: 1em;
	position: relative;
	height: 120px;
}

.recommended_box01:nth-last-child(1) > div {
    margin-bottom: 0;
}
.recommended_box01:nth-last-child(2) > div {
    margin-bottom: 0;
}
.recommended_box01:nth-last-child(3) > div {
    margin-bottom: 0;
}



.recommended_box01 > div > p{
	font-size: 0.8em;
}

.recommended_box01 > div > .bt_to_p_detail01{
	position: absolute;
	    background: #c91b1c;
	    margin: 5% 0 0 0;
	    top: auto;
	    bottom: 0;
	    width: 100%;
}
.recommended_box01 > div > .bt_to_p_detail01 a{
	color: #fff;
	display: block;
	text-align: center;
	font-size: 0.9em;
	padding: 2% 0% 2%;
	width: 100%;
}



/*pickup商品*/

/* 生爪紹介ページ */

ul.soft_jaw_box{

}

ul.soft_jaw_box > li{
	
display: flex;
	
flex-wrap: wrap;
	
padding: 0 0 0 0px;
	
width: 91%;
	
margin: 0 0 40px auto;
}

ul.soft_jaw_box > li .photo01{
	
margin: 24px 0 0 0;
	
display: flex;
	
justify-content: space-between;
	
width: 50%;
}
ul.soft_jaw_box > li .photo01 figure{
	
margin: 0 0 40px 0;
	
width: 45%;
}
ul.soft_jaw_box > li .photo01 figure img{
	
width: 100%;
}

ul.soft_jaw_box > li .photo01 figure figcaption{font-size: 14px;margin: 12px 0 0 0;text-align: center;}



ul.soft_jaw_box > li .photo02{
	
	margin: 24px 0 0 0;
		
	display: flex;
		
	justify-content: space-between;
		
	width: 28%;
	}
	ul.soft_jaw_box > li .photo02 figure{
		
	margin: 0 0 40px 0;
		
	width: 100%;
	}
	ul.soft_jaw_box > li .photo02 figure img{
		
	width: 100%;
	}
	
	ul.soft_jaw_box > li .photo02 figure figcaption{
	font-size: 14px;
	text-align: center;
	margin: 12px 0 0 0;
	}
	




ul.soft_jaw_box > li .sente01{
	
width: 45%;
	
margin: 24px 0 0px auto;
}


ul.soft_jaw_box > li > .sente01 > ul{

}

ul.soft_jaw_box > li > .sente01 > ul > li{

margin: 0 0 4px 0;
}


ul.soft_jaw_box > li > .sente01 > p{

margin: 0 0 16px 0;
}



ul.soft_jaw_box > li .sente02{
	width: 65%;
	margin: 24px 0 0px auto;
}

ul.soft_jaw_box > li .sente03{
	width: 100%;
	margin: 24px 0 0px auto;
}

ul.soft_jaw_box > li .photo03{
	
	margin: 24px 0 0 0;
		flex-wrap: wrap;
	display: flex;
		
	justify-content: space-between;
		
	width: 100%;
	}
	ul.soft_jaw_box > li .photo03 figure{
		
	margin: 0 0 72px 0;
		
	width: calc(95% / 2);
	}
	ul.soft_jaw_box > li .photo03 figure img{
		
width: 40%;
	}
	
	ul.soft_jaw_box > li .photo03 figure figcaption{
	font-size: 14px;
	/* text-align: center; */
	margin: 12px 0 0 0;
	}


ul.soft_jaw_box > li .photo03 figure:nth-of-type(6) figcaption{
	font-size: 18px;
	/* text-align: center; */
	margin: 12px 0 0 0;
	line-height:2em;
	}



/* 生爪紹介ページ ここまで*/



/*商品情報ここまで*/










/*お問い合わせ*/

#form01{
width: 100%;
height: auto;
    margin: 50px auto 0;
}




/*リクルートお問い合わせ*/

#form{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}


#form_area{
width: 900px;
height: auto;
margin: 0 auto 0;
}

#form_area dl{
width: 100%;
margin: 20px auto 0;
overflow: hidden;
}


#form_area dl dt{
	width: 270px;
	font-size: 18px;
	float: left;
}


#form_area dl:nth-child(4) dt::after{
	content: "郵便番号を入力すると、市区町村まで自動で入力されます。";
	font-size: 12px;
	width: 170px;
	display: block;
	margin: 0px 0 0 0;
	color: #f00;
}

.error_m{
	color:#ff0000;
}




#form_area dl .required::after{
	content: "必須";
	    padding: 2px;
	    color: #f00;
	    font-size: 12px;
	    border-radius: 5px;
	    vertical-align: middle;
	    margin: 0px 0 0px 0;
	    border: 1px #f00 solid;
	    box-sizing: border-box;
}


#form_area dl dd{
	width: 630px;
	font-size: 15px;
	float: left;
	border-bottom: 1px #ff4849 solid;
	padding: 0 0 3px 0;
	word-wrap: break-word;
}

#form_area dl dd input{
	width: 97%;
	background: #ffe9e9;
	border: none;
	padding: 0% 1.5%;
	font-size: 15px;
}



#form_area dl dd input::-webkit-input-placeholder{
color: rgba(191, 130, 0, 1);
  }

  #form_area dl dd input:-ms-input-placeholder{
color: rgba(191, 130, 0, 1);
  }

    #form_area dl dd input::-moz-placeholder{
color: rgba(191, 130, 0, 1);
  }







#form_area dl dd textarea{
	width: 97%;
    background: #ffe9e9;
	    border: none;
	    padding: 1% 1.5%;
	    font-size: 15px;
}



#bt_confirm_area{
	width: 200px;
	position: relative;
	margin: 0 auto 0;
}

#bt_confirm{
	width: 200px;
	margin: 70px auto 0;
	display: block;
	padding: 15px;
	border: none;
	color: #111;
	background: #e4e4e4;
	font-size: 14px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
}


#bt_confirm_area::after{
	content: ">";
	color: #111;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	right: 10%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


#bt_confirm:hover{
	color: #fff;
	background: #c91b1c;
	font-weight: bold;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


#bt_confirm_area:hover::after{
	content: ">";
	color: #111;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	right: 8.5%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.contact_privacy_policy{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 400px;
	width: 98%;
	margin: 8% auto 0;
	border: 1px #dedede solid;
	box-sizing: border-box;
	padding: 8%;
}



/*リクルートお問い合わせ確認*/




#confirm_area{
width: 900px;
height: auto;
margin: 0 auto;
}

#confirm_area dl{
	width: 100%;
	    margin: 20px auto 0px;
	    border-bottom: 1px #ff4849 solid;
	    padding: 0px 0 5px 0;
}


#confirm_area dl dt{
	width: 270px;
	font-size: 18px;
	float: left;
}







#confirm_area dl .required::after{
	content: "必須";
	    padding: 2px;
	    color: #f00;
	    font-size: 12px;
	    border-radius: 5px;
	    vertical-align: middle;
	    margin: 0px 0 0px 0;
	    border: 1px #f00 solid;
	    box-sizing: border-box;
}


#confirm_area dl dd{
	width: 630px;
	float: left;
	padding: 0 0 3px 0;
	word-wrap: break-word;
	height: auto;
	font-size: 15px;
}

#confirm_area dl dd input{
	width: 97%;
	background: #ffd16f;
	border: none;
	padding: 1% 1.5%;
	font-size: 15px;
}


#confirm_area dl dd textarea{
	width: 97%;
	    background: #ffd16f;
	    border: none;
	    padding: 1% 1.5%;
	    font-size: 15px;
}



















#confirm_bt_area{
	width: 410px;
	    height: auto;
	    clear: both;
     margin: 70px auto 0;
}



.confirm_back_area{
	width: 200px;
	height: auto;
	position: relative;
	margin: 0 5px 0 0;
	display: block;
	float: left;
	}

.confirm_back{
	width: 200px;
	display: block;
	padding: 15px;
	border: none;
	color: #111;
	background: #e4e4e4;
	font-size: 14px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
}


.confirm_back_area::after{
	content: "<";
	color: #111;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	left: 10%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


.confirm_back:hover{
	color: #fff;
	background: #c91b1c;
	font-weight: bold;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


.confirm_back_area:hover::after{
	content: "<";
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	left: 8.5%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}








/*お問い合わせ共通ボタン*/


.confirm_submit_area{
	width: 200px;
	position: relative;
	margin: 0 0 0 5px;
	display: inline-block;
	float: left;
}


.confirm_submit{
	width: 200px;
	display: block;
	padding: 15px;
	border: none;
	color: #111;
	background: #e4e4e4;
	font-size: 14px;
	cursor: pointer;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
}


.confirm_submit_area::after{
	content: ">";
	color: #111;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	right: 10%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


.confirm_submit:hover{
	color: #fff;
	background: #c91b1c;
	font-weight: bold;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}


.confirm_submit_area:hover::after{
	content: ">";
	color: #fff;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 18px;
	right: 8.5%;
	font-size: 12px;
	transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
}



/*お問い合わせ共通ボタン*/
















/*リクルートお問い合わせ　サンクスページ--------------*/
.thanks_box{
	width: 52%;
margin: 70px auto 140px auto;
}




.thanks{
	margin: 70px auto 40px auto;
	    line-height: 1.8em;
	    font-size: 18px;
	    color: #111;
	    width: 490px;
	    text-align: center;
}


/*トップへ戻るボタンはリクルートとの共通*/





/*サンクスページ 問い合わせ　--------------*/












/*お問い合わせ　ここまで*/





























/*利用規約*//*利用規約*//*利用規約*//*利用規約*//*利用規約*//*利用規約*/









/*利用規約*//*利用規約*//*利用規約*//*利用規約*//*利用規約*//*利用規約ここまで*/








/*下層thecut*/

.concept_sentence01{
	margin: 0% 0 3% 0;
	font-weight: bold;
	text-align: justify;
	    letter-spacing: -0.02em;
}



.the_cut_concept_sentence01{
	margin: 0% 2% 0% 0;
	font-weight: bold;
	text-align: justify;
}


.the_cut_concept_area{
	width: 100%;
	position: relative;
}
.the_cut_concept_area img{
	width: 100%;
}



/*下層thecutここまで*/


/*mtool*/


.mtool_contents{
	width: 100%;
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: row-reverse;
	    margin: 0 0 4% 0;
}

.mtool_concept_sentence01{
	margin: 0% 0% 3% 0;
	font-weight: bold;
	text-align: justify;
	width: 72%;
	display: block;
}

.president_name02{
	text-align: right;
	display: block;
	margin: 8% 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0.6pt;
}


.mtool_president01{
	width: 25%;
	display: block;
	margin: 0% 0% 0 3%;
	line-height: 0;
}

.mtool_president01 img{
	width: 100%;
	}



.mtool_concept_area{
	width: 100%;
}
.mtool_concept_area img{
	width: 100%;
}







/*mtoolここまで*/









/*フッター*//*フッター*//*フッター*//*フッター*/


footer{
  background: rgba(0,0,0,0.85);
      width: 100%;
      height: auto;
      padding: 0;
      clear: both;
}



#footer_upper_area{
  width: 100%;
  border-bottom: 2px #fff solid;
  padding: 40px 0 40px 0;
}

#footer_upper_area > div{
  width: 1270px;
  margin: 0 auto;
}



.footer_logo{
  width: 285px;
      float: left;
}

.footer_logo a{

}

.footer_logo a img{

}


ul#footer_navi{
  width: 980px;
  float: left;
  display: flex;
 }

ul#footer_navi li{
  flex: 1;
  margin: 6px 0 0 40px;
  text-align: center;
}


ul#footer_navi li a{
  font-size: 15px;
      color: #fff;
      transition: 0.5s ease-in-out;
      -webkit-transition: 0.5s ease-in-out;
}


ul#footer_navi li a:hover{
  color: #ff2828;
transition: 0.5s ease-in-out;
-webkit-transition: 0.5s ease-in-out;
}






#footer_lower_area{
  width: 1270px;
      padding: 30px 0 40px 0;
      margin: 0 auto;
}

#footer_lower_area ul{
width: 100%;
}

#footer_lower_area ul li{
  width: 15%;
  float: right;
  text-align: right;
}



#footer_lower_area ul li::before{
content:">";
font-size: 14px;
color: #fff;
}




#footer_lower_area ul li a{
  width: 100%;
  font-size: 13px;
  color: #fff;
  transition: 0.5s ease-in-out;
  -webkit-transition: 0.5s ease-in-out;
}


#footer_lower_area ul li a:hover{
  color: #ff2828;
transition: 0.5s ease-in-out;
-webkit-transition: 0.5s ease-in-out;
}



.footer_address{
clear: both;
}



p#copyright{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 20px 0 20px 0;
	clear: both;
}


p#copyright_top{
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 0;
	position: absolute;
	top: auto;
	left: 0;
	bottom: 23%;
}


/*フッター*//*フッター*//*フッター*//*フッター*　ここまで/










/*------------------------------汎用---------------------------------------------------------------*/



/*文字カラー*/
.ft_red{
	color: #ff0a24;
}

/*文字カラー*/



/*----------------フロートクリア-------------------*/


.clearfix:after{
content: "";
    clear: both!important;
    display: block;
	}

/*----------------フロートクリア終わり-------------------*/







/*----------------隠す-------------------*/


.hide{
    display: none;
}

/*----------------隠す　完-------------------*/










/*margin*/

.mg_top-10{margin-top: 10px!important;}
.mg_top-20{margin-top: 20px!important;}
.mg_top-30{margin-top: 30px!important;}
.mg_top-40{margin-top: 40px!important;}
.mg_top-50{margin-top: 50px!important;}
.mg_top-60{margin-top: 60px!important;}
.mg_top-70{margin-top: 70px!important;}
.mg_top-80{margin-top: 80px!important;}
.mg_top-90{margin-top: 90px!important;}
.mg_top-100{margin-top: 100px!important;}


.mg_btm-10{margin-bottom: 10px!important;}
.mg_btm-20{margin-bottom: 20px!important;}
.mg_btm-30{margin-bottom: 30px!important;}
.mg_btm-40{margin-bottom: 40px!important;}
.mg_btm-50{margin-bottom: 50px!important;}
.mg_btm-60{margin-bottom: 60px!important;}
.mg_btm-70{margin-bottom: 70px!important;}
.mg_btm-80{margin-bottom: 80px!important;}
.mg_btm-90{margin-bottom: 90px!important;}
.mg_btm-100{margin-bottom: 100px!important;}
.mg_btm-110{margin-bottom: 100px!important;}
.mg_btm-120{margin-bottom: 120px!important;}
.mg_btm-130{margin-bottom: 130px!important;}
.mg_btm-140{margin-bottom: 140px!important;}
.mg_btm-150{margin-bottom: 150px!important;}


.mg_lf-10{margin-left: 10px!important;}
.mg_lf-20{margin-left: 20px!important;}
.mg_lf-30{margin-left: 30px!important;}
.mg_lf-40{margin-left: 40px!important;}
.mg_lf-50{margin-left: 50px!important;}
.mg_lf-60{margin-left: 60px!important;}
.mg_lf-70{margin-left: 70px!important;}
.mg_lf-80{margin-left: 80px!important;}
.mg_lf-90{margin-left: 90px!important;}
.mg_lf-100{margin-left: 100px!important;}


.mg_rg-10{margin-right: 10px!important;}
.mg_rg-20{margin-right: 20px!important;}
.mg_rg-30{margin-right: 30px!important;}
.mg_rg-40{margin-right: 40px!important;}
.mg_rg-50{margin-right: 50px!important;}
.mg_rg-60{margin-right: 60px!important;}
.mg_rg-70{margin-right: 70px!important;}
.mg_rg-80{margin-right: 80px!important;}
.mg_rg-90{margin-right: 90px!important;}
.mg_rg-100{margin-right: 100px!important;}



.mg_top-none{margin-top: 0px!important;}
.mg_btm-none{margin-bottom: 0px!important;}
.mg_lf-none{margin-left: 0px!important;}
.mg_rg-none{margin-right: 0px!important;}







/*padding*/

.pd_top-10{padding-top: 10px!important;}
.pd_top-20{padding-top: 20px!important;}
.pd_top-30{padding-top: 30px!important;}
.pd_top-40{padding-top: 40px!important;}
.pd_top-50{padding-top: 50px!important;}
.pd_top-60{padding-top: 60px!important;}
.pd_top-70{padding-top: 70px!important;}
.pd_top-80{padding-top: 80px!important;}
.pd_top-90{padding-top: 90px!important;}
.pd_top-100{padding-top: 100px!important;}


.pd_btm-10{padding-bottom: 10px!important;}
.pd_btm-20{padding-bottom: 20px!important;}
.pd_btm-30{padding-bottom: 30px!important;}
.pd_btm-40{padding-bottom: 40px!important;}
.pd_btm-50{padding-bottom: 50px!important;}
.pd_btm-60{padding-bottom: 60px!important;}
.pd_btm-70{padding-bottom: 70px!important;}
.pd_btm-80{padding-bottom: 80px!important;}
.pd_btm-90{padding-bottom: 90px!important;}
.pd_btm-100{padding-bottom: 100px!important;}


.pd_lf-10{padding-left: 10px!important;}
.pd_lf-20{padding-left: 20px!important;}
.pd_lf-30{padding-left: 30px!important;}
.pd_lf-40{padding-left: 40px!important;}
.pd_lf-50{padding-left: 50px!important;}
.pd_lf-60{padding-left: 60px!important;}
.pd_lf-70{padding-left: 70px!important;}
.pd_lf-80{padding-left: 80px!important;}
.pd_lf-90{padding-left: 90px!important;}
.pd_lf-100{padding-left: 100px!important;}


.pd_rg-10{padding-right: 10px!important;}
.pd_rg-20{padding-right: 20px!important;}
.pd_rg-30{padding-right: 30px!important;}
.pd_rg-40{padding-right: 40px!important;}
.pd_rg-50{padding-right: 50px!important;}
.pd_rg-60{padding-right: 60px!important;}
.pd_rg-70{padding-right: 70px!important;}
.pd_rg-80{padding-right: 80px!important;}
.pd_rg-90{padding-right: 90px!important;}
.pd_rg-100{padding-right: 100px!important;}



.pd_top-none{padding-top: 0px!important;}
.pd_btm-none{padding-bottom: 0px!important;}
.pd_lf-none{padding-left: 0px!important;}
.pd_rg-none{padding-right: 0px!important;}





/*ボーダー*/

.bdr_top-none{border-top: none!important;}
.bdr_btm-none{border-bottom: none!important;}
.bdr_lf-none{border-left: none!important;}
.bdr_rg-none{border-right: none!important;}




.letterSP70px{
    letter-spacing: 70px;
    text-align: justify;
}


.letterSP23px{
    letter-spacing: 23px;
    text-align: justify;
}


.letterSP8px{
    letter-spacing: 8px;
    text-align: justify;
}


.mgLR15px{
	margin:  0 15px 0 !important;
}

.mgLR20px{
	margin:  0 20px 0 !important;
}



.mgtop25px{
	margin-top: 25px!important;
}


.mgtop6px{
	margin-top: 6px!important;
}


.pdbg10px{
	padding-bottom: 10px!important;
}

.pdbg20px{
	padding-bottom: 10px!important;
}


.bdr-btm{
	border-bottom: 1px solid #666;
}


.ft_wgt-bold{
	font-weight: bold;
}

.block{
display: block;
}





/*汎用CSS-------------------------------------------*/











/*404*/


.area_404{
	margin: 2% 3% 0 0;
	text-align: justify;
	line-height: 1.4em;
	letter-spacing: 0.8px;
	/* text-align: center; */
	font-size: 1.2em;
}




.bt_pagetop_404 {
    width: 200px;
    display: block;
    padding: 15px;
    border: none;
    color: #ff0000;
    background: #c91b1c;
    font-size: 14px;
    cursor: pointer;
    transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: bold;
    text-align: center;
		    margin: 5% auto 0;
}

.bt_pagetop_404 a{
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	font-family: "游ゴシック", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: bold;
	    display: block;
}
