@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-size:15px;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,input,button,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}
body {
	color: #333333;
}
html, body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:15px;
}
html{
	overflow:auto;
	min-width: 1100px;
}
@media screen and (max-width: 768px) {
	html{
		overflow:auto;
		width: auto;
		min-width: auto;
	}
}
body{
	overflow:hidden;
}
a {
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
a:link {		/*未訪問*/
	color: #2f5ca5;
}
a:visited {		/*訪問済み*/
	color: #2f5ca5;
}
a:hover {		/*ポイント時*/
	color: #ff6600;
}
a:active {		/*選択中*/
	color: #ff6600;
}


@media screen and (min-width: 641px) {
	/* PC */
	.hide_pc { display: none !important;}
}
@media screen and (max-width: 768px) {
	/* スマホ */
	.hide_sp { display: none !important;}
}


.title {
	display: flex;
	align-items: center;
}
.klee_font {
	/* 手書き風フォント google font */
	font-family: 'Klee One', cursive;
}
.title_eng {
	color: #a598c9;
	font-size: 3.2em;
	transform:rotate(-10deg);
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	.title_eng {
		font-size: 1.6em;
		line-height: 1.2;
		padding:10px 0;
	}
}
.title_jpn {
	font-family: 'Kaisei Opti', serif;
	color: #006088;
	font-size: 2em;
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	.title_jpn {
		font-size: 1.35em;
	}
}


/* 赤文字 */
.red_font{	color: #cc0033;}

/* 必須項目※（赤文字） */
.hissu{	color: red;font-weight:bold;}

/* 青文字 */
.blue_font{	color: #0066cc;}

/* 緑文字 */
.green_font{	color: #009933;}

/* ポイントカラー */
.red_point{	color: #A51A41;		/*ﾀﾞｰｸﾚｯﾄﾞ*/}

/* 太文字 */
.bold{ font-weight:bold; }


/* クリア
============================================================================= */
div.clear{
	clear: both;
}
span.clear{
	clear: both;
}

/* float
============================================================================= */
.left{
	float: left;
}
.right{
	float: right;
}


/* テーブル
============================================================================= */
/* 基本テーブルスタイル設定 */
table.tbl_base {
    border: 1px solid #ccc;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	margin: 0;
	line-height:1.2;
}
.tbl_base th {
	border: 1px solid #ccc;
	background-color:#f0e4f4;
    padding: 10px 5px;
    font-weight: bold;
 	text-align: center;
 	vertical-align:middle;
}
.tbl_base th p.comment{
	font-weight:normal;
	font-size:90%;
	margin-top:10px;
}
.tbl_base th span.hissu{
	padding:0px 2px;
	color:#db4a39;
	font-weight:bold;
	background-color:#ffffff;
	border:1px solid #db4a39;
	margin-left:10px;
}
.tbl_base td {
	border: 1px solid #ccc;
    padding: 10px 5px;
}
.tbl_base td input, .tbl_base td select{
	padding: 5px;
	border: 1px solid #cccccc;
}
.tbl_base td.center {
	text-align:center;
	vertical-align:middle;
}
.tbl_base td.blue, .tbl_base th.blue {
	background-color: #d3e3eb;
}
.tbl_base td.w50 {
	width: 50px;
}
.tbl_base td.w70 {
	width: 70px;
}
.tbl_base td.w90 {
	width: 90px;
}
.tbl_base td.gray, .tbl_base th.gray {
	background-color: #eee;
}
.tbl_base td.yellow, .tbl_base th.yellow {
	background-color: #ebebd3;
}
.tbl_base td.pink, .tbl_base th.pink {
	background-color: #ffe4e1;
}
.tbl_base td.green, .tbl_base th.green {
	background-color: #f0fff0;
}



/* wrapper
============================================================================= */
#wrapper {
  clear:both;
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
  height: auto !important;
  height: 100%;
  min-height: 100%;
  /*min-height: calc(100vh - 220px);*/
}
@media screen and (max-width: 768px) {
	#wrapper {
		width: auto;
		min-width:auto;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}

/* コンテナー
============================================================================= */
.container {
    margin: 0 auto;
    width: 1300px;
    overflow: visible;
    position: relative;
}
.container_range {
	display:flex;
	justify-content: space-around;
}
@media screen and (max-width: 768px) {
	.container {
		width: 100%;
	}
	.container_range {
		display:block;
	}
}
/* コンテンツ画面 */
#side_menu{
	width: 280px;
	/*background-color:#f5f5f5;*/
	border-right: 1px solid #ccc;
}
#main{
	width: 1000px;
}
@media screen and (max-width: 768px) {
	#side_menu{ display: none;}
	#main{
		width: 96%;
		margin: 0 auto;
	}
}

/* サイドメニュー内
============================================================================= */
p.side_h1{	/*サイドメニュータイトル*/
	font-family: 'Zen Antique Soft', serif;
	font-size: 1.4em;
	padding: 30px 0px;
	margin-right: 20px;
	text-align: left;
	color: #006088;
	border-bottom: 1px solid #ccc;
}
p.side_h1 span{
	font-size: 0.7em;
}
#side_menu ul.ul_sidemenu{
	margin: 30px 10px 30px 0px;
}
#side_menu ul{
	margin-left:30px;
	margin-top: 20px;
}
#side_menu ul li{
	margin-bottom: 20px;
}
#side_menu ul li i{
	margin-right: 5px;
}
#side_menu a{
	text-decoration: none;
}
#side_menu a.select{
	font-weight: bold;
}


/* ヘッダー
============================================================================= */
#header_area {
	height: 130px;
	background: repeating-linear-gradient(#f5a33b, #f5a33b 6px, #f6aa4a 6px, #f6aa4a 9px);
}

header{
	background: repeating-linear-gradient(#f5a33b, #f5a33b 6px, #f6aa4a 6px, #f6aa4a 9px);
	width: 100%;
	height: 140px;
	position: relative;
    z-index: 100;
}
header .header_inner{
	display:flex;
	justify-content: space-between;
	align-items: center;
}
header a.site_name {
	font-family: 'Zen Antique Soft', serif;
	text-decoration: none;
	color: #fff;
	/* font-size:2.0em; */
	font-size:1.4em;
}
header .container {
    position: relative;
    height: 140px;
    padding-top: 0px;
    overflow: visible;
}
header #header_logo{
	width: 535;
	height: 90;
	float: left;
}
@media screen and (max-width: 768px) {
	#header_area {
		height: 58px;
	}
	header{
		height: 58px;
	}
	header a.site_name {
		/* font-size:1.3em; */
		font-size:0.8em;
		line-height:1.2;
	}
	header .container {
		height: 58px;
	}
}

