@charset "UTF-8";

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 150%;
}

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;
	border:0;
	outline:0;
	vertical-align:bottom;
	background:transparent;
	list-style: none;
}

html,body {
	color: #333;
	font-family: YuGothic,'游ゴシック',sans-serif;
	letter-spacing: 1px;
	margin: 0;
	padding: 0;
}
.step_num, #qa dl dt:before, #qa dl dd:before, .info_box2 h4, #copyright {
	font-family: 'Quicksand';
}
img {
	border: 0;
	max-width: 100%;
}

/* Common Class */
.clear {
	clear: both;
}
.area {
	margin: 0 auto;
	max-width: 90%;
	width: 960px;
}
.area2 {
	margin: 0 auto;
	max-width: 90%;
	width: 960px;
}
.hover {
	-webkit-transition: opacity linear 0.2s;
	-moz-transition: opacity linear 0.2s;
	-o-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;
	opacity: 1;
}
.hover:hover {
	opacity: 0.7;
}

.bold {
	font-weight: bold;

}
.red {
	color: #FD4640;
}

/* Style */
#container {
	background-color: #fff;
	margin: 0 auto;
	width: 100%;
}
header {
	width: 960px;
	overflow: hidden;
	margin: 3px auto 7px auto;
}
#logo img{
	float: left;
}
h1 {
	float: left;
	font-weight: normal;
	padding: 2px 0 0 30px;
}
#kintone{
	padding:50px 0 50px 0;
        margin:0 auto;
	text-align:center;
}

#ttl{
	font-size: 20px;
	font-weight: bold;
	padding-bottom:10px;
	border-bottom:2px dotted #c0c0c0; 
	margin-bottom:30px;
	text-align:left;
}

#kintone table{
	text-align:left;
        margin:0 0 20px 20px;
}

#kintone table th{
        width:30%;
	margin:0px;
	padding:10px 20px 30px 10px;
	vertical-align: top;
}

#kintone table td{
	margin:0px;
	padding:10px 10px 30px 0px;
}

#kintone label{
	margin:0;
	padding:0;
}

#kintone input[type="text"]{
      width:100%;
	height:30px;
}

#kintone select{
      width:100%;
	height:30px;
}

#kintone .birth select{
      width:30%;
	height:30px;
}

#kintone ul.radio_list_top li{
        display:table-cell;
	margin-top:3px;
}

#kintone ul.radio_list li,
#kintone ul.checkbox_list li{
	margin-top:3px;
}

td.lage select{
        width:100%;
	height:30px;
}

td.small select{
        width:20%;
	height:30px;
        margin:0 5px;
}

td.small select:first-child {
        width:20%;
	height:30px;
        margin:0 5px 0 0;
}


#kintone textarea{
      width:100%;
}

span.required_asterisk{
    width: 50px;
    background-color: rgb(247, 75, 77);
    color: rgb(255, 255, 255);
    font-size: 80%;
    margin-left: 5px;
    padding: 2px;
}

span.required_asterisk02{
    width: 50px;
    background-color:#3C3EC6;
    color: rgb(255, 255, 255);
    font-size: 80%;
    margin-left: 5px;
    padding: 2px;
}

#kintone input[type="submit"]{
box-shadow: rgba(255, 255, 255, 0.498039) 0px 1px 0px inset, rgba(0, 0, 0, 0.14902) 0px 1px 2px;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    font-size: 14px;
    color: rgb(102, 102, 102);
    text-shadow: white 0px 1px 1px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    font-weight: 700;
    background: -webkit-linear-gradient(top, rgb(251, 251, 251), rgb(225, 225, 225));
    border-width: 1px;
    border-style: solid;
    border-color: rgb(212, 212, 212);
    padding: 10px 25px;
    margin: 0px;
    border-radius: 4px;
}

#btn_entry{
    width: 100%;
    margin: 0px 330px 50px 330px;
    text-align: center;
}

#btn_entry a {
   width:20%;
    display: block;
    background: #FA4A48;
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    text-decoration: none;
}

#logo {
	padding-top: 1rem;
	padding-bottom: 0.5rem;
}
#logo img{
	max-width: 25%;
}
#thanks{
	width:50%;
	margin:100px auto;
	border: 1px solid #cccccc;
	text-align: center;
	padding:10px;
}
footer {
	background-color: #004973;
	color: #fff;
}
#copyright {
	height: 3rem;
	line-height: 3rem;
	text-align: right;
}
#copyright a {
	color: #fff;
}
#copyright a:hover {
	text-decoration: none;
	opacity: 0.8;
}

