@charset "utf-8";
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans");

div,p,li,header,footer{
	box-sizing: border-box;
	}
img{
	border : 0px;
	line-height : 1;
	}

	
/* リンク */
a:link { color: #ee781e; text-decoration : none;} 
a:visited { color: #ee781e; text-decoration : none;} 
a:hover { color: #ee781e; text-decoration : none;} 
a:active { color: #ee781e; text-decoration : none;} 
a:focus{ outline:none;}

.hover a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
	}

/* フロート類 */
.fl{
	float : left;
	margin-right : 20px;
	}
.fr{
	float : right;
	margin-left : 10px;
	}
.cr{
	clear : both;
	}
.crr{
	clear : right;
	}
	
.clear:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  min-height: 1px;
}

* html .clear{
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* センター */
.ce{
	text-align : center;
	}
.rr{
	text-align : right;
	}
.ll{
	text-align : left;
	}
/* P　マージンなし */
p{
	margin : 0 auto;
	}
sup{
	vertical-align: baseline;
	position:relative;
	top:-2px
	}

.f10{
	font-size : 10px;
	line-height : 1.5em;
	}
.f12{
	font-size : 12px;
	}
.f14{
	font-size : 14px;
	}
.f16{
	font-size : 16px;
	}
.f18{
	font-size : 18px;
	}
.f20{
	font-size : 20px;
	}
.f24{
	font-size : 24px;
	}
.f30{
	font-size : 30px;
	line-height : 1.5;
	}
.f40{
	font-size : 40px;
	}

.ind{
	text-indent : -1em;
	margin : 0 0 0 1em;
	}
.bold{
	font-weight : bold;
	}

/* 赤文字 */
.black{
	color : #000;
	}
.red{
	color : #d0111a;
	}
.blue{
	color : #5ab8b9;
	}
.blue2{
	color : #4070a5;
	}
.green{
	color : #2f8500;
	}
.yellow{
	color : #F7BD01;
	}

.mb10{
	margin-bottom : 10px;
	}
.mb20{
	margin-bottom : 20px;
	}
.mb30{
	margin-bottom : 30px;
	}
.mb40{
	margin-bottom : 40px;
	}
.mb50{
	margin-bottom : 50px;
	}
.mb100{
	margin-bottom : 100px;
	}
.mt10{
	margin-top : 10px;
	}
.mt20{
	margin-top : 20px;
	}
.mt30{
	margin-top : 30px;
	}
.mt40{
	margin-top : 40px;
	}

/* h */

h2 a:link { color: #2BB3E6; } 
h2 a:visited { color: #2BB3E6; } 
h2 a:hover { color: #E46100; text-decoration : underline;} 
h2 a:active { color: #2BB3E6; } 
h2,h3{
	font-size : 14px;
	font-weight: bold;
	margin : 0;
	padding : 0;
	}

form{
	margin : 0;
	}
textarea{
	font-size : 12px;
	}
input,select,button{
	margin : 0 0 10px 0;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}
table{
	line-height : 1.8em;
	text-align: left;
	border-collapse: collapse;
	width: 100%;
	}
.nowrap{
	white-space : nowrap;
	}

ul,ol,li,dl,dt,dd,td,tr{
	margin : 0;
	padding : 0;
	list-style: none;
	}





















/********************************************************************************************************************************************************************************/
@media screen and (min-width: 950px) {
/********************************************************************************************************************************************************************************/

a[href^="tel:"] { pointer-events: none; color:#000;}


#sp_menu{
	display : none;
	}
	.sp{
		display : none;
		}


/* ボディ全体 */
body{
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 16px;
	color : #000;
	min-width : 1000px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	}








/* ヘッダ */
header{
	text-align: left;
	border-top : solid 3px #ee781e;
	border-bottom : solid 1px #d8d8d8;
	padding: 2px 20px 4px 20px;
	width: 100%;
	min-width: 1000px;
	position: fixed;
	background: #fff;
	z-index: 9999;
	}
header h1{
	width: 1000px;
	margin: 0 auto 5px;
	font-size: 12px;
	}
header #content{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	}
header #content .logo a{
	font-size: 32px;
	font-weight: bold;
	color: #000;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1.5;
	}
header #content .logo a span{
	color: #ee781e;
	}
header ul{
	font-weight: bold;
	display: flex;
	margin: 5px 0 0 0;
	
	}
header ul li{
	text-align: center;
	line-height: 1.2;
	margin: 0 0 0 20px;
	font-size: 14px;
	padding: 0 5px;
	height: 40px;
	}
header ul li a:link,
header ul li a:visited{
	color: #000;
	transition: 0.3s;
	}
header ul li a:hover{
	color: #ee781e;
	transition: 0.3s;
	}
header ul li span{
	display: block;
	font-size: 12px;
	font-family: "Josefin Sans", sans-serif;
	}


#all{
	padding: 70px 0 0 0;
	text-align: left;
	line-height: 2;
	}
#all #page_title{
	background: #ee781e;
	color: #fff;
	font-size: 30px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 30px 0 10px 0;
	text-align: center;
	}
#all #page_title p{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	}
#all #page_title span{
	font-size: 18px;
	margin: 0 0 0 10px;
	font-family: "Josefin Sans", sans-serif;
	}
#all .sub_title{
	text-align: center;
	font-size: 26px;
	margin: 0 0 50px 0;
	border-bottom: solid 1px #000;
	}
#all .sub_title_text{
	margin: 0 0 50px 0;
	}

#all #breadcrumb{
	font-size: 14px;
	padding: 5px 0;
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	}
#all .content_gray{
	background: #f9f9f9;
	}