/* グローバルナビ
============================================================================= */
nav {
    width: 1300px;
	color: #fff;
	margin: 0 auto;
	margin-top: 15px;
}
@media screen and (max-width: 768px) {
	nav {
		width: 100%;
	}
}
nav ul.gNavi{
	display: flex;
	justify-content: space-between;
}
nav ul.gNavi li {
	width: 60%;
    height: 60px;
	position: relative;
	transition: all .3s;
}
nav ul.gNavi li.long1 {	/*いばらき女性活躍・働き方応援協議会、セミナー＆イベント*/
	width: 90%;
}
nav ul.gNavi li.long2 {	/*メールマガジン*/
	width: 80%;
}
nav ul.gNavi li.under {
	background: url(/images/gNavi_under.png) no-repeat bottom center;
}

nav ul.gNavi li:hover {
	background-color: #f5a33b;
	background-color: rgba(255, 255, 255,0.2);
}
nav ul.gNavi li:first-child {
	border-left:3px dotted #fff;
}
nav ul.gNavi li{
	border-right:3px dotted #fff;
}
nav ul.gNavi li:hover::before {
    background-color: #0071BB;
}
nav ul.gNavi li a{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
	color: #fff;
    /* font-size: 	13px; */
	font-size: 0.9em;
    letter-spacing: 0.05em;
	font-weight: bold;
    transition: all .3s;
}
nav ul.gNavi li:hover a {
	color:#ffff99;
}
.ddul {
	transform: scaleY(0);			/*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;	/*変形を適応する基準をtopとする*/
    transition: all .3s;			/*表示の変化を0.3秒に指定*/
    width: 100%;
    position: absolute;
    left: 0;
}
nav ul.gNavi li.list:hover .ddul {
	transform: scaleY(1);			/*Gナビメニューにホバーしたら表示*/
}
nav ul.gNavi li.ddli {
	background-color: #f6aa4a;
    height: 60px;
    transition: all .3s;
    position: relative;
    width: 240%;
    border-left: 0px;
    border-right: 0px;
}
nav ul.gNavi li.ddli:not(:first-child)::before{
	content: "";
    width: 100%;
    height: 1px;
    background-color: #ed6103;
    position: absolute;
    top: 0;
    left: 0;
}
nav ul.gNavi li:last-child .ddul {
	left: -140%;
}
nav ul.gNavi li.ddli:hover {
	background-color: #ee9356;
}
nav ul.gNavi li.ddli a {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
nav ul.gNavi li.ddli:hover a {
	color:#ffff99;
}
/*　子階層の三角
.ddli a::before {
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: calc(50% - 5px);
}
*/

/* プライマリーナビ
============================================================================= */
ul.pNavi{
	display:flex;
}
ul.pNavi li{
	color: #fff;
	margin-right: 5px;
	height: 34px;
	line-height: 34px;
}
ul.pNavi li a.fontsize, ul.pNavi li a.shiro, ul.pNavi li a.kuro{
	background-color: #fff;
	padding: 4px 5px;
	border-radius: 3px;
	text-decoration: none;
}
ul.pNavi li a.kuro{
	background-color: #000;
	color:#fff;
}
ul.pNavi li i{
	margin-right:5px;
	margin-left: 20px;
	color: #ffff99;
}

@media screen and (max-width: 768px) {
	/* ハンバーガーメニュー */
	ul.gNavi_sp {
	  transition: all 0.6s;
	  overflow-y: auto;
	  padding-top: 40px;
	  width:100%;
	  height: 95vh;
	  z-index: 200;
	  top: 0;
  /*    right: -320px;*/
	  right: -100%;
	  /*background-color:#D4ECEA;*/
	  background:rgba(236,230,212,0.8);
	  position: fixed;
	  flex-direction: column;
	  align-items: baseline;
	  text-align:left;
	}
	ul.gNavi_sp li {
	  padding: 14px;
	  border-bottom: 1px solid #006088;
	}
	.last_menu {
	  margin-bottom: 60px;
	}
	ul.gNavi_sp li a{
	  text-decoration: none;
	  font-size:120%;
	}

	ul.gNavi_sp li ul li{
	  padding: 6px 6px 6px 20px;
	  border-bottom: 0px;
	  font-size: 0.9em;
	  list-style: square inside;
	  color: #333333;
	}
	ul.gNavi_sp li ul li ul li{
	  padding-bottom: 6px;
	  border-bottom: 0px;
	  font-size: 1em;
	}
	ul.gNavi_sp li ul li ul li:first-child{
	  margin-top: 6px;
	}
	ul.gNavi_sp .ddul_sp{
	  font-size: 89%;
	}

	.nav_btn {
	  width: 44px;
	  height: 44px;
	  z-index: 300;
	  top: 7px;
	  right: 7px;
	  cursor: pointer;
	  position: absolute;
	}
	.hamburger_line {
	  transition: all 0.6s;
	  width: 34px;
	  height: 4px;
	  left: 5px;
	  background-color: #006088;
	  position: absolute;
	}
	.hamburger_line1 {
	  top: 10px;
	}
	.hamburger_line2 {
	  top: 21px;
	}
	.hamburger_line3 {
	  top: 32px;
	}
	.nav_bg {
	  opacity: 0;
	  transition: all 0.6s;
	  width: 100vw;
	  height: 100vh;
	  z-index: 100;
	  top: 0;
	  left: 0;
	  visibility: hidden;
	  background-color: #ffffff;
	  cursor: pointer;
	  position: fixed;
	}
	/* 表示された時用のCSS */
	.nav_open {
	  position: fixed;
	  left: 0;
	  right: 0;
	}
	.nav_open ul.gNavi_sp {
	  right: 0;
	}
	.nav_open .nav_bg {
	  opacity: 0.8;
	  visibility: visible;
	}
	.nav_open .hamburger_line1 {
	  transform: rotate(45deg);
	  top: 20px;
	}
	.nav_open .hamburger_line2 {
	  width: 0;
	  left: 50%;
	}
	.nav_open .hamburger_line3 {
	  transform: rotate(-45deg);
	  top: 20px;
	}

	ul.pNavi li{
	  color: #000;
	  margin-right: 5px;
	  height: 34px;
	  line-height: 34px;
	  border-bottom: 0;
	  padding-left: 14px;
	  padding-right: 0px;
	}

	ul.pNavi li i{
	  margin-right:0px;
	  margin-left: 0px;
	  color: #ffff99;
	}

  }

/* ページトップへ
============================================================================= */
#pagetop{
	background-color:white;
	background: rgba(255,255,255,0.6);
	color:#3E8788;
	font-weight:bold;
	float:right;
	width:130px;
	height:34px;
	border-radius: 0 0 6px 6px;        		/* CSS3草案 */
    -webkit-border-radius: 0 0 6px 6px;		/* Safari,Google Chrome用 */
    -moz-border-radius: 0 0 6px 6px;   		/* Firefox用 */
    display:table-cell;
    text-align: center;
    vertical-align:middle;
    line-height:34px;
}
#pagetop img{
	vertical-align:middle;
	margin-right:2px;
}
a:hover.hover_pagetop #pagetop{
	background: rgba(255,255,255,1);
}


