@charset "euc-jp";
/* CSS Document */
/* ******************************
 *
 * Since:    2017-03-01
 * Modified: 2017-03-01
 * Editor:   hara@DiiV
 *
 * temp-sys ver1.01
 * Information: CSS for recruit
 *
 * ******************************
 */
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	background: #383838;
	color:#000;
	font-family:"¥á¥¤¥ê¥ª", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", sans-serif;
	font-size: 13px;
	line-height:1.5em;
	letter-spacing: 0em;
	padding-top: 50px;
}
/* anchor */
a:link {
	color: #00e;
}

a:visited {
	color: #551a8b;
}

a:focus
,a:hover
,a:active {
	text-decoration: none;
}

em,
.caution {
	color: #f00;
}

.center {
	text-align: center;
}

/*.container {
	padding-top: 100px;
}*/


/* header
------------------------------------------------------------- */
#wrapper {
	position: relative;
}


/* content
------------------------------------------------------------- */
#content {
	width: 100%;
	padding: 0;
	background: #faf8f2 url("../img/common/bg_form_bottom.jpg") center bottom no-repeat;
	padding-bottom: 100px;
}

#content .section {
	padding: 100px 0 60px;
	width: 700px;
	height: 668px;
	margin: 0 auto 3em;
	overflow-y: scroll;
	overflow-x: hidden;
}

/* format
------------------------------------------------------------- */

/* heading */
#content h2 {
	font-size: 116%;
	font-weight: bold;
	text-align: center;
}
#content h2 img{
	display: inline-block;
}

#content h3 {
	margin-bottom: 1em;
	font-size: 116%;
	font-weight: bold;
	text-align: center;
}
#content h3 img{
	display: inline-block;
}

#content h4 {
	margin-bottom: 1em;
	font-size: 116%;
	font-weight: bold;
	line-height: 1;
}


/* paragraph */
#content p {
	margin-bottom: 1em;
}


/* text */
.big {
	font-size: 116%;
}

.small {
	font-size: 85%;
}


/* list */
#content ul {
	margin-bottom: 1em;
}

#content ul li {
	list-style: disc;
	margin: 0 0 0.3em 20px;
}

#content ul.nonstyle {}
#content ul.nonstyle li {
	list-style: none;
	margin-left: 0;
}

#content ul.books {}
#content ul.books li {
	list-style: none;
	display: inline;
	float: left;
	width: 140px;
	margin: 0 13px 0 0;
}

#content ul.books li:last-child {
	margin-right: 0;
}

#content ul.books li.last-child {
	margin-right: 0;
}

#content ul.books li img {
	margin-bottom: 0.5em;
}

#content ol {
	margin-bottom: 1em;
}

#content ol li {
	list-style: decimal;
	margin: 0 0 0.3em 30px;
}

#content dl {
	margin-bottom: 1em;
}

#content dt {
	margin-bottom: 0.5em;
	font-weight: bold;
}

#content dd {
	margin-bottom: 1em;
}


/* table */
#content table {
	margin-bottom: 1em;
}

#content table {
	border-collapse: collapse;
}

#content table th, #content table td {
	font-size: 18px;
	font-family: ½¨±Ñ»Í¹æÂÀ¤«¤Ê, DNPShuei4goBStd-Hv;
	font-weight: 900;
	font-style: normal;
	text-align: left;
	padding: 6px;
	vertical-align: top;
}

#content table th {
	width: 200px;
}


#content table td ul {
	margin-bottom: 0;
}

#content table td img {
	margin: 0.5em 0;
}


/* form */
#content form input, #content form textarea {
	font-size: 0.8em;
	padding: 0.2em;
}

#content form.inline {
	display: inline;
}

#content form .wide {
	width: 100%;
}

#content form .p-street-address{
	width: 253px;
}

#content form .middle {
	width: 340px;
}

#content form .narrow {
	width: 80px;
}

#content form .mini {
	width: 60px;
}

#content .error {
	margin-top: 6px;
}
#content form input[type="submit"] {
	-webkit-appearance: none;
  display: inline-block;
	border: none;
  font-size: 18pt;
  text-align: center;
  cursor: pointer;
  padding: 14px 40px 12px;
	margin-bottom: 20px;
  background: #CC0000;
  color: #ffffff;
  line-height: 1em; 
  transition: 0.1s;
}
#content form input[type="submit"]:hover {
  background: #FF3333; 
}

