/*
Theme Name: 小町ネット様用テーマ
Theme URI: none
Description:小町ネット。
Version: 3.0
Author: 株式会社ルシアス
Author URI:
*/

@charset "utf-8";


/* ==================================================================== */
/* common
/* ==================================================================== */
*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
body{
	color: #000000;
	font-display: swap;
	font-family: "Noto Sans JP", -apple-system, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
	font-size: 16px;
	height: 100%;
	line-height: 2;
	margin: 0 auto;
	padding: 0;
}
#page-wrap{
	min-height: 100%;
	overflow-x: hidden;
	width: 100%;
}
#container{
	min-height: 100%;
	overflow: hidden;
	width: 100%;
}
input[type="submit"], input[type="button"], input[type="reset"], button{
	border: none;
}
input, button, textarea, select{
	font-family: "Noto Sans JP", -apple-system, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDGothic", "メイリオ", Meiryo, "Meiryo UI", sans-serif;
	outline: none;
}
ol, ul, p, dl, dt, dd, figure, figcaption{
	margin: 0;
	padding: 0;
}
ol li, ul li{
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
	font-size: inherit;
}
address{
	display: block;
	font-style: normal;
}
a{
	color: #D80614;
	cursor: pointer;
	font-size: inherit;
	outline: none;
}
a:hover{
	text-decoration: none;
}
iframe{
	border: none;
}
strong{
	font-weight: bold;
}
.normal{
	font-weight: normal;
}
hr{
	background-color: #000000;
	border: none;
	height: 1px;
	width: 100%;
}
img.lazyload{
	opacity: 0;
}
.serif{
	font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "BIZ UDMincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.ellipsis{
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_wrapper{
	margin-left: auto;
	margin-right: auto;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width:768px){
	#contents{
		min-height: -webkit-calc(100vh - 188px - 72px);
		min-height: -webkit-calc(100svh - 188px - 72px);
		min-height: calc(100vh - 188px - 72px);
		min-height: calc(100svh - 188px - 72px);
	}
}
@media screen and (min-width:768px) and (max-width:939px){
	.wrap{
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media screen and (min-width:940px) and (max-width:1023px){
	.wrap{
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media screen and (min-width:1024px) and (max-width:1199px){
	.wrap{
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width:1200px) and (max-width:1279px){
	.wrap{
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media screen and (min-width:1280px){
	.main_wrapper{
		padding-left: -webkit-calc((100% - 75em) / 2);
		padding-left: calc((100% - 1200px) / 2);
		padding-right: -webkit-calc((100% - 75em) / 2);
		padding-right: calc((100% - 75em) / 2);
	}
	.wrap{
		padding-left: -webkit-calc((100% - 75em) / 2);
		padding-left: calc((100% - 75em) / 2);
		padding-right: -webkit-calc((100% - 75em) / 2);
		padding-right: calc((100% - 75em) / 2);
	}
}

/***** image *****/
img{
	border: none;
	height: auto;
	vertical-align: middle;
	width: auto;
	max-width: 100%;
}
a img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity 0.2s ease-out 0s;
}
a img:hover{
	opacity: 0.7;
}
picture{
	display: block;
}

/***** align *****/
.center{
	text-align: center !important;
}
.left{
	text-align: left !important;
}
.right{
	text-align: right !important;
}

/***** float *****/
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.clearfix:after{
	content: "";
	clear: both;
	display: block;
	pointer-events: none;
}

/***** font *****/
.strong{
	font-weight: bold;
}
.font60p{
	font-size: 60% !important;
}
.font65p{
	font-size: 65% !important;
}
.font70p{
	font-size: 70% !important;
}
.font75p{
	font-size: 75% !important;
}
.font80p{
	font-size: 80% !important;
}
.font85p{
	font-size: 85% !important;
}
.font87p{
	font-size: 87.5% !important;
}
.font90p{
	font-size: 90% !important;
}
.font95p{
	font-size: 95% !important;
}
.font105p{
	font-size: 105% !important;
}
.font110p{
	font-size: 110% !important;
}
.font115p{
	font-size: 115% !important;
}
.font120p{
	font-size: 120% !important;
}
.font125p{
	font-size: 125% !important;
}
.font130p{
	font-size: 130% !important;
}
.font135p{
	font-size: 135% !important;
}
.font140p{
	font-size: 140% !important;
}
.font145p{
	font-size: 145% !important;
}
.font150p{
	font-size: 150% !important;
}
.font155p{
	font-size: 155% !important;
}
.font160p{
	font-size: 160% !important;
}
.font165p{
	font-size: 165% !important;
}
.font170p{
	font-size: 170% !important;
}
.font175p{
	font-size: 175% !important;
}
.font180p{
	font-size: 180% !important;
}
.font185p{
	font-size: 185% !important;
}
.font190p{
	font-size: 190% !important;
}
.font195p{
	font-size: 195% !important;
}
.font200p{
	font-size: 200% !important;
}
.ellipsis{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.strong{
	font-weight: bold;
}
p{
}


/***** color *****/
.red{
	color: #C32B25;
}
.bg_yellow{
	background-color: #FFFF00;
}

/***** margin *****/
.marginB05{
	margin-bottom: 5px;
}
.marginB10{
	margin-bottom: 10px;
}
.marginB20{
	margin-bottom: 20px;
}
.marginB30{
	margin-bottom: 30px;
}
.marginB40{
	margin-bottom: 40px;
}
.marginB50{
	margin-bottom: 50px;
}
.marginT1em{
	margin-top: 1em;
}
.marginT05em{
	margin-top: 0.5em;
}

/***** display *****/
@media screen and (max-width:319px){
	.qvga_show{
		display: none !important;
	}
}
@media screen and (min-width:320px){
	.qvga_hide{
		display: none !important;
	}
}
@media screen and (max-width:359px){
	.hvga_show{
		display: none !important;
	}
}
@media screen and (min-width:360px){
	.hvga_hide{
		display: none !important;
	}
}
@media screen and (max-width:374px){
	.ipse_show{
		display: none !important;
	}
}
@media screen and (min-width:375px){
	.ipse_hide{
		display: none !important;
	}
}
@media screen and (min-width:414px){
	.ipxr_hide{
		display: none !important;
	}
}
@media screen and (max-width:479px){
	.ip3_show{
		display: none !important;
	}
}
@media screen and (min-width:480px){
	.ip3_hide{
		display: none !important;
	}
}
@media screen and (max-width:639px){
	.vga_show{
		display: none !important;
	}
}
@media screen and (min-width:640px){
	.vga_hide{
		display: none !important;
	}
}
@media screen and (max-width:767px){
	.sp_hide{
		display: none !important;
	}
}
@media screen and (min-width:768px){
	.sp_show{
		display: none !important;
	}
}
@media screen and (max-width:799px){
	.svga_show{
		display: none !important;
	}
}
@media screen and (min-width:800px){
	.svga_hide{
		display: none !important;
	}
}
@media screen and (max-width:939px){
	.pc_show{
		display: none !important;
	}
}
@media screen and (min-width:940px){
	.pc_hide{
		display: none !important;
	}
}
@media screen and (max-width:1023px){
	.xga_show{
		display: none !important;
	}
}
@media screen and (min-width:1024px){
	.xga_hide{
		display: none !important;
	}
}
@media screen and (max-width:1279px){
	.hd_show{
		display: none !important;
	}
}
@media screen and (min-width:1280px){
	.hd_hide{
		display: none !important;
	}
}
@media screen and (max-width:1365px){
	.fwxga_show{
		display: none !important;
	}
}
@media screen and (min-width:1366px){
	.fwxga_hide{
		display: none !important;
	}
}
@media screen and (max-width:1439px){
	.wxgap_show{
		display: none !important;
	}
}
@media screen and (min-width:1440px){
	.wxgap_hide{
		display: none !important;
	}
}
@media screen and (max-width:1599px){
	.uxga_show{
		display: none !important;
	}
}
@media screen and (min-width:1600px){
	.uxga_hide{
		display: none !important;
	}
}


/* ==================================================================== */
/* link
/* ==================================================================== */
a.cboxElement{
	scroll-behavior: auto;
}
/** to **/
.link_to{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FFFFFF;
	border: 1px solid #D46A6E;
	border-radius: 5px;
	color: #D56A6E;
	display: inline-block;
	line-height: 1.5;
	margin-top: 0.5em;
	padding: 0.5em 2.5em;
	position: relative;
	text-decoration: none;
	transition: background-color 0.2s ease-out 0s;
}
.link_to:hover{
	background-color: #D46A6E;
	color: #FFFFFF;
}
.link_to:after{
	content: "\F142";
	font-family: "Material Design Icons";
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 0.25em;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
@media screen and (min-width:768px){
	.link_to{
		border-radius: 0.4375em;
	}
}

/** search **/
.link_search{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #FBC704;
	border-radius: 100em;
	color: #212121;
	display: inline-block;
	line-height: 1.5;
	margin-top: 0.5em;
	padding: 0.5em 2.5em 0.5em 1em;
	position: relative;
	text-decoration: none;
	transition: opacity 0.2s ease-out 0s;
}
.link_search:hover{
	opacity: 0.7;
}
.link_search:after{
	background-color: #FFFFFF;
	border-radius: 50%;
	content: "\F349";
	font-family: "Material Design Icons";
	font-size: 125%;
	height: 1.2em;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	right: 0.25em;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 1.2em;
}


/* ==================================================================== */
/* title
/* ==================================================================== */
/** color **/
.title_red{
	color: #C32B25;
	display: block;
}
.title_green{
	color: #008C0D;
	display: block;
}
.title_orange{
	color: #FF9600;
	display: block;
}

/** search **/
.title_search{
	background-color: #D56A6E;
	color: #FFFFFF;
	position: relative;
	text-align: center;
}
.title_search:after{
	border-color: #D56A6E transparent transparent transparent;
	border-style: solid;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 0;
}
.title_search span{
	display: inline-block;
	line-height: 1.25;
	padding: 0.375em 0.25em 0.375em 1.25em;
	position: relative;
}
.title_search span:before{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 1em;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(25%, -50%);
	-webkit-transform: translate(25%, -50%);
	transform: translate(25%, -50%);
	width: 1em;
}
body.lazyloaded .title_search span:before{
	background-image: url("./images/icon/magnifying.svg");
}
@media screen and (max-width:767px){
	.title_search{
		font-size: 125%;
		margin-bottom: 9px;
	}
	.title_search:after{
		border-width: 9px 6px 0px 6px;
	}
}
@media screen and (min-width:768px){
	.title_search{
		font-size: 150%;
		margin-bottom: 0.75em;
	}
	.title_search:after{
		border-width: 0.75em 0.5em 0px 0.5em;
	}
}

/** section **/
.title_section{
	font-size: 125%;
	margin-bottom: 9px;
	position: relative;
	text-align: center;
}
.title_section span{
	color: #C32B25;
	position: relative;
}
.title_section > span{
	color: #D80614;
	display: inline-block;
	font-size: 125%;
	line-height: 1.2;
	padding: 0 1.375em;
	position: relative;
}
.title_section > span:before,
.title_section > span:after{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	pointer-events: none;
	position: absolute;
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	height: 0.8em;
	width: 1.2em;
}
body.lazyloaded:not(.is_webp) .title_section > span:before{
	background-image: url("./images/icon/flower_l.png");
}
body.lazyloaded:not(.is_webp) .title_section > span:after{
	background-image: url("./images/icon/flower_r.png");
}
body.lazyloaded.is_webp .title_section > span:before{
	background-image: url("./images/icon/flower_l.webp");
}
body.lazyloaded.is_webp .title_section > span:after{
	background-image: url("./images/icon/flower_r.webp");
}
.title_section > span:before{
	left: 0;
}
.title_section > span:after{
	right: 0;
}
@media screen and (min-width:320px){
	.title_section > span{
		padding: 0 2.25em;
	}
	.title_section > span:before,
	.title_section > span:after{
		height: 1.2em;
		width: 1.8em;
	}
}
@media screen and (min-width:768px){
	.title_section{
		font-size: 150%;
		margin-bottom: 0.75em;
	}
}

/** border **/
.title_border{
	text-align: center;
}
.title_border > *{
	background-color: #FFFFFF;
	border: 1px solid #D56A6E;
	color: #D56A6E;
	display: inline-block;
	line-height: 1.5;
	padding: 0.5em 1em;
}
@media screen and (min-width:320px){
	.title_border > *{
		padding: 0.5em 0.25em;
		width: 13.75em;
	}
}
@media screen and (min-width:480px){
	.title_border > *{
		width: 18.25em;
	}
}
@media screen and (min-width:768px){
	.title_border > *{
		width: 24em;
	}
}

/** contents **/
.title_contents{
	background-color: #E7626B;
	color: #FFFFFF;
	font-size: 112.5%;
	font-weight: bold;
	padding: 0.4em 1em;
	margin-bottom: 6px;
}
@media screen and (min-width:768px){
	.title_contents{
		font-size: 125%;
		margin-bottom: 20px;
	}
}

/** applicant **/
.title_applicant{
	background-color: #FAF6EC;
	border: 1px solid #FF5959;
	border-radius: 100px;
	color: #FF5959;
	font-size: 125%;
	height: 2em;
	line-height: -webkit-calc(2em - 2px);
	line-height: calc(2em - 2px);
	display: block;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 15em;
}
@media screen and (min-width:768px){
	.title_applicant{
		font-size: 150%;
		margin-bottom: 20px;
	}
}

/** bar **/
.title_bar{
	text-align: center;
}
.title_bar > span{
	background-color: #D56A6E;
	border-radius: 100em;
	color: #FFFFFF;
	display: inline-block;
	line-height: 1.5;
	padding: 0.25em 1.5em;
}


/* ==================================================================== */
/* head_logo
/* ==================================================================== */
#head_logo{
	margin-top: 30px;
	margin-bottom: 30px;
}
#head_logo img{
	width: 100%;
}
@media screen and (min-width:768px){
	#head_logo{
		margin-top: 3.125em;
		margin-bottom: 3.125em;
	}
}


/* ==================================================================== */
/* box
/* ==================================================================== */
.box{
	background-color: #FFEAE8;
	border-radius: 12px;
	color: #333333;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	width: 93.75%;
}
.box .title_red{
}
.box .title_green{
}
.box .title_orange{
}
.box *:not(.title_section):not(.title_border):not(hr) + .title_red,
.box *:not(.title_section):not(.title_border):not(hr) + .title_green,
.box *:not(.title_section):not(.title_border):not(hr) + .title_orange,
.box *:not(.title_section):not(.title_border):not(hr) + .title_border,
.box *:not(.title_section):not(.title_border):not(hr) + .title_bar{
	margin-top: 1em;
}
.box .title_border{
	margin-bottom: 0.5em;
}
.box .box-strong{
	color: #C32B25;
	display: block;
	text-align: center;
}
.box h5:not(:first-child){
	margin-top: 1em;
}
.box p{
}
.box > p{
	text-align: left;
}
.box p + p,
.box .box-strong + p{
	margin-top: 1em;
}
.box picture + p{
	margin-top: 0.5em;
}
.box hr{
	background-color: #333333;
	margin: 0.5em 0;
}
.box .box_photo{
}
.box .box_photo  picture{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	max-width: 32em;
}
.box .box_photo  picture img{
	width: 100%;
}
.box *:not(.title_section):not(.title_red) + .box_photo,
.box *:not(.title_section):not(.title_green) + .box_photo,
.box *:not(.title_section):not(.title_orange) + .box_photo,
.box *:not(.title_section):not(.title_bar) + .box_photo{
	margin-top: 0.5em;
}
.box .title_border + .box_photo picture{
	padding-top: 0.5em;
}
.box .box_photo > *:not(figcaption){
	margin-bottom: 0.5em;
}
.box .box_photo > *:not(figcaption){
}
.box .box_photo figcaption{
	text-align: left;
}
.box .box_photo picture + figcaption,
.box .box_photo figcaption + picture{
	margin-top: 0.5em;
}
.box .box_list{
	background-color: #FFFFC8;
	border: 1px solid #E61C24;
	margin-top: 0.5em;
	padding: 0.5em 1em;
}
.box .box_list > li{
	padding-left: 1em;
	text-indent: -1em;
}
.box .box_tbl{
	border-collapse: separate;
	border-spacing: 0;
	margin-top: 0.5em;
	width: 100%;
}
.box .box_tbl th{
	background-color: #FDFAD0;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	padding: 0.5em 1em;
}
.box .box_tbl td{
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 0.5em 1em;
}
.box .box_tbl tr:last-child td{
	border-bottom: 1px solid #333333;
}
.box .box_balloon,
.box .box_point{
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 0.5em 1em;
	margin-top: 1.5em;
	text-align: center;
}
.box .box_balloon{
}
.box .box_balloon [class^="title_"]{
	border-bottom: 1px solid #333333;
	margin-bottom: 1.25em;
	padding-bottom: 0.5em;
	position: relative;
}
.box .box_balloon [class^="title_"]:before,
.box .box_balloon [class^="title_"]:after{
	border-style: solid;
	border-width: 0px 1.5em 0.75em 0px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	-ms-transform: translate(-50%, 100%);
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%);
	width: 0;
}
.box .box_balloon [class^="title_"]:before{
	border-color: transparent #333333 transparent transparent;
	bottom: 0;
	left: 50%;
}
.box .box_balloon [class^="title_"]:after{
	border-color: transparent #FFFFFF transparent transparent;
	bottom: 2px;
	left: -webkit-calc(50% - 1px);
	left: calc(50% - 1px);
}
.box .box_balloon p{
	text-align: left;
}
.box .box_point{
}
.box .box_point > picture{
	margin-bottom: 0.5em;
}
.box .box_point > picture img{
	width: 100%;
}
.box .box_point figcaption{
	text-align: left;
}
.box .link_to{
}
@media screen and (max-width:767px){
	.box .box_tbl,
	.box .box_tbl tbody,
	.box .box_tbl tr,
	.box .box_tbl th,
	.box .box_tbl td{
		display: block;
	}
	.box .box_tbl th{
		border-right: 1px solid #000000;
	}
	.box .box_tbl th{
	}
}
@media screen and (min-width:768px){
	.box{
		border-radius: 1.375em;
		margin-top: 3.125em;
		padding: 2em;
		width: 100%;
	}
	.box *:not(.title_section):not(.title_border):not(hr) + .title_red,
	.box *:not(.title_section):not(.title_border):not(hr) + .title_green,
	.box *:not(.title_section):not(.title_border):not(hr) + .title_orange,
	.box *:not(.title_section):not(.title_border):not(hr) + .title_bar{
		margin-top: 1.5em;
	}
	.box .box_photo{
	}
	.box .box_photo picture{
		width: -webkit-calc(100% - (2.5em * 2));
		width: calc(100% - (2.5em * 2));
	}
	.box .box_photo > *:not(figcaption){
	}
	.box .box_photo figcaption{
		margin-left: auto;
		margin-right: auto;
		max-width: 52em;
		width: -webkit-calc(100% - (1.25em * 2));
		width: calc(100% - (1.25em * 2));
	}
	.box .box_photo picture + figcaption,
	.box .box_photo figcaption + picture{
		margin-top: 1.5em;
	}
	.box > .title_red,
	.box > .title_green,
	.box > .title_orange,
	.box > p{
		margin-left: auto;
		margin-right: auto;
		max-width: 52em;
		width: -webkit-calc(100% - (1.25em * 2));
		width: calc(100% - (1.25em * 2));
	}
	.box .box_tbl tr:last-child th{
		border-bottom: 1px solid #333333;
	}
	.box .link_to{
		margin-top: 1.5em;
	}
	.box .box_balloon,
	.box .box_point{
		border-radius: 1.375em;
		margin-left: auto;
		margin-right: auto;
		max-width: 52em;
		padding: 1.5em 2em;
		width: -webkit-calc(100% - (1.25em * 2));
		width: calc(100% - (1.25em * 2));
	}
}


/* ==================================================================== */
/* box hr
/* ==================================================================== */
.box hr.separator{
	background-color: transparent;
	background-color: none;
	background-color: unset;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 0.75em;
	margin: 1.5em 0 0;
}
body.lazyloaded:not(.is_webp) .box hr.separator{
	background-image: url("./images/tobita/migrant/separator.png");
}
body.lazyloaded.is_webp .box hr.separator{
	background-image: url("./images/tobita/migrant/separator.webp");
}
.box hr.next{
	background-color: transparent;
	background-color: none;
	background-color: unset;
	height: 1.25em;
	margin: 1em 0 0;
	overflow: hidden;
	position: relative;
}
.box hr.next:before{
	color: #D56A6E;
	content: "\F536";
	font-family: "Material Design Icons";
	font-size: 300%;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, -50%) rotate(180deg);
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (min-width:360px){
	.box hr.separator{
		height: 0.875em;
	}
}
@media screen and (min-width:768px){
	.box hr.separator{
		height: 1.5em;
		margin: 3.125em 0;
	}
	.box hr.next{
		margin: 1.5em 0 0;
	}
}


/* ==================================================================== */
/* フォーム
/* ==================================================================== */
dl.mail{
	margin-top: 10px;
}

dl.mail dt{
margin-bottom: 10px;
color: #749cc7;
background: #daf2fa;
padding: 3px;
}

dl.mail dd{
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px dotted #85D2EE;
}

dl.mail dd:last-child{
margin: 0;
border: none;
}

dl.mail textarea{
width: 95%;
padding: 2px;
font-size: 123.1%;
}

dl.mail select{
margin: 0;
line-height: 1.5em;
letter-spacing: 0.1em;
}

dl.mail input[type="checkbox"]{ vertical-align: middle; }

dl.mail select,
dl.mail input[type="text"],
dl.mail input[type="email"],
dl.mail input[type="tel"],
dl.mail textarea{
	border: 1px solid #C5C5C5;
	outline: none;
	font-size: 123.1%;
	max-width: 90%;
}

dl.mail select:focus,
dl.mail input[type="text"]:focus,
dl.mail input[type="email"]:focus,
dl.mail input[type="tel"]:focus,
dl.mail textarea:focus{ border: 1px solid #85d2ee; }

.submit-img{
	margin: 10px 0 20px;
	text-align: center;
}

.submit-img input[type="submit"],
.submit-img input[type="reset"]{
	background-color: #749CC7;
	border: none;
	outline: none;
	color: #FFFFFF;
	font-size: 123.1%;
	padding: 10px 20px;
	margin: 0 10px;
}

.submit-img input[type="submit"]:hover,
.submit-img input[type="reset"]:hover{
	background: #DAF2FA;
	color: #749cc7;
}


/* ==================================================================== */
/* 求人一覧・詳細
/* ==================================================================== */
.job_area{
	background-color: #FFFFFF;
	border: 1px solid #D80614;
	border-radius: 5px;
	color: #D80614;
	display: inline-block;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0 0.6em;
	vertical-align: top;
}
[class^="job_area_tobita_"]{
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0 0.6em;
	vertical-align: top;
}
.job_area_tobita_main{
	background-color: #CBB44C;
	border-color: #CBB44C;
}
.job_area_tobita_secret{
	background-color: #00C300;
	border-color: #00C300;
}
.job_nakai{
	background-color: #F1A46E;
	border: 1px solid #F1A46E;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-weight: normal;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 0 0.6em;
	vertical-align: top;
}