/* フッター
============================================================================= */
footer{
    clear: both;
    color: #FFFFFF;
	border-top:10px solid #f5a33b;
    background-color:#f5a33b;
    margin-left: -500%;
    margin-right: -500%;
    padding-left: 500%;
    padding-right: 500%;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
    text-align:left;
}
footer a{
	text-decoration: none;
}
footer a:link {		/*未訪問*/
	color: #ffffff;
}
footer a:visited {	/*訪問済み*/
	color: #ffffff;
}
footer a:hover {		/*ポイント時*/
	color: #ffff33;
}
footer a:active {		/*選択中*/
	color: #ffff33;
}
div.footer_inner{
    width:1300px;
    margin:0 auto;
}
footer .site_name {
	font-family: 'Zen Antique Soft', serif;
	font-size: 1.5em;
	color: #ffff99;
}
footer .section_name {
	font-size: 1.2em;
	margin: 5px 0;
}
address{
	margin-top: 10px;
	text-align: left;
	line-height: 1.5;
}
#footer_menu{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;

}
#footer_menu ul li a{
	color: #ffff99;
}
#footer_menu ul.ul_submenu li a{
	color: #ffffff;
	margin-left: 20px;
}


#copyright{
	text-align: center;
	color: #ffffff;
	margin-top: 80px;
	font-size: 0.8em;
	padding: 4px 0px;
}

@media screen and (max-width: 768px) {
	div.footer_inner{
		width:100%;
		padding-top:10px;
	}
	footer .site_name {
		font-size: 0.9em;
	}
	footer .section_name {
		font-size: 1em;
	}
	#footer_menu{
		margin-top: 40px;
	}
	#footer_menu ul{
		display: none;
	}
	#footer_menu ul.fmenu_sp{
		width: 100%;
		display: flex;
		justify-content: space-around;
	}
	#copyright{
		margin-top: 30px;
		font-size: 1em;
		padding: 4px 0px;
	}
}


/* インデント
============================================================================= */
p.indent1{
	padding-left:1em;
	text-indent:-1em;
}
/* アンダーライン
============================================================================= */
.underline {
    text-decoration: underline;
}

/* 見出し
============================================================================= */
h1 {
	position: relative;
	border-bottom: 3px solid #eee;
	font-size: 2em;
	color: #006088;
	padding: 2rem 0;
	font-family: 'Zen Antique Soft', serif;
}

@media screen and (max-width: 768px) {
	h1 {
		font-size: 1.35em;
	}
}

h1:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #006088;
}


h2{
	color: #006088;
	background-color: #f4f4f4;
	font-weight: bold;
	font-size: 1.3em;
	padding: 4px 0px 4px 10px;
	border-left:5px solid #006088;
	border-bottom:3px solid #d7d7d7;
	margin:20px 0 0 20px;
}
h3{
	font-size: 1.3em;
	border-bottom: 1px solid #ccc;
	margin:20px 0 0 20px;
	font-weight: bold;
	padding: 0.2rem 0;
}
h4{
	font-size: 100%;
	border-bottom: 1px solid #666666;
}
@media screen and (max-width: 768px) {
	h2{
		margin:20px 0 0 0px;
	}
	h3{
		margin:20px 0 0 0px;
	}
}


/* 見出しインナー
============================================================================= */
.h1_inner{
	margin:30px 0 30px 10px;
}
.h2_inner{
	margin:20px 0 30px 30px;
}
.h3_inner{
	margin:20px 0 30px 30px;
}
.h4_inner{
	margin:10px 0 30px 10px;
}
@media screen and (max-width: 768px) {
	.h1_inner{
		margin:20px 0 30px 0px;
	}
	.h2_inner{
		margin:20px 0 30px 0px;
	}
	.h3_inner{
		margin:20px 0 30px 0px;
	}
	.h4_inner{
		margin:10px 0 30px 0px;
	}
}

/* リスト系
============================================================================= */
ul.list_basic{
	margin:10px 0 0 10px;
}
ul.list_basic li{
	padding-bottom:10px;
}
ul.list_basic li img.mark{
	vertical-align:middle;
	margin-right:3px;
	height:16px;
}
/* インデント用 */
ul.list_indent, ol.list_indent{
	margin:10px 0 0 10px;
}
ul.list_indent li, ol.list_indent li{
	padding-bottom:4px;
	padding-left:1em;
	text-indent:-1em;
}
ul.list_indent li img, ol.list_indent li img{
	vertical-align:middle;
	margin-right:3px;
}
ul.list_indent li img.mark, ol.list_indent li img.mark{
	vertical-align:middle;
	margin-right:3px;
	height:12px;
}


img.img_pdf{
	height:19px;
	vertical-align:middle;
}

/* ページトップ
============================================================================= */
#page_top {
    position: fixed;
    right: 10px;
    bottom: 50px;
    margin: 0;
	z-index: 100;
}
#page_top a {
    position: relative;
    display: flex;
    width: 65px;
    height: 65px;
    justify-content: center;
    background: rgb(102 82 84);
    transition: opacity .6s ease;
    color: #FFF;
    align-items: center;
    text-decoration: none;
    font-size: 32px;
    border-radius: 100%;
}
#page_top a:hover {
    opacity: 70%;
}
/*
@media screen and (max-width:767px) {
#pagetop a {
    width: 45px;
    height: 45px;
}
}*/



/* メインビューエリア
============================================================================= */
section#mainview {
	background-color:#f5f4f0;
}
ul.mainview {
	width: 100%;
	height: 100%;
}

ul.mainview img {
	width: 100%;
	max-height: 650px;
	object-fit: cover;
	display: block;
}