/* modal --------------------------------------------------------------- */
body.open_popup {
    overflow: hidden;
}

.bg_onetime_popup {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vw;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	width: 740px;
	height: 668px;
	background-color: #faf8f2;
	overflow-y: scroll;
}

.onetime_popup_title {
	position: relative;
	padding: 1em 80px;
	margin: 0px;
	text-align: center;
	background-color: #faf8f2;
}
onetime_popup_title a{
	text-decoration: none;
}
.onetime_popup_title_close, .disagree {
	width: auto;
	font-size: 14px;
	line-height: 1.8em;
	color: #fff;
	background: #faf8f2;
	border: none;
	padding: 4px 15px;
	text-align: center;
	margin-top: 10px;
	display: inline-block;
	cursor: pointer;
}
.onetime_popup_content {
    padding: 60px;
		font-size: 1.4em;
		line-height:1.4em;
}
#form .onetime_popup_content h2{
    text-align: center;
		font-size: 1.8em;
		margin-bottom: 2em;
}
.onetime_popup_content h2 span{
		font-size: 0.8em;
}
.onetime_popup_content h3{
		margin-top: 1em;
		margin-bottom: 0.5em;
		font-weight: 600;
}
.onetime_popup_content p{
		line-height:1.7em;
}

.onetime_popup_content p.txt_02,
.onetime_popup_content ul.txt_02{
		font-size: 0.8em;
}

.onetime_popup_content p.seitei{
	text-align: right;
	font-size: 0.8em;
}
.onetime_popup_content ul{
		margin-bottom:2em;
}
.onetime_popup_content ul li{
		margin-bottom:0.5em;
		list-style: decimal;
		margin-left: 1.4em;
}
button:hover{
	opacity: 0.7;
}
.disagree a{
  color: #fff;
}

.onetime_popup_content button {
	-webkit-appearance: none;
  display: inline-block;
	border: none;
  font-size: 18pt;
  text-align: center;
  cursor: pointer;
  padding: 14px 40px 12px;
	margin-bottom: 20px;
  background: #d0463d;
  color: #ffffff;
  line-height: 1em; 
  transition: 0.1s;
}
.onetime_popup_content button:hover {
  background: #FF3333; 
}

.pb_10,
#content table th.pb_10, #content table td.pb_10{
	padding-bottom: 10px;
}
.pb_20,
#content table th.pb_20, #content table td.pb_20{
	padding-bottom: 20px;
}
.pb_30,
#content table th.pb_30, #content table td.pb_30{
	padding-bottom: 30px;
}
.pb_40,
#content table th.pb_40, #content table td.pb_40{
	padding-bottom: 40px;
}
.pb_50,
#content table th.pb_50, #content table td.pb_50{
	padding-bottom: 50px;
}

.oed,
#content table th.oed,
#content table td.oed{
	font-family: FOT-Âç¹¾¸Í´ªÄâÎ® Std E, OedKtrStd-E;
}

#content table th sup,
#content table td sup{
	color: #d0463d;
}

#content table th .kakunin{
	font-size: 14px;
}

#content table th.tenpu{
	font-size: 20px;
}

#content table th.tenpu span{
	font-size: 16px;
	color: #d0463d;
}

#content table .p-postal-code,
#content table .input_01{
	margin-bottom: 6px;
}

#content table td .txt_01{
	margin-bottom: 0.5em;
}

#form{
	overflow: hidden;
}

#form #wrapper{
	height: 768px;
	margin: 0  auto;
	overflow: hidden;
}

#form .caution{
	margin: 0 0 5px 6px;
	font-size: 14px;
	color: #d0463d;
}


#form .img_02{
	position: absolute;
	left: 0px;
	top: 0px;
}

#form .img_03{
	position: absolute;
	right: 0px;
	top: 0px;
}


#form h2{
	font-size: 36px;
	font-weight: bold;
	color: #d0463d;
	line-height: 1.5em;
}

#form h3{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	line-height: 1.5em;
}

#form form input:is([type="radio"]) {
	margin-right: 5px;
}
