h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, dl, table, a, input, textarea, select, form {
	font-family:"メイリオ","ＭＳ Ｐゴシック",sans-serif;
}
ul{list-style:none;}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dd, dt, dl{padding:0;margin:0;}
a{text-decoration:none;}
main{
	background:#E5E519;
	background:linear-gradient(0deg, rgba(229, 229, 25, 1) 0%, rgba(199, 193, 87, 1) 0%, rgba(237, 221, 83, 1) 100%);
}
.top {
	width: 100%; 
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
/**	background-color:#8fe1fd;**/
}
/**.top h1{
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
	background:url("https://www.sanpou-s.net/event/jobfair/tottori_kigyo2025/test/images/tottori_top.svg")center / contain  no-repeat;
	width:100%;
	padding-bottom:50.0%;
}**/
.top h1 img {
	width:100%;
	margin:0 auto;
	/**object-fit:cover;
	/**max-height: 500px;**/
	height: auto;
	object-fit:contain;
	display:block;
	text-align:center;
}
.tottori_jobfair {
	max-width: 900px;
	margin:0 auto;
	height: auto;
}
.summary{
	background:#fffee6;
	border:1px solid #555;
	padding:10px 5px;
}
.access_nav {
	text-align: center;
	padding:0;
}
.access_nav ul {
	list-style:none;
	padding-left: 15px;
	display:flex;
	justify-content:space-between;
	flew-wrap:no-wrap;
	width:90%;
}
.access_nav li {
	width: 33%;
	margin-left: 30px;
	position:relative;
}
.access_nav li a img{
	width:100%;
	filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.3));
	/**box-shadow: 7px 10px 5px -2px #aaaaaa;**/
}

.access_nav li .linkbtn{
	position:absolute;
	top:68%;
	left:48%;
	transform: translate(-50%,-50%);
}
.access_nav li .linkbtn a {
	text-decoration:none;
	padding: 10px;
	margin:0;
	background-color: #FFFFFF;
	border:1px solid #12491d;
	color: #12491d;
	display: block;
	font-size: 14px;
	font-weight: bold;
	white-space:nowrap;
/**	width:8em;**/
	border-radius:5px;
	text-align:center;
	}
.access_nav li .linkbtn a:hover{
	translate:transform(-3px, -3px);
}
.outline {
/**	background-color: #0079d6;**/
	padding: 40px;
}
.outline dl {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	width:100%;
	margin-bottom:25px;
	}
.outline dl.dl_Center {
	align-items:center;
}
.outline dt {
	background-color: #ea5504;
	color: #fff;
	width: 12em;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-left:5px;
	padding: 10px 3px 10px;
	border-radius:5px;
	vertical-align:middle;
}
.outline dd {
	font-size: 16px;
	padding:0 0 10px 16px;
	color: #555;
	font-weight:700;
	line-height: 1.5em;
	width:calc(100% - 12em);
}
.outline dl.dl_Center dd {
	padding-top:10px;
}
.outline dd.application{
	display:flex;
	justify-content:flex-start;
	font-size:20px;
	padding-left:2em;
	width:100%;
	margin:0;
}

.outline dd.application img{
	max-width:42px;
	object-fit:contain;
	margin-right:10px;
}
.outline .attention {
	padding: 20px 40px; 
	border-radius: 10px; 
	background-color: #00a8e0; 
	color: #FFFFFF;
}
.outline .attention h2 {
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
	color: #FFFFFF;
}
.outline .attention h2 i{
	padding:0 10px;
}
.outline .attention li {
	font-size: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	padding-left:10px;
}
.outline .attention h2 img{
	max-width:42px;
	object-fit:contain;
}
.outline dl:nth-of-type(6){
	margin:50px 0 0 0;
}
.box1 {
    background-color: #FFFFFF;
    padding: 40px;
    margin-top: 40px;
}
.box1 h3 {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}
.box1 h3 span {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    background-color: #002b5c;
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
	border-radius:5px;
}
.box1 h3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #002b5c;
}
.box1 .inBox{
	display:flex;
	justify-content:space-between;
	max-width:900px;
}
.box1 .inBox .Box_left, .box1 .inBox .Box_right{
	width:48%;
}
.box1 .inBox .Box_left .line1{
	display:flex;
	justify-content:space-between;
	width:100%;
}

.box1 .inBox .Box_left .line1 p:first-child,.box1 .inBox .Box_left .line2 p:first-child{
	display:block;
    background-color:#0079d6;
    color: #FFFFFF;
    width: 40%;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    height: 1.5rem;
    margin-bottom: 20px;
	padding:5px 0;
	border-radius:5px;
}
.box1 .inBox .Box_left .line1 p:nth-child(2){
	width:60%;
	padding-left:10px;
	line-height: 24px;
	font-size: 17px;
	margin-bottom: 20px;
	color: #231815;
}
.box1 .inBox .Box_left .line1 .big {
	font-size: 155%;
	line-height: 1.25em;
}
p.pdf a {
	color: #FFFFFF;
	display: block;
    background-color: #999;
    text-align: center;
	vertical-align:middle;
    border-radius: 5px;
    width: 90%;
    font-size: 14px;
   	margin:0 0 3px 10px;
	line-height:22px;
	padding:5px;
}
p.pdf a img{
	width:16px;
	height:16px;
	vertical-align:middle;
}