@media screen and (max-width: 1600px) {
	ul.mainview img {
		width: 100%;
		max-height: 550px;
		object-fit: cover;
		display: block;
	}
}
@media screen and (max-width: 1500px) {
	ul.mainview img {
		width: 100%;
		max-height: 500px;
		object-fit: cover;
		display: block;
	}
}
@media screen and (max-width: 1400px) {
	ul.mainview img {
		width: 100%;
		max-height: 450px;
		object-fit: cover;
		display: block;
	}
}
@media screen and (max-width: 1200px) {
	ul.mainview img {
		width: 100%;
		max-height: 400px;
		object-fit: cover;
		display: block;
	}
}
@media screen and (max-width: 768px) {
	ul.mainview img {
		width: 100%;
		max-height: 200px;
		object-fit: cover;
		display: block;
	}
}
@media screen and (max-width: 580px) {
	ul.mainview img {
		width: 100%;
		height: 180px;
		object-fit: cover;
		display: block;
	}
}

@media screen and (max-width: 450px) {
	ul.mainview img {
			width: 100%;
			height: 130px;
			object-fit: cover;
			display: block;
	}
}
@media screen and (max-width: 370px) {
	ul.mainview img {
			width: 100%;
			height: 110px;
			object-fit: cover;
			display: block;
	}
}

.slick-prev {
  left: 0;
  z-index: 1;
}
.slick-next {
  right: 0;
}
/*コンテンツページ*/
section.main_image{
	/* background-color: #ffefd5; */
	background-size: cover;
	background-position:
	center center;
	width: 1300px;
	height: 134px;
	text-align: center;
	margin: 0 auto;
	border-bottom: 2px solid #006088;
}
/* section.main_image_certified_company{
	background-image: url(/images/main_image_certified_company.jpg);
} */
/* section.main_image_member_company{
	background-image: url(/images/main_image_member_company.jpg);
} */
/* section.main_image_about{
	background-image: url(/images/main_image_about.jpg);
} */
.page_name{
	/* height: 340px; */
	height: 100px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}
section.main_image .name{
	font-weight: bold;
	font-size: 1.9em;
	color: #ed6103;
}
section.main_image .name_eng{
	font-weight: bold;
	font-size: 1em;
	color: #efaa7b;
}
.pankuzu{
	height: 60px;
	/* background:rgba(0,0,0,0.15); */
}
.pankuzu p{
	width:1300px;
    margin:0 auto;
	color: #525252;
	font-weight: bold;
	text-align: left;
	line-height: 60px;
}
.pankuzu a:link, .pankuzu a:visited, .pankuzu a:hover, .pankuzu a:active{
	color: #6c6c6c;
}

@media screen and (max-width: 768px) {
	section.main_image{
		width:100%;
		height: 90px;
	}
	.page_name{
		height: 50px;
	}
	.pankuzu{
		display:none;
	}

	section.main_image .name{
		font-size: 1.35em;
	}
}



/* お知らせエリア
============================================================================= */
section#con1 {
	/* background: repeating-linear-gradient(#ffffff, #ffffff 6px, #fdebc1 6px, #fdebc1 9px); */
	background-color: #ffffff;
	padding: 40px 0;
}
ul.ul_news {
	width: 600px;
}
ul.ul_news li{
	border-bottom: 1px dashed #666666;
	padding: 26px 20px;
	display: flex;
}
ul.ul_news li:first-child{
	border-top: 1px dashed #666666;
}
ul.ul_news li div.date{
	color: #ed6103;
	margin-right: 40px;
}
.gotolist {
	margin: 30px 0 20px 70px;
	display: flex;
	align-items: center;
}
.gotolist a{
	margin-left: 10px;
}
@media screen and (max-width: 768px) {
	section#con1 {
		padding-top: 10px;
	}
	ul.ul_news {
		width: 90%;
		margin:0 auto;
	}
	ul.ul_news li{
		padding: 10px;
		display: block;
		font-size: 0.8em;
	}
	ul.ul_news li div.date{
		background-color: transparent;
	}

	.gotolist_wrap{
		margin:20px 0;
		display:flex;
		justify-content: space-between;
		align-items: flex-start;
	}
	.gotolist_wrap img{
		width: 35% !important;
	}
	.gotolist {
		margin: 0;
		display: flex;
		align-items: center;
	}
	.gotolist img{
		width:50%;
	}
}

/* 関連リンク */
.title_eng.title_kanren_link{
	margin-top: -25px;
	font-size: 2.8em;
}
.title_jpn.title_kanren_link{
	margin-top: -25px;
	font-size: 1.6em;
}
ul.kanren_link {
    width: 265px;
    margin-left: 15px;
}
ul.kanren_link li{
    padding: 5px 5px;
    display: flex;
    border-left: solid 5px #665254;
    margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
	.title_eng.title_kanren_link{
		margin-top: 0px;
		font-size: 1.6em;
	}
	.title_jpn.title_kanren_link{
		margin-top: 0px;
		font-size: 1.35em;
	}
	ul.kanren_link {
		width: 90%;
		margin:0 auto;
	}
}

/* セミナー＆イベントエリア
============================================================================= */
section#con5 {
	background-color: #fdebc1;
	padding: 40px 0;
}

ul.ul_seminar {
	width: 100%;
	/* border-top: 1px solid #666666; */
	border-bottom: 1px solid #666666;
	margin: 5px 0 20px;
	padding: 10px;
	display: flex;
}
ul.ul_seminar li {
	display: flex;
	width:50%;
}
ul.ul_seminar .img_wrap{
	width: auto;
	height: 215px;
}
ul.ul_seminar .img_wrap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
ul.ul_seminar .contents_wrap{
	padding:0 10px 0 20px;
	width: 380px;
}
ul.ul_seminar .date{
	color: #ed6103;
	text-align:center;
	display: inline-block;
}
span.recruit1, span.recruit2, span.recruit3{
	/*募集中*/
	margin-left: 10px;
	background-color: #eb3232;
	border-radius:3px;
	padding: 0px 8px;
	color: #fff;
	font-weight:bold;
}
span.recruit2{
	background-color: #646363;
	color: #fff;
}
ul.ul_seminar .title{
	font-weight:bold;
	margin: 10px 0;
	font-size:1.1em;
}
ul.ul_seminar img.arrow{
	width: 55px;
	height: 55px;
	margin-right: 10px;
	margin-top: auto;
}
@media screen and (max-width: 768px) {
	ul.ul_seminar {
		width:96%;
		/* flex-direction: column; */
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	ul.ul_seminar li {
		flex-direction: column;
		/* width:100%; */
		border-bottom: 1px solid #666666;
		padding: 10px 0;
	}
	ul.ul_seminar {
		border-bottom:0px;
	}
	ul.ul_seminar .img_wrap{
		width: auto;
		height: 215px;
	}
	ul.ul_seminar .img_wrap a{
		width: 100%;
	}
	ul.ul_seminar .img_wrap img{
		width: auto;
		height: 100%;
		object-fit: cover;
		display: block;
		margin:0 auto;
	}



	ul.ul_seminar .contents_wrap{
		padding:0px;
		font-size: 0.8em;
		width: 94%;
	}
	ul.ul_seminar .date{
		background-color: transparent;
		width: auto;
		text-align:left;
	}
	ul.ul_seminar img.arrow{
		width: 50px;
		height: 50px;
		margin: 0;
		margin-left: auto;
	}

	.seminar-event_img {
		width: 35% !important;
	}
}

/* インタビューエリア
============================================================================= */
section#con2 {
	/* background-color: #eeeeee; */
	background-color: #ffffff;
	padding: 40px 0;
}
/* 1. 平行四辺形 */
section#con2 .btn.parallelogram1, section#con2 .btn.parallelogram2 {
  color: #ffffff;
  font-weight: bold;
  font-size:1.2em;
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  transform: skewX(-20deg);
}
@media screen and (max-width: 768px) {
	section#con2 .btn.parallelogram1, section#con2 .btn.parallelogram2 {
			margin-top: 20px;
	}
}
section#con2 .btn.parallelogram1{background-color: #006088;}
section#con2 .btn.parallelogram2{background-color: #f98a9a;}

