@charset "utf-8";
/*
Theme Name:外国人材適正受入れ支援センター
Theme URI:https://g-jinzai-shien.soumu-madoguchi.co.jp/
Version: 1.1
Author:エイジェック広報部
Author URI:https://www.agekke.co.jp/
*/

/* ======================================================
/*                ++ 固定ページ共通設定 ++
   ====================================================== */
/*----- トップ画像 -----*/
#pageHeader {
	position: relative;
	padding: 200px 0;
}
#pageHeader.post {
	width: 100%;
    background: url(/wp-content/themes/mytheme/images/info.jpg) top center no-repeat;
	background-size: cover;
}
#pageHeader .title-wrap {
	position: absolute;
    top: 50%;
    left: 10%;
    z-index: 10;
    transform: translateY(-50%);
}
#pageHeader h1 img{
	display: block;
	max-width: 430px;
}
#pageHeader h1 span {
	display: block;
	font-weight: bold;
	color: #005bac;
	letter-spacing: .1em;
	margin: 5px 0 0 2px;
	font-size: 1.125rem;
}

.error404 #pageHeader {
	padding: 100px 0;
	margin: 70px 0 0;
	background: #f5f5f5;
}

.error404 #pageHeader .title-wrap {
	position: static;
	text-align: center;
	transform: none;
}

.error404 #pageHeader h1 span.en {
	margin: 0 0 10px;
	font-size: 2rem;
}

@media screen and (max-width: 767px){
	#pageHeader {
    	margin: 60px 0 0;
	}
	#pageHeader h1 img {
    	max-width: 80%;
	}
	
	.error404 #pageHeader h1 span.en {
		font-size: 1.25rem;
	}
}

/* ======================================================
/*             ++ 送信完了しました ++
   ====================================================== */
.completion section {
	text-align: center;
	line-height: 1.8em;
}
.completion .top-link {
	margin: 30px 0 0;
	font-size: 1.125rem;
}
.completion .top-link a {
	color: #005bac;
	font-weight: bold;
	transition: .5s;
	letter-spacing: .15em;
}
.completion .top-link a:hover {
	color: #a2c2e6;
}
@media screen and (max-width: 767px) {
	.completion section {
		text-align: left;
	}
}
/* ======================================================
/*             ++ プライバシーポリシー ++
   ====================================================== */
.privacy-policy section {
	padding: 60px 0;
}
.privacy-policy .top-sent {
	letter-spacing: .1em;
	margin-bottom: 44px;
}
.privacy-policy .item {
    padding: 0 0 40px;
    letter-spacing: .1em;
	line-height: 1.7em;
}
.privacy-policy .item .head {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 6px;
}
.privacy-policy .item .sent {
	padding-left: 22px;
	letter-spacing: .1em;
}
.privacy-policy .item:last-of-type {
	padding: 0;
}
.privacy-policy .item .mail {
	padding: 10px;
	margin: 10px 0;
	border: 1px dotted #333333;
}
@media screen and (max-width: 767px) {
	.privacy-policy section {
		padding: 20px 0;
	}
	.privacy-policy .top-sent {
    	margin-bottom: 20px;
	}
	.privacy-policy .item .head {
    	font-size: 1rem;
	}
	.privacy-policy .item .sent {
		padding-left: 0;
		font-size: .9375rem;
	}
	.privacy-policy .item {
    	padding: 0 0 20px;
	}
}
/* ======================================================
/*          ++ トピックス一覧・個別投稿 ++
   ====================================================== */