p.pdf a:hover{
	color:#999;
	background:#fff;
}

.box1 .inBox .Box_right  section h4 {
	display:block;
    background-color: #0079d6;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
    padding:10px 10px 10px 20px;
	border-radius:5px;
	/**text-shadow: 1px 1px 0 #12491d,-1px 1px 0 #12491d,1px -1px 0 #12491d,-1px -1px 0 #12491d;**/
    }
.box1 .inBox .Box_right section p {
	font-size: 16px;
	margin-bottom: 10px;
	color: #231815;
}

p.kigyo a {
	background-color: #ea5504;
    text-align: center;
    border-radius: 5px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	display: block;
}
p.kigyo a:hover{
	background:#fff;
	color:#e60012;
}
footer{
	margin:30px 0 10px;
	background-color: #FFF;
	display:flex;
	/**flex-direction:row-reverse;**/
	justify-content:space-between;
	width:100%;
}
footer .contact1 {
	padding: 10px 0 20px 20px;
    margin-top: 20px;
	width:40%;
}
footer .contact2{
	padding:10px 20px 20px 10px;
	margin-top:20px;
	width:40%;
}
footer .contact1 dt, footer .contact2 dt{
    background-color: #002b5c;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px;
	width:7em;
	text-align:center;
	border-radius:3px;
}
footer .contact2 dt{
	letter-spacing:0.8em;
}

footer .contact1 dd, footer .contact2 dd {
    color: #002b5c;
	font-size: 14px;
}
footer .contact2 dd{
	font-size:18px;
	padding-top:10px;
}
footer img{
	max-width:80px;
	height:auto;
	margin-right:10px;
}
.box1 .inBox .Box_left .line1 .big .sp{
	display:block;
}
.pc{
	display:block;
}
.sp{display:none;}
#pageTop{
    display: none;
    position: fixed;
    right: 15px;
    bottom: 60px;
}
#pageTop a{
    display: block;
    font-size: 13px;
    width: 10em;
    height: 50px;
    text-align: center;
    background: #7db4e6;
	color:#fff;
	font-weight:900;
    border-radius: 5px;
    line-height: 50px;
}

.copyright{
	margin:10px auto 0;
	text-align:center;
	font-size:12px;
	color:#333;
}
@media (max-width: 768px) {
.top{
	width:100%;
	}
.top h1 img{
	width:100%;
/**	height:100%;**/
	height:auto;
	}
.tottori_jobfair {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.summary{
	padding:5px 2px;
}
.outline dd.application{
	font-size:17px;
	padding-left:5px;
	line-height:1.7em;
}
.access_nav {
	padding-top: 20px;
}
.access_nav ul {
	/**padding-left: 3%;**/
	padding:0;
	margin:0;
	width:100%;
/**	display:block;**/
}
.access_nav li {
	margin-left: 0;
}
.access_nav li img{
	filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
.access_nav li img {
	max-width: 100%;
	height: auto;
}
.access_nav li .linkbtn{
	top:75%;
	}
.access_nav li .linkbtn a {
	padding: 1px;
	font-size:12px;
	line-height:1.3;
	}

.outline {
	margin:10px auto;
	padding:10px;
}
.outline dl{
	display:block;
	}
.outline dl dt {
	width: 12em;
	font-size: 14px;
	padding:10px 20px 10px 0;
	margin:0 10px 10px 0;
}
.outline dl dd {
	width:92%;
	padding:5px 30px 5px 20px;
}
.outline .attention {
	padding: 20px; 
}
.outline .attention h2 {
	font-size: 16px;
}
.outline .attention li {
	padding-left:5px;
}

.box1 {
    padding: 20px;
    margin-top: 20px;
}
.box1 .inBox{
		display:block;
	}
.box1 .inBox .Box_left, .box1 .inBox .Box_right{
	width:100%;
}
.box1 h3 {
    margin-bottom: 20px;
}
.box1 h3 span {
    font-size: 24px;
}
.box1 .inBox .Box_left .line1{
	display:block;
	width: 100%;
}
.box1 .inBox .Box_left .line1 p:first-child {
    font-size: 14px;
    margin-bottom: 10px;
}
.box1 .inBox .Box_left .line1 p:nth-child(2){
	width:100%;
	padding-left: 10px;
	font-size: 14px;
}
.box1 .inBox .Box_left .line1 .big{
	font-size: 22px;
	line-height: 1.25em;
}
p.pdf a {
		width:90%;
	}
p.pdf a:last-child{
	margin:0 0 30px 10px;
	} 
p.pdf {
	margin-top: 20px;
	font-size: 16px;
}
.box1 .inBox .Box_right  section h4 {
    font-size: 14px;
}
.box1 .inBox .Box_right  section p{
	font-size: 14px;
}
p.kigyo a {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
footer{
	display:block;
	width:100%;
	margin:10px 0;
	}
footer .contact1,footer .contact2 {
	padding: 10px 20px 10px 5px;
    margin-top: 20px;
	width:100%;
}
footer .contact1 h4,footer .contact2 h4 {
	width:94px;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 5px;
}
.box1 .inBox .Box_left .line1 .big .sp{
	display:none;
	}
.pc{
	display:none;
}
.sp{display:block;}
}