/* 2. テキストを正常に戻したいとき */
section#con2 .btn.parallelogram1.-two .btn-in, section#con2 .btn.parallelogram2.-two .btn-in {
  display: inline-block;
  transform: skewX(20deg);
}
.ul_interview {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 20px 0;
}
.ul_interview li {
	width: 23%;
	margin-bottom: 20px;
}
.ul_interview li img{
	border-radius: 20px;
	width: 100%;
	height: 240px;
}
.ul_interview li dl{
	padding: 0 5px;
}
.ul_interview li dd{
	font-weight: bold;
	margin:5px 0;
}
.ul_interview li dt.small{
	font-weight: bold;
	font-size:0.8em;
}
@media screen and (max-width: 768px) {
	.ul_interview {
		display: flex !important;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: 20px 0;
		font-size: 0.8em;
	}
	.ul_interview li{
		width: 45%;
	}
	.ul_interview li dt, .ul_interview li dd{
		text-align: center;
		margin: 5px 0;
	}
	.ul_interview li dd span{
		background-color: transparent;
	}

	.ul_interview li img{
		border-radius: 20px;
		width: 100%;
		height: 250px;
	}
}

@media screen and (max-width: 650px) {
	.ul_interview {
		display: flex !important;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: 20px 0;
		font-size: 0.8em;
	}
	.ul_interview li{
		width: 45%;
	}
	.ul_interview li dt, .ul_interview li dd{
		text-align: center;
		margin: 5px 0;
	}
	.ul_interview li dd span{
		background-color: transparent;
	}

	.ul_interview li img{
		border-radius: 20px;
		width: 100%;
		height: 210px;
	}

	span.recruit1, span.recruit2, span.recruit3{
		height: fit-content;
		display: inline-block;
	}

}

@media screen and (max-width: 520px) {
	.ul_interview {
		display: flex !important;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: 20px 0;
		font-size: 0.8em;
	}
	.ul_interview li{
		width: 45%;
	}
	.ul_interview li dt, .ul_interview li dd{
		text-align: center;
		margin: 5px 0;
	}
	.ul_interview li dd span{
		background-color: transparent;
	}

	.ul_interview li img{
		border-radius: 20px;
		width: 100%;
		height: 165px;
	}
}

/* 動画エリア
============================================================================= */
section#con3 {
	background-color: #fdebc1;
	padding: 40px 0;
}
section#con3 .container {
	position:relative;
	padding: 220px 0;
}

.youtube {
	width: 60%;
	aspect-ratio: 16 / 9;
	position:absolute;
	top:0px;
	right:0px;
}
.youtube iframe {
	width: 100%;
	height: 100%;
}
.youtube_position {
	width: 60%;
	aspect-ratio: 16 / 9;
	position:absolute;
	top:-30px;
	right:0px;
	padding: 10px 10px 5px 10px;
    background-color: #ffffff;
}
.youtube_flexwrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
}
.youtube_item {
    margin-top: 10px;
}
.youtube_item p {
    margin-top: -5px;
}
section#con3 .movie_bg {
	background-color: #f7e9d7;
	padding: 10px 30px 30px 30px;
	width: 64%;
	position: absolute;
	top: 60px;
	left: 0px;
}
section#con3 .movie_inner {
	width: 40%;
	justify-content: center;
	margin-bottom: 10px;
}
section#con3 .text {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 20px;
	width: 46%;
	min-height: 200px;
}
section#con3 .text p{
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
	font-size:1.2em;
}
@media screen and (max-width: 768px) {
	section#con3 {
		padding: 0px;
	}
	section#con3 .container {
		padding: 0px 0 10px 0;
		background-color: #f7e9d7;
	}
	.youtube {
		width: 90%;
		margin: 0 auto;
		position:static;
	}
	.youtube_position {
		width: 90%;
		margin: 0 auto;
		padding-left: 0px;
		position:static;
	}
	.youtube_item {
		width: 100%;
	}
	.youtube_item iframe {
		width: 100%;
	}
	section#con3 .movie_bg {
		width: 90%;
		padding: 10px 20px 20px 20px;
		position: static;
	}
	section#con3 .movie_inner {
		width: 100%;
	}
	section#con3 .text {
		width: auto;
		min-height: auto;
		font-size:0.8em;
	}

}



/* メールマガジン
============================================================================= */
section#con4 {
	background-color: #ecf9fd;
	padding: 60px 0;
}
section#con4 .btn_wrap {
	background-color: #fff;
	border-radius: 20px;
	padding: 10px;
	text-align: center;
	color: #ed828b;
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
}
section#con4 .btn_wrap a.mail1{
	display: flex;
	justify-content: center;
	text-decoration: none;
}
section#con4 .btn_wrap a.mail2{
	text-decoration: none;
}
section#con4 .btn_wrap div img{
	margin-left: 20px;
}
@media screen and (max-width: 768px) {
	section#con4 {
		padding: 30px 0;
	}
	section#con4 .btn_wrap a.mail1 .title{
		display: block;
	}
	section#con4 .btn_wrap a.mail2 img{
		vertical-align: middle;
	}
	section#con4 .btn_wrap a.mail2 span{
		vertical-align: middle;
		font-size: 0.8em;
	}

}