#all .content{
	width: 1000px;
	padding: 80px 0;
	margin: 0 auto;
	}
#all .block{
	margin: 0 0 80px 0;;
	}



/* ページトップへ */
#scrollUp {
	bottom: 40px;
	right: 40px;
	height: 43px;  /* Height of image */
	width: 43px; /* Width of image */
	background: url(../img/common/top.png) no-repeat;
	}


















/* フッター */
footer{
	font-size: 13px;
	border-top: solid 1px #ee781e;
	text-align: left;
	padding: 20px 0;
	}
footer .content{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	padding: 0 10px;
	}
footer .content .data{
	width: 400px;
	border-right: #ccc solid 1px;
	margin: 0 40px 0 0;
	padding: 20px 0;
	}
footer .content .data h2{
	font-size: 20px;
	margin: 0 0 15px 0;
	}
footer .content .data h2 span{
	color: #ee781e;
	}
footer .content .nav{
	flex: 1;
	padding: 20px 0;
	}
footer .content .nav ul{
	display: flex;
	margin: 0 0 30px 0;
	}
footer .content .nav ul li{
	margin: 0 20px 0 0;
	}
footer .content .nav ul li a{
	font-size: 14px;
	font-weight: bold;
	transition: 0.3s;
	color: #000;
	}
footer .content .nav ul li a:hover{
	color: #ee781e;
	transition: 0.3s;
	}
#copy{
	text-align : center;
	padding : 5px 0;
	font-family: "Josefin Sans", sans-serif;
	font-size: 12px;
	}
#copy span{
	color: #e91f5d;
	}




/***** HOME *****/

#index #main{
	background: url('../img/index/main.jpg') no-repeat;
	background-size: 100%;
	height: 900px;
	padding: 100px 0 0 0;
	position: relative;
	}
#index #main h2{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	width: 1000px;
	margin: 0 auto 30px;
	text-align: left;
	color: #000;
	font-size: 34px;
	line-height: 1.6;
	text-shadow: 1px 1px 10px rgb(35 24 21 / 30%);
	padding: 150px 0 0 0;
	}

#index .content h2.index_title{
	width: 150px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	color: #ee781e;
	margin: 0 auto 50px;
	padding: 0 0 10px 0;
	border-bottom: solid 2px #ee781e;
	}
