@charset "utf-8";

.title_bk{
	width:100%;
	height:100%;
	background:url(../img/recruit/recr_titlebk.jpg) no-repeat center;
	background-size: cover;
}

#abou01{
	width:100%;
	max-width:720px;/*1020 720*/
	margin:0 auto;
	padding:30px 0;
	text-align:left;
}

.abou01_01{
	width:27%;/*230 720*/
	margin:0 3% 0 0;/*40 720*/
}

.abou01_02{
	width:70%;/*450 720*/
	margin:0;
}

.abou01_03{
	line-height:1.8;
}

.abou01_03 table{
	border-collapse: collapse;
}

.abou01_03 tr{
	border:solid 1px #999999;
}

.abou01_03 th{
	width:110px;
	font-weight:normal;
	padding:2em 24px;
	background:#E2E2E2;
	border-right:solid 1px #999999;
}

.abou01_03 td{
	width:470px;
	padding:2em 30px 2em 40px;
	background:#FFFFFF;
}


.abou01_03 li{
	text-indent:-1em;
	padding-left:1em;
	
}


/*========================
	メールフォームテンプレ
========================*/


.mail01_01 dl,
.mail01_00 dl{
	padding:0.5em 0;
	font-size: 105%;
}

.mail01_01 dt,
.mail01_00 dt{
	width:98%;
	padding:0 0 0 1%;
	margin:0;
	float:none;
}

.mail01_01 dd,
.mail01_00 dd{
	width:98%;
	margin:0 1%;
	float:none;
}

input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text{
	font-family: 'Noto Sans JP',-apple-system, Roboto, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue,"Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border:#00506A 2px solid;
	border-radius: 10px;
	padding:0.7em;
	font-size:16px;
	margin:0.5em 0;
	width:100%;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
textarea.text{
	border-radius:20px;
}


input.text_min,
select.text_min{
	width:42%;
}
input.text_middle{
	width:42%;
}

.mail01_02{
    width:100%;
	margin:0 auto;
	box-sizing: border-box;
}

input[type=checkbox] {
margin:0.5em;
  transform: scale(1.5);
}
input[type=radio] {
margin:0.5em;
  transform: scale(1.5);
}

::placeholder{
  color:#ccc
}

.hissu{
	background:#EA5413;
	font-size: 75%;
	font-weight: normal;
	margin: 0 0 0 0.8em;
	padding:0.1em 0.5em;
	color:#FFFFFF;
}
input[type="submit"] {
	
	-webkit-appearance: none;
	cursor: pointer;
	width: 96%;
	height: 100%;
	margin: 1em auto 0;
	display: block;
	border-radius: 10px;
	padding:1.5em;
	background:#00506A;
	border:#00506A 1px solid;
	position: relative;
	color: #FFFFFF;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 1px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

input[type="submit"]:hover{
	background:#FFFFFF;
	color: #00506A;
}



@media (min-width : 768px) {

.abou01_01{
	width:32%;/*230 720*/
	margin:0 5.5% 0 0;/*40 720*/
}

.abou01_02{
	width:62.5%;/*450 720*/
	margin:1em 0 0 0;
}
	
	
/*=========================
	メールフォームテンプレ
==========================*/
/*メールフォーム*/


.mail01_01 dl,
.mail01_00 dl{
	padding:0.5em 0;
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.mail01_01 dt,
.mail01_00 dt{
	padding:1.5em;
	width:25%;
	font-size: 105%;
	box-sizing: border-box;
}
	
.mail01_01 dd,
.mail01_00 dd{
	width:72%;
	margin:0;
}

input.text,
select.text,
textarea.text{
	width:100%;
}

input.text_middle,
select.text_middle{
	width:45%;
}

input.text_min,
select.text_min{
	width:25%;
}
	
input.text_min,
input.text,
input.text_middle,
select.text,
select.text_min,
textarea.text{
	padding:1em;
}
	
.mail01_02{
    width:72%;
	margin:0 0 0 25%;
}
input[type="submit"] {
	width: 90%;
	margin: 1em 0 0 0;
}
	
	
}