/*=============================================================================
/*
/*
/* コンテンツページエリア
/*
/*
============================================================================= */

/* 検索キーワード
============================================================================= */
.search_key{
	background-color:#edeff0;
	padding:20px;
	margin: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.search_key h3.key{
	border-bottom: 1px solid #006088;
	font-weight:bold;
	color: #006088;
}
.search_key input[type=checkbox] {
	margin-right: 8px;
	transform:scale(1.5);
}
.search_key input[type=text] {
	padding: 0.5em;
}
ul.search_list{
	display: flex;
	flex-wrap: wrap;
}
ul.search_list li{
	margin-right: 40px;
	line-height: 2.5;
}
.search_inner_1{
	width: 100%;
}
.search_inner_2{ /*2つ並べたバージョン*/
	width: 48%;
}
div.area1, div.area2, div.area3, div.area4, div.area5{	/* 市町村チェックボックス */
	background-color:#ffffff;
	padding:10px 30px;
	border-radius:10px;
	margin-top:10px;
	display: none;
}

@media screen and (max-width: 768px) {
	.search_key{
		margin: 20px 0;
	}
	.search_inner_2{ /*2つ並べたバージョン*/
		width: 100%;
	}
}

/* 検索結果テーブル（会員企業一覧）
============================================================================= */
/*member company*/
.tbl_base th.mc1{width:15%;}/*企業名*/
.tbl_base th.mc2{width: 8%;}/*業種*/
.tbl_base th.mc3{width: 11%;}/*従業員規模*/
.tbl_base th.mc4{width: 8%;}/*市町村*/
.tbl_base th.mc5{width: 8%;}/*管理職の女性割合*/
.tbl_base th.mc6{width: 6%;}/*月平均残業時間*/
.tbl_base th.mc7{width: 8%;}/*男性社員の育休等取得率*/
.tbl_base th.mc8{width: 6%;}/*働き方改革認定*/
.tbl_base th.mc9{width: 6%;}/*表彰*/
.tbl_base th.mc10{width: 6%;}/*ロールモデル*/
.tbl_base th.mc11{width: 6%;}/*女性行動計画*/
.tbl_base th.mc12{width: 6%;}/*更新時点*/

@media screen and (max-width: 768px) {
	.tbl_base_sp {
		overflow: auto;
	}

	.tbl_base_sp th {
		white-space: nowrap;
	}

	.tbl_base_sp td {
		white-space: nowrap;
	}
}



/* ページャー
============================================================================= */
.pager{
  margin: 10px 0 20px;
}
.pager .pagination {
  text-align: center;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background:#ccc;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  border-radius: 40px;
}
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #fff;
  background: #333;
  border-radius: 40px;
}

@media screen and (max-width: 768px) {
  /* .pager .pagination li{
    display: none;
  }
  .pager .pagination li.pre,
  .pager .pagination li.next{
    display: inline-block;
    width: 40%;
    height: 40px;
    text-align: center;
  }
  .pager .pagination li.pre a,
  .pager .pagination li.next a{
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after{
    content: "　前の10件へ";
  }
  .pager .pagination li.next span::before{
    content: "次の10件へ　";
  } */
}

/* 検索結果 並び替え
============================================================================= */
.sort_wrap {
	display: flex;
}
.sort_wrap a {
	text-decoration: none;
	margin-left:20px;
}

/* 検索結果テーブル（認定企業一覧）
============================================================================= */
.ul_company {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 20px 0;
}
.ul_company li {
	width: 23%;
	margin-bottom: 20px;
}
.ul_company li img{
	border-radius: 20px;
	width: 100%;
	height: 184px;
}
.ul_company li dl{
	padding: 0 5px;
}
.ul_company li dd{
	font-weight: bold;
}
.ul_company li dd span{
	background-color: white;
}
.ul_company li dt.small{
	font-weight: bold;
	font-size:0.8em;
}
@media screen and (max-width: 768px) {
	.ul_company li{
		width: 45%;
	}
	.ul_company li dt, .ul_company li dd{
		text-align: center;
		margin: 5px 0;
	}
	.ul_company li dd span{
		background-color: transparent;
	}

}


/* メールマガジン登録フォーム（ボタン配置）
============================================================================= */
table.tbl_mail_magazine{
	width: 100%;
}
table.tbl_mail_magazine th.m1 { width: 10%; }
table.tbl_mail_magazine th.m2 { width: 90%; }
@media screen and (max-width: 768px) {
	table.tbl_mail_magazine td {
		padding: 20px 0px;
	}
}



/* ボタン
============================================================================= */
.btnNormal a {
    background: #006088;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;

	width: 280px;
	margin: 0;
	margin-left: auto;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:1em;
	text-decoration: none;
	margin-bottom: 10px;
}
.btnNormal a:hover {
    background: #1996ca;
    color: #FFF;
}
.btnNormal a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
	margin: -2px 0 0 0;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btnNormal a:hover:after {
    border-color: #FFF;
}
@media screen and (max-width: 768px) {
	.btnNormal a {
		width: auto;
		font-size:1em;
		padding: 20px 25px;
	}
}


/* この条件で検索 */
.btnKeySearch a {
    background: #006088;
    border-radius: 8px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;

	width: 180px;
	margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	text-decoration: none;
}
.btnKeySearch a:hover {
    background: #1996ca;
    color: #FFF;
}
.btnKeySearch a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
	margin: -2px 0 0 0;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btnKeySearch a:hover:after {
    border-color: #FFF;
}

table.company_introduction {
    margin-left: 20px;
	margin-bottom: 30px;
    width: 98%;
}

table.company_introduction th {
    width: 30px;
}

.bottom_arrow {
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f5a33b;
	margin-left: 50%;
}

@media screen and (max-width: 768px) {
    table.company_introduction {
        margin: 0;
        width: 98%;
		margin-bottom: 30px;
    }

	.bottom_arrow {
		width: 0;
		height: 0;
		border-left: 30px solid transparent;
		border-right: 30px solid transparent;
		border-top: 30px solid #f5a33b;
		margin-left: 40%;
	}
}

.detail_role_model {
	background-color: rgb(255 239 200);
}

/* テーブル（補助事業）
============================================================================= */
/*auxiliary_business*/
.hojo th.mc1{width: 10%;}/*区分*/
.hojo th.mc2{width: 20%;}/*事業名*/
.hojo th.mc3{width: 16%;}/*対象者*/
.hojo th.mc4{width: 34%;}/*概要*/
.hojo th.mc5{width: 20%;}/*問合せ先*/