#index .content h2.index_title span{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 30px;
	display: block;
	color: #000;
	margin: 0 0 10px 0;
	}
#index .content img{
	margin: 30px 0;
	}
#index .content p{
	text-align: center;
	}
	
	

#index .more a{
	display: block;
	width: 200px;
	margin: 0 auto;
	border: solid 2px #ee781e;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 30px;
    text-align: center;
    transition: all 0.5s;
	font-family: "Josefin Sans", sans-serif;
	font-size: 30px;
	line-height: 1.5;
	}
#index .more a:hover{
	color: #fff;
	background: #ee781e;
    transition: all 0.5s;
	}
	

#index .more a:before{
    content: "";
    width: 16px;
    height: 16px;
    border-top: solid 3px #ee781e;
    border-right: solid 3px #ee781e;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 18px;
    transition: all 0.5s;
	}
#index .more a:hover:before{
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transition: all 0.5s;
	}





/***** store *****/

.store{
	margin: 0 0 80px 0;
	padding: 0 0 80px 0;
	border-bottom: solid 1px #ccc;
	display: flex;
	}
.store img{
	width: 300px;
	height: 170px;
	margin: 0 50px 0 0;
	}
.store table{
	width: 100%;
	}
.store table td,
.store table th{
	text-align: left;
	vertical-align: top;
	border: solid 1px #ccc;
	padding: 15px;
	background: #fff;
	}
.store table th{
	background: #eee !important;
	}
.store table iframe{
	width: 100%;
	height: 400px;
	margin: 10px 0 0 0;
	}







/***** COMPANY *****/
	.greeting{
		display: flex;
		}
	.greeting img{
		margin: 0 50px 0 0;
		width: 400px;
		height: 263px;
		}
	.greeting dd{
		margin: 0 0 20px 0;
		}
	.company_table th{
		background: #eee !important;
		width: 15%;
		}
	.company_table th,
	.company_table td{
		text-align: left;
		vertical-align: top;
		border: solid 1px #ccc;
		padding: 15px;
		background: #fff;
		}
	.company_table th span,
	.company_table td span{
		color: #e91f5d;
		}





/***** RECRUIT *****/

	.recruit{
		display: flex;
		margin: 0 0 50px 0;
		}
	.recruit img{
		margin: 0 50px 0 0;
		}
	.recruit dl{
		width: 100%;
		}
	.recruit dt{
		font-weight: bold;
		font-size: 70px;
		color: #0c8edc;
		margin: 120px 0 0 0;
		line-height: 1;
		border-bottom: solid 1px #ccc;
		padding: 0 0 20px 0;
		}
	.recruit dd{
		font-weight: bold;
		font-size: 40px;
		text-align: right;
		padding: 10px 0 0 0;
		}




/***** CONTACT *****/



	.call_contact dl{
		display: flex;
		margin: 0 0 10px 0;
		}
	.call_contact dl dt{
		width: 100px;
		text-align: center;
		padding: 5px;
		border: solid 1px #ddd;
		}
	.call_contact dl dd{
		border-bottom: solid 1px #ddd;
		padding: 5px;
		margin: 0 0 0 10px;
		flex: 1;
		}



/***** PRIVACY POLICY *****/

	.privacy strong{
		display: block;
		margin: 30px 0 0 0;
		}





#form{
	overflow: hidden;
	}
#form .text{
	margin: 0 0 50px 0;
	}
#form dl{
	overflow: hidden;
	display: table;
    width: 100%;
    border-left: 1px solid #969696;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	}
#form dl.first{
    border-top: 1px solid #969696;
	}
#form dl dt{
	width: 22%;
    background: #efefef;
	display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding: 1%;
    font-size: 16px;
	box-sizing: border-box;
	}
#form dl dt.req::after {
    content: "必須";
	background : #e73658;
	padding : 2px 5px;
	font-size : 10px;
	color : #fff;
	border-radius : 5px;
	margin: 0 0 0 10px;
	}