.information .wrap,
.post-single .wrap {
	max-width: 900px;
}
.information,
.post-single{
	padding: 100px 0;	
}
.information .box {
	padding: 20px 0;
	border-bottom: dotted 0.5px #333;
}
.information .box:nth-of-type(1) {
	padding: 0 0 20px;
}
.information .box .date-category {
	margin-bottom: 10px;
}
.post-single .info ul li .date_time,
.post-single .info ul li .category,
.information .date-time,
.information .category {
	display: inline-block;
	margin-right: 20px;
	font-size: .85em;
	letter-spacing: .1em;
	vertical-align: middle;
}
.post-single .info ul li .date_time {
	min-width: 90px;
}
.post-single .info ul li .category, .information .category {
    letter-spacing: .2em;
    display: inline-block;
    border: 0.5px solid #29b988;
    font-size: .85em;
    padding: 4px 5px 2px;
    text-align: center;
    color: #29b988;
    line-height: 1;
}
.single-event .info ul li .category, .information .category {
	display: none;
}
.information .box h2.title {
	font-size: 1.25rem;
    padding: 5px 0 10px;
    font-weight: bold;
}
.information .more-text a:hover {
	color: #005bac;
}
.post-single .info ul li h1.title {
	font-size: 1.5rem;
    padding: 30px 0;
    font-weight: bold;
}
.post-single .info  .link_wrap {
	margin: 50px auto 0;
	max-width: 800px;
}
.post-single .info .link_wrap li {
	vertical-align: top;
	display: inline-block;
	text-align: center;
}
.post-single .info .link_wrap li.post-link-prev,
.post-single .info .link_wrap li.post-link-next {
	width:30%;
	margin-right:5%;
}
.post-single .info .link_wrap li.all_link {
	width:30%;
}
.post-single .info .link_wrap li a {
 	position: relative;
 	color: #005bac;
	text-align: center;
	font-size: .85em;
	letter-spacing: .1em;
	border: 2px solid #005bac;
	display: inline-block;
    padding: 15px 60px;
    border-radius: 30px;
    font-weight: bold;
    transition: .5s;
}
.post-single .info .link_wrap li a:hover {
	color: #fff;
	background: #005bac;
}
.post-single .info .link_wrap li.all_link a {
 	color: #fff;
	background: #005bac;
}
.post-single .info .link_wrap li.all_link a:hover {
	color: #005bac;
	 background: #fff;
}
.post-single .info .img_border img {
	border: solid 1px #d4d9d6;	
}
.post-single .info .text p {
	 line-height: 1.7em;
}
.post-single .info .text p.paragraph {
	margin-top: 24px;
}
.post-single .external-link {
	text-align: center;
	margin-top: 20px;
	font-size: 1.5rem;
}
.post-single .external-link a {
	color: #005bac;
}
.post-single .external-link a:hover {
	color: #192f60;
}
@media screen and (max-width: 1023px) {
	.information,
	.post-single{
		padding: 50px 0;	
	}
	.information .wrap,
	.post-single .wrap {
		max-width: 96%;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
	.information{
		padding: 20px 0;	
	}
	.post-single{
		padding: 30px 0;	
	}
	.information .box h2.title {
    	padding: 8px 0 7px;
    	line-height: 1.2em;
	    font-size: 1.0625rem;
	}
	.post-single .info .link_wrap li a {
		width: 100%;
		padding: 8px 0;
		font-size: .75em;
	}
	.post-single .info .link_wrap li.post-link-prev,
	.post-single .info .link_wrap li.post-link-next {
    	width: 33%;
    	margin-right: 0.5%;
	}
	.post-single .info .link_wrap li.all_link {
   		width: 33%;
	}
	.post-single .info .link_wrap {
    	margin: 30px auto 0;
	}
	.post-single .info ul li .category,
	.information .box .category {
    	padding: 2px 3px 1px;
	}
	.post-single .info ul li h1.title, .topics ul li h2.title {
    	font-size: 1.2rem;
    	padding: 5px 0;
		line-height: 1.4em;
	}
	.post-single .info .text p {
    	line-height: 1.6em;
	}
	.post-single .external-link {
    	font-size: 1rem;
	}
}

.form-link {
	background: #ff8214;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 0 #874103;
    max-width: 600px;
    padding: 30px 30px 20px;
    margin: 20px auto 0;
}
.form-link p {
	color: #fff;
	font-weight: bold;
    letter-spacing: .1em;	
}
.form-link h3 {
    background: #fff;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 1.25rem;
    padding: 10px 5px;
    color: #ff8214;
    letter-spacing: .15em;
    font-weight: bold;
}
.form-link:hover {
	transform: translate(0, 3px);
	color: #fff;
	background: #ff8214;
	box-shadow: 0 2px 0 #874103;
}
@media screen and (max-width: 1023px) {
    .form-link h3 {
        font-size: 1rem;
    }
    .form-link p {
        font-size: 0.8rem;
    }
    .form-link h3 {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .header .form-link {
        display: block;
        max-width: 90%;
    }
}