/* テーブル（認証・表彰制度）
============================================================================= */
/*certification_commendation_system*/
.ninsho th.mc1{width: 10%;}/*区分*/
.ninsho th.mc2{width: 20%;}/*事業名*/
.ninsho th.mc3{width: 16%;}/*対象者*/
.ninsho th.mc4{width: 34%;}/*概要*/
.ninsho th.mc5{width: 20%;}/*問合せ先*/

/* テーブル（セミナー等）
============================================================================= */
/*seminars*/
.seminar th.mc1{width: 14%;}/*事業名*/
.seminar th.mc2{width: 9%;}/*募集*/
.seminar th.mc3{width: 19%;}/*開催日時*/
.seminar th.mc4{width: 15%;}/*対象者*/
.seminar th.mc5{width: 24%;}/*概要*/
.seminar th.mc6{width: 19%;}/*問合せ先*/
/*終了分*/
.seminar tr.end{ background-color: #eeeeee; }

/* テーブル（その他）
============================================================================= */
/*others*/
.sonota th.mc1{width: 10%;}/*項目名*/
.sonota th.mc2{width: 20%;}/*事業名*/
.sonota th.mc3{width: 16%;}/*対象者*/
.sonota th.mc4{width: 34%;}/*概要*/
.sonota th.mc5{width: 20%;}/*問合せ先*/

/* いばらき女性活躍・働き方応援協議会とはページ
============================================================================= */
table.about th{
	width: 10%;
}
table.about dd{
	margin-left:30px;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	table.about th, table.about td{
		display: block;
		width: 100%;
		padding-left:0;
		padding-right:0;
	}
}

/* 会員企業詳細　企業代表者インタビュー
============================================================================= */
.sec1{
	padding: 50px 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.sec1 img.img_company{
	width: 38%;
}
.sec1 img.img_company_interview{
	width: 38%;
	height: 320px;
	object-fit: contain;
    background-color: #D5D5D5;
}
.sec1 div{
	width: 60%;
}
.sec1 p.corporation_name{
	font-size: 1.1em;
}
.sec1 p.name{
	margin-top:5px;
	font-size: 1.8em;
}
.sec1 p.name span{
	font-size: 0.8em;
	margin-left: 5px;
}
table.corp_profile{
	width: 100%;
	margin-top:10px;
}
table.corp_profile th{
	width: 50px;
}
table.corp_profile td.td1{
	width: 200px;	
}
table.corp_profile_interview{
	width: 100%;
	margin-top:10px;
}
table.corp_profile_interview th{
	width: 70px;
}
table.corp_profile_interview td.td1{
	min-width: 200px;	
}
.inner_range {
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}
.img_company_wrap{
	width: 40%;
}
.img_company_wrap figcaption{
	font-size: 0.9em;
}
.img_company_wrap img{
	width: 100%;
}
p.textarea {
	width: 58%;
}

@media screen and (max-width: 768px) {
	.sec1{
		padding: 20px 10px;
		flex-direction: column-reverse;
	}
	.sec1 img.img_company{
		width:100%;
		max-height: 300px;
		margin:0 auto;
	}
	.sec1 img.img_company_interview{
		width:100%;
		max-height: 300px;
		margin:0 auto;
	}
	.sec1 div{
		width: 100%;
		margin: 10px 0;
	}
	.sec1 p.corporation_name{
		font-size: 1.2em;
	}
	table.corp_profile_interview th, table.corp_profile_interview td{
		width: 100%;
		display: block;
		padding: 10px 0px;
	}
	.inner_range {
		flex-direction: column;
	}
	.img_company_wrap{
		width: 100%;
		margin-bottom: 5px;
	}
	.img_company_wrap figcaption{
		font-size: 0.9em;
		color : orange;
	}
	.img_company_wrap img{
		width: 100%;
	}
	p.textarea {
		width: 98%;
	}

}

/* 働き方改革・女性活躍優良企業 ロールモデル一覧
============================================================================= */
.ul_rollmodel {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 20px 0;
}
.ul_rollmodel li {
	width: 23%;
	margin-bottom: 40px;
}
.ul_rollmodel li img{
	border-radius: 20px;
	width: 100%;
	
	width: 230px;
	height: 184px;
	object-fit: cover;
}
.ul_rollmodel li dl{
	padding: 0 5px;
}
.ul_rollmodel li dd{
	font-weight: bold;
}
.ul_rollmodel li dd span{
	font-size: 0.9em;
}
.ul_rollmodel li dt.small{
	font-weight: bold;
	font-size:0.8em;
}
@media screen and (max-width: 768px) {
	.ul_rollmodel li{
		width: 45%;
	}
	.ul_rollmodel li dt, .ul_rollmodel li dd{
		text-align: center;
		margin: 5px 0;
	}
	.ul_rollmodel li dd span{
		background-color: transparent;
	}

}

/* セミナー・イベント一覧ページ
============================================================================= */
ul.ul_seminar_ichiran {
	width: 98%;
	margin: 20px 0;
	padding: 10px;
}
ul.ul_seminar_ichiran li {
	display: flex;
	width:100%;
	border-bottom: 1px solid #666666;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
ul.ul_seminar_ichiran .img_wrap{
	width: auto;
	height: 215px;
}
ul.ul_seminar_ichiran .img_wrap img{
	width: 152px;
	height: 215px;
	object-fit: cover;
}
ul.ul_seminar_ichiran .contents_wrap{
	padding:0 10px 0 20px;
	width: 700px;
}
ul.ul_seminar_ichiran .date{
	background-color: #ffffff;
	color: #ed6103;
	width: auto;
	text-align:center;
	display: flex;
}
ul.ul_seminar_ichiran .date span.recruit1, ul.ul_seminar_ichiran .date span.recruit2, ul.ul_seminar_ichiran .date span.recruit3{
	/*募集中*/
	margin-left: 10px;
	background-color: #eb3232;
	border-radius:3px;
	padding: 0px 8px;
	color: #fff;
	font-weight:bold;
}
ul.ul_seminar_ichiran .date span.recruit2{
	background-color: #646363;
	color: #fff;
}

ul.ul_seminar_ichiran .date span.recruit3{
	background-color: #15b358;
	color: #fff;
}

ul.ul_seminar_ichiran .title{
	font-weight:bold;
	margin: 10px 0;
	font-size:1.1em;
}
ul.ul_seminar_ichiran img.arrow{
	width: 55px;
	height: 55px;
	margin-right: 10px;
	margin-top: auto;
}

@media screen and (max-width: 768px) {
	ul.ul_seminar_ichiran {
		width:96%;
		flex-direction: column;
	}
	ul.ul_seminar_ichiran li {
		flex-direction: column;
		width:100%;
		border-bottom: 1px solid #666666;
		padding: 10px 0;
	}
	ul.ul_seminar_ichiran li:last-child {
		border-bottom:0px;
	}
	ul.ul_seminar_ichiran .img_wrap{
		width: auto;
		height: 215px;
	}
	ul.ul_seminar_ichiran .img_wrap a{
		width: 100%;
	}
	ul.ul_seminar_ichiran .img_wrap img{
		width: auto;
		height: 100%;
		object-fit: cover;
		display: block;
		margin:0 auto;
	}

	ul.ul_seminar_ichiran .contents_wrap{
		padding:0px;
		width: 100%;
	}
	ul.ul_seminar_ichiran .date{
		background-color: transparent;
		width: auto;
		text-align:left;
		display: inline-block;
	}
	ul.ul_seminar_ichiran img.arrow{
		width: 50px;
		height: 50px;
		margin: 0;
		margin-left: auto;
	}
}

/* 計画の概要　リスト
============================================================================= */
ul.list_overview li ul{
	margin-left: 40px;
	margin-top: 10px;
}
ul.list_overview li ul li ul{
	margin-left: 40px;
	margin-top: 10px;
}
ul.list_overview li ul li ul li ul{
	margin-left: 40px;
	margin-top: 10px;
}

/* ロールモデル詳細　インタビュー
============================================================================= */
.sec1_rollmodel{
	padding: 50px 20px 10px;
	display: flex;
	justify-content: space-between;
}
.sec1_rollmodel img.img_rollmodel{
	width: 35%;
	object-fit: contain;
    background-color: #D5D5D5;
}
.sec1_rollmodel div{
	width: 60%;
}
.sec1_rollmodel p.corporation_name{
	font-size: 1.1em;
}
.sec1_rollmodel p.name{
	margin-top:10px;
	font-size: 1.8em;
}
.sec1_rollmodel p.name span{
	font-size: 0.8em;
	margin-left: 5px;
}
.sec1_rollmodel p.midashi{
	margin: 20px 0 0 0;
	font-size: 1.1em;
	border-bottom:1px solid #333333;
}
.sec1_rollmodel .text{
	width: 100%;
	padding: 10px;
}

img.img_rollmodel2{
	width: 40%;
}

@media screen and (max-width: 768px) {
	.sec1_rollmodel{
		padding: 20px 10px;
		flex-direction: column-reverse;
	}
	.sec1_rollmodel img.img_rollmodel{
		width:100%;
		max-width:100%;
		height: auto;
		margin:0 auto;
	}
	.sec1_rollmodel div{
		width: 100%;
		margin: 10px 0;
	}
	.sec1_rollmodel p.corporation_name{
		font-size: 1.2em;
	}
	img.img_rollmodel2{
		width: 100%;
	}

}

/* 申込書類・申込方法
============================================================================= */
.note{
	font-size: 1.5em;
	color: #cc0033;
	border: 1px solid #cc0033;
	padding: 10px;
	margin: 20px 0;
}

p.img1{
	width:790px;
	margin:20px auto;
}

p.img2{
	max-width:400px;
}

p.img3{
	max-width:500px;
}

@media screen and (max-width: 768px) {
	.note{
		font-size: 1.2em;
	}
	p.img1{
		width:100%;
		margin:20px auto;
	}
	p.img2, p.img3{
		width:100%;
	}
}

/* 働き方改革推進月間
============================================================================= */
.address_wrapper{
	background-color: #ebebd3;
	padding: 20px;
	line-height: 2;
	font-weight: bold;
}

/* 働き方改革取組事例
============================================================================= */
dl.example_movie{
	display: flex;
	justify-content: space-around;
}
dl.example_movie dd{
	display: flex;
	flex-direction: column;
}
dl.example_movie dd p{
	margin-top:10px;
	line-height: 1.8;
}
@media screen and (max-width: 768px) {
	dl.example_movie{
		display: flex;
		flex-direction: column;
	}
	dl.example_movie dd p{
		margin-bottom:10px;
	}
}

table.tbl_telework{
	width: 60%;
}
@media screen and (max-width: 768px) {
	table.tbl_telework{
		width: 100%;
	}
}

/* 認定企業紹介
============================================================================= */
.sec1_introduction{
	padding: 50px 20px 10px;
	display: flex;
	justify-content: space-between;
}
.sec1_introduction img.img_company{
	width: 35%;
	height: 224px;
}
.sec1_introduction table{
	width: 63%;
}
.sec1_introduction table th{
	background-color: #eeeeee;
}
.sec1_introduction table td{
	vertical-align: middle;
}

@media screen and (max-width: 768px) {
	.sec1_introduction{
		padding: 20px 10px;
		flex-direction: column-reverse;
	}
	.sec1_introduction img.img_company{
		width:100%;
		max-height: 300px;
		margin:0 auto;
	}
	.sec1_introduction table {
		width: 100%;
		margin: 10px 0;
	}
	table.company_profile th, table.company_profile td{
		width: 100% !important;
		display: block;
		padding: 10px 0px;
	}

}

@media screen and (max-width: 768px) {
	.communication_table_h1_inner{			/*横スクロール*/
		overflow: auto;
	}

	.communication_table_h1_inner table{
		width: 1090px;
	}

	.communication_table_h3_inner {			/*横スクロール*/
		overflow: auto;
	}

	.communication_table_h3_inner table{
		width: 1070px;
	}
}

#side_menu_communication{
	width: 180px;
	border-right: 1px solid #ccc;
}
#side_menu_communication ul.ul_sidemenu{
	margin: 30px 10px 30px 0px;
}
#side_menu_communication ul{
	margin-left:30px;
	margin-top: 20px;
}
#side_menu_communication ul li{
	margin-bottom: 20px;
}
#side_menu_communication ul li i{
	margin-right: 5px;
}
#side_menu_communication a{
	text-decoration: none;
}
#side_menu_communication a.select{
	font-weight: bold;
}

#main_communication{
	width: 1100px;
}
@media screen and (max-width: 768px) {
	#side_menu_communication{ display: none;}
	#main_communication{
		width: auto;
		margin: 0 auto;
	}
}

/* 著作権・リンク・免責事項
============================================================================= */
.link_image{
	display: flex;
	align-items: center;
}
.link_image img{
	margin-left: 5px;
}

@media screen and (max-width: 768px) {
	.link_image{
		display: block;
		/* align-items: center; */
	}
}

@media print{
	.hide_pc { display: none !important;}

	ul.mainview img {
		width: 1300px;
	}
}