#form_layout{width: 960px;margin:50px auto;}
#form_layout div.po-webparts-container.style1.po-blue tr {background: #0096AD;}
#form_layout div.po-webparts-container.style1 tr.po-single th {
    color:#ffffff;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.4) inset;
    -moz-box-shadow: 0 0 0 rgba(255, 255, 255, 0.4) inset;
    -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.4) inset;
    text-shadow: 0 0 0 #FFF;
}
#form_layout div.po-webparts-container.style1.po-blue button, div.po-webparts-modal-container.style1.po-blue button {
    box-shadow: 0 0 0 rgba(206, 219, 232, 0.6), 0 0 rgba(255, 255, 255, 0.2) inset, 0 0 rgba(255, 255, 255, 0.4) inset, 0 0 0 rgba(206, 219, 232, 0.6) inset;
    color: #ffffff;
    background:#FA4A48;
    padding:15px 30px;
}
#form_layout div.po-webparts-container.style1 tr.po-single th {vertical-align: middle;}
@media screen and (max-width: 640px) {
#form_layout {width: 100%;margin:50px 0px}
#form_layout div.po-webparts-container.style1 table {width: auto;padding:0px;}
#form_layout div.po-webparts-container.style1 tr {height: auto;border:0px;}
#form_layout div.po-webparts-container.style1 tr.po-single th {text-align: center;padding: 5px 0px;}
#form_layout div.po-webparts-container.style1 tr.po-single td {width: 100%;}
#form_layout div.po-webparts-container.style1 .po-buttons {margin: 0px auto;}
#form_layout div.po-webparts-container.style1,#form_layout div.po-webparts-container.style2 {min-width: 320px;}
}

/* For PC */
@media screen and (min-width: 851px) {
	* {
		font-size: 14px;
	}
	.tb, .sf {
		display: none;
	}
	.job:nth-of-type(1) { margin-right: 2%; }
	.job:nth-of-type(2) { margin-right: 2%; }
	.job:nth-of-type(4) { margin-right: 2%; margin-top: 1%; }
	.job:nth-of-type(5) { margin-right: 2%; margin-top: 1%; }
	.job:nth-of-type(6) { margin-top: 1%; }
}
/* For Tablet and Smartphone */
@media screen and (max-width: 850px) {
	* {
		font-size: 14px;
	}
	.sf, .pc {
		display: none;
	}
	.tb {
		display: block;
	}
	header {
		width: 100%;
		padding-bottom: 10px;
		padding-left: 20px;
	}
}
/* For Smartphone */
@media screen and (max-width: 640px) {
	#container {
		width: 100%;
		overflow: hidden;
	}
	* {
		font-size: 13px;
	}
	.pc, .tb {
		display: none;
	}
	.sf {
		display: block;
	}
	.area {
		margin: 0 2.5%;
		max-width: 98%;
		width: 960px;
	}
	h1 {
		display:none;
	}
	header {
		width: 100%;
		padding-bottom: 10px;
		padding-left: 20px;
	}

}

@media screen and (max-width: 639px) and (min-width: 374px){

#logo img {
    max-width: 50%;
}

#kintone {
    position:relative;
    padding: 50px 0 195px 0;
    margin: 0 auto;
    text-align: center;
}

#kintone table, tbody, tr, th, td {
display: block;
width:100%;
margin:0px;
}

#kintone table th {
    width: 100%;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align:left;
}

#kintone ul.radio_list li, #kintone ul.checkbox_list li {
    display: block;
    margin-top: 3px;
}

#thanks {
    width: 100%;
    margin: 50px auto;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 10px;
}

#btn_entry {
    width: 100%;
    margin: 0px 0px 50px 0px;
    text-align: center;
}

#btn_entry a {
    width: 100%;
}

#copyright {
	height: 3rem;
	line-height: 3rem;
	text-align: center;
}

}

@media screen and (max-width: 374px) and (min-width: 319px){

#logo img {
    max-width: 50%;
}

#kintone {
    padding: 50px 0 100px 0;
    margin: 0 auto;
    text-align: center;
}

#kintone table, tbody, tr, th, td {
display: block;
width:100%;
margin:0px;
}

#kintone table th {
    width:100%;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

#kintone ul.radio_list li, #kintone ul.checkbox_list li {
    display: block;
    margin-top: 3px;
}

#thanks {
    width: 100%;
    margin: 50px auto;
    border: 1px solid #cccccc;
    text-align: center;
    padding: 10px;
}

#btn_entry {
    width: 100%;
    margin: 0px 0px 50px 0px;
    text-align: center;
}

#btn_entry a {
    width: 100%;
}


#copyright {
	height: 3rem;
	line-height: 3rem;
	text-align: center;
}

}