#form dl dd{
	width: 76%;
    background-color: #fff;
    color: #414141;
    font-weight: normal;
    text-align: left;
    padding: 1.5%;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
	box-sizing: border-box;
	}

#form .entry_btn{
	color : #fff;
	padding : 15px 0 12px 0;
	width : 450px;
	font-size : 22px;
	cursor : pointer;
	border-radius : 5px;
	float: right;
	margin: 50px 0 0 0;
	background-image: linear-gradient(0deg, rgba(251, 123, 16, 1), rgba(255, 157, 75, 1));
	border: none;
	}
#form .entry_btn:hover{
	background: rgba(255, 157, 75, 1);
	}
#form .revise_btn{
	color : #fff;
	padding : 15px 0 12px 0;
	width : 450px;
	font-size : 22px;
	cursor : pointer;
	border-radius : 5px;
	float: left;
	margin: 50px 100px 0 0;
	background-image: linear-gradient(180deg, rgba(196, 196, 196, 1), rgba(113, 113, 113, 1));
	border: none;
	}
#form .revise_btn:hover{
	background: rgba(196, 196, 196, 1);
	}



#form input,
#form select,
#form textarea{
	padding : 1%;
	border : solid 1px #ccc;
	border-radius : 5px;
	background: #fff;
	}
#form input[type=text],
#form input[type=email],
#form input[type=tel],
#form textarea{
	width : 500px;
	}






/********************************************************************************************************************************************************************************/
}
@media screen and (max-width: 949px) {
/********************************************************************************************************************************************************************************/


	.pc{
		display : none;
		}

img{
	max-width: 100%;
	}

/* ボディ全体 */
body{
	margin : 0 auto;
	padding : 0;
	text-align : center;
	font-size : 14px;
	color : #000;
	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴシック Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}


/* ページトップへ */
#scrollUp {
	bottom: 10px;
	right: 10px;
	height: 42px;  /* Height of image */
	width: 24px; /* Width of image */
	background: url(../img/common/top.png) no-repeat;
	background-size: 24px;
	}





/* ヘッダ */


header{
	padding: 5px 10px;
	line-height: 1.2;
	text-align: left;
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 1;
	border-bottom : solid 1px #d8d8d8;
	}
header ul{
	display: none;
	}
header #content .logo a{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	font-family: "Josefin Sans", sans-serif;
	line-height: 1;
	}
header #content .logo a span{
	color: #ee781e;
	}
header h1{
	font-size: 12px;
	margin: 0 0 5px 0;
	}










/* メニューボタン */

.menu_btn{
    position: fixed;
    top: 24px;
    right: 10px;
    display: flex;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background: #ee781e;
    border-radius: 20px;
}
.menu_btn span,
.menu_btn span:before,
.menu_btn span:after{
	transition: all .4s;
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
}
.menu_btn span:before{
    bottom: 6px;
}
.menu_btn span:after{
    top: 6px;
}


#menu_btn_check:checked ~ .menu_btn{
    background: #fff;
}

#menu_btn_check:checked ~ .menu_btn span{
    background-color: rgba(255, 255, 255, 0);
}
#menu_btn_check:checked ~ .menu_btn span::before{
    background: #ee781e;
    bottom: 0;
    transform: rotate(495deg);
}
#menu_btn_check:checked ~ .menu_btn span::after{
    background: #ee781e;
    top: 0;
    transform: rotate(-495deg);
}

#menu_btn_check{
    display: none;
}

#menu_btn_check:checked ~ .content{
    left: 0;
}


#sp_menu .content {
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    top: 0;
    left: 100%;
    z-index: 2;
    background-color: rgb(238,120,30,0.96);
    transition: all 0.5s;
}
#sp_menu .content ul {
    padding: 50px 0 0 0;
}
#sp_menu .content ul li {
    border-bottom: solid 1px #fff;
    list-style: none;
}
#sp_menu .content ul li a{
    display: block;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
#sp_menu .content ul li a::before{
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}







#all{
	padding: 60px 0 0 0;
	text-align: left;
	}
#all #page_title{
	background: #ee781e;
	color: #fff;
	font-size: 20px;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	padding: 20px 0 10px 10px;
	text-align: center;
	}
#all #page_title p{
	width: 100%;
	margin: 0 auto;
	text-align: left;
	}
#all #page_title span{
	display: block;
	font-size: 10px;
	font-family: "Josefin Sans", sans-serif;
	}
#all .sub_title{
	font-size: 22px;
	margin: 0 0 30px 0;
	position: relative;
	border-bottom: solid 1px #000;
	text-align: center;
	}
#all .sub_title_text{
	margin: 0 0 40px 0;
	}

#all #breadcrumb{
	font-size: 12px;
	padding: 15px 0 15px 10px;
	text-align: left;
	margin: 0 auto;
	}
#all .content_gray{
	background: #f9f9f9;
	}
#all .content{
	padding: 50px 10px;
	margin: 0 auto;
	}
#all .block{
	margin: 0 0 50px 0;;
	}
























/* フッター */
footer{
	font-size: 13px;
	border-top: solid 1px #ee781e;
	text-align: left;
	padding: 0 10px;
	}
footer .content .data{
	padding: 10px 0;
	}
footer .content .data h2{
	font-size: 13px;
	}
footer .content .data  span{
	color: #ee781e;
	}
footer .content .nav{
	}
footer .content .nav ul{
	display: none;
	}
footer .content .nav .area strong{
	font-size: 13px;
	}
footer .content .nav .area dl{
	display: flex;
	margin: 10px 0;
	}
footer .content .nav .area dl dt{
	width: 60px;
	}
footer .content .nav .area dl dd{
	flex: 1;
	}
#copy{
	text-align : center;
	padding : 5px 0;
	font-family: "Josefin Sans", sans-serif;
	background: #ee781e;
	color: #fff;
	font-size: 10px;
	}





/***** HOME *****/

#index #main{
	background: url('../img/index/main.jpg') no-repeat right bottom;
	padding: 50px 20px;
	background-size: 100%;
	padding: 68px 0 48px 0;
	}
#index #main h2{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	margin: 0 auto 10px;
	text-align: left;
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	padding: 0 0 0 40px;
	text-shadow: 0px 0px 3px #fff;
	}

#index .content h2.index_title{
	width: 120px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	color: #ee781e;
	margin: 0 auto 30px;
	padding: 0 0 10px 0;
	border-bottom: solid 2px #ee781e;
	}
#index .content h2.index_title span{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size: 24px;
	display: block;
	color: #000;
	margin: 0 0 10px 0;
	}


#index .content img{
	margin: 30px 0;
	}
#index .content p{
	text-align: center;
	}




#index .more a{
	display: block;
	width: 150px;
	margin: 0 auto;
	border: solid 2px #ee781e;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 30px;
    text-align: center;
    transition: all 0.5s;
	font-family: "Josefin Sans", sans-serif;
	font-size: 20px;
	background: #ee781e;
	color: #fff;
	}

#index .more a:before{
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 15px;
    top: 10px;
    transition: all 0.5s;
	}


	















/***** store *****/

.store{
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	border-bottom: solid 1px #ccc;
	}
.store img{
	width: 100%;
	}
.store table{
	width: 100%;
	border-top: solid 1px #ccc;
	}
.store table td,
.store table th{
	text-align: left;
	vertical-align: top;
	border: solid 1px #ccc;
	padding: 10px;
	background: #fff;
	display: block;
	}
.store table th{
	background: #eee !important;
	border-bottom: none;
	border-top: none;
	}
.store table iframe{
	width: 100%;
	height: 300px;
	margin: 10px 0 0 0;
	}






/***** COMPANY *****/


	.greeting{
		}
	.greeting img{
		width: 100%;
		}
	.greeting dd{
		margin: 0 0 20px 0;
		}
	.company_table{
		border-top: solid 1px #ccc;
		}
	.company_table th{
		background: #eee !important;
		border-top: none !important;
		border-bottom: none !important;
		}
	.company_table th,
	.company_table td{
		text-align: left;
		vertical-align: top;
		border: solid 1px #ccc;
		padding: 10px;
		background: #fff;
		display: block;
		}
	.company_table th span,
	.company_table td span{
		color: #e91f5d;
		}



/***** PRIVACY POLICY *****/

	.privacy strong{
		display: block;
		margin: 30px 0 0 0;
		}





/***** RECRUIT *****/

	.recruit{
		display: flex;
		margin: 0 0 20px 0;
		}
	.recruit img{
		height: 300px;
		margin: 0 20px 0 0;
		}
	.recruit dl{
		width: 100%;
		}
	.recruit dt{
		font-weight: bold;
		font-size: 24px;
		color: #0c8edc;
		margin: 80px 0 0 0;
		line-height: 1;
		border-bottom: solid 1px #ccc;
		padding: 0 0 10px 0;
		}
	.recruit dd{
		font-weight: bold;
		font-size: 14px;
		text-align: right;
		padding: 10px 0 0 0;
		}






/***** CONTACT *****/

	.call_contact dl{
		display: flex;
		margin: 0 0 10px 0;
		}
	.call_contact dl dt{
		width: 100px;
		text-align: center;
		padding: 5px;
		border: solid 1px #ddd;
		}
	.call_contact dl dd{
		border-bottom: solid 1px #ddd;
		padding: 5px;
		margin: 0 0 0 10px;
		flex: 1;
		}








#form{
	overflow: hidden;
	box-sizing: border-box;
	}
#form .text{
	margin: 0 0 30px 0;
	}
#form dl{
	overflow: hidden;
	display: block;
    width: 100%;
    border-left: 1px solid #969696;
    padding: 0;
    margin: 0;
	box-sizing: border-box;
	}
#form dl.first{
    border-top: 1px solid #969696;
	}
#form dl dt{
    width: 100%;
    background: #efefef;
	display: block;
    vertical-align: middle;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
    padding: 1%;
    font-size: 16px;
	box-sizing: border-box;
	}
#form dl dt.req::after {
    content: "必須";
	background : #e73658;
	padding : 2px 5px;
	font-size : 10px;
	color : #fff;
	border-radius : 5px;
	margin: 0 0 0 10px;
	}
#form dl dd{
    width: 100%;
    background-color: #fff;
    color: #414141;
    font-weight: normal;
    text-align: left;
    padding: 1.5%;
    margin: 0;
    display: block;
    vertical-align: middle;
    border-right: 1px solid #969696;
    border-bottom: 1px solid #969696;
	box-sizing: border-box;
	}

#form .entry_btn{
	color : #fff;
	padding : 15px 0 12px 0;
	width : 100%;
	font-size : 22px;
	cursor : pointer;
	border-radius : 5px;
	margin: 30px 0 0 0;
	background-image: linear-gradient(0deg, rgba(251, 123, 16, 1), rgba(255, 157, 75, 1));
	border: none;
	}
#form .entry_btn:hover{
	background: rgba(255, 157, 75, 1);
	}
#form .revise_btn{
	color : #fff;
	padding : 15px 0 12px 0;
	width : 100%;
	font-size : 22px;
	cursor : pointer;
	border-radius : 5px;
	margin: 30px 0 0 0;
	background-image: linear-gradient(180deg, rgba(196, 196, 196, 1), rgba(113, 113, 113, 1));
	border: none;
	}
#form .revise_btn:hover{
	background: rgba(196, 196, 196, 1);
	}



#form input,
#form select,
#form textarea{
	padding : 1%;
	border : solid 1px #ccc;
	border-radius : 3px;
	background: #fff;
	}
	
#form input[type=text],
#form input[type=email],
#form input[type=tel],
#form textarea{
	width : 90%;
	}











/********************************************************************************************************************************************************************************/
}
/********************************************************************************************************************************************************************************/



