/*
Theme Name: 岡山商工会連合会
Theme URI: http://www.okasci.or.jp/
Author: satera
Author URI: www.satera.co.jp
Description: This is my sample theme.
*/

/*
 スマートフォン用のスタイルから記述していくこと。
 media指定なし　→　767px以下（スマートフォン用）
 min-width: 768px　→　768px以上（タブレット用）
 min-width: 992px　→　992px以上（PC用）
*/

/*-- reset --*/
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
p, ol, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
.widget ul {
	list-style-position: inside;
}
li.widget {
	list-style-type: none;
}
ol {
	margin-left: 20px;
}
hr {
	clear: both;
	border: none;
}
/* ================================================== *
 *
 *    base style
 *
 * ================================================== */
body {
	margin: 0;
	padding: 0;
	font-family: "游ゴシック", "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*Win IE letter-spacing、brバグ対応*/
br {
	letter-spacing: 0;
}

/*-- color --*/
.caution {
	color: #FF0000;
	font-weight: bold;
}

/*リンク設定*/
a:link, a:visited {
	font-style: normal;
	font-weight: 100;
}
a:hover, a:active {
	font-style: normal;
	font-weight: 100;
}
.page_design a:hover, .page_design a:hover img {
	opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
/* 外部リンク */
a[target="_blank"]:not(.widget_sp_image-image-link):not(.sns):not(.a2a_button_facebook):not(.a2a_button_twitter):not(.a2a_button_line):not(.a2a_button_google_plus):not(.addtoany_share_save) {
	background-image: url(../../../images/link-icon.svg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 15px;
	padding-right: 20px;
}
/* リンク PDFファイル */
main a[href$=".pdf"] {
	background-image: url(../../../images/icon_1r_32.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 25px;
	padding: 4px 22px 4px 0;
}
/* リンク wordファイル */
a[href$=".docx"] {
	background-image: url(../../../images/microsoft-office-word.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 25px;
	padding: 4px 22px 4px 0;
}
/* リンク wordファイル */
a[href$=".xls"] {
	background-image: url(../../../images/microsoft-office-excel.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 25px;
	padding: 4px 22px 4px 0;
}

/*画像自動縮小*/
#header img, .page_design img, #image_block img, #banner_block img, #footer img {
  display: block;
  height: auto;
  max-width: 100%;
}
img[class*="wp-image-"] {
  display: block;
  height: auto;
  max-width: 100%;
}
/*画像配置*/
img.alignnone {
  display: block;
  height: auto;
  max-width: 100%;
}
img.aligncenter,
img.alignright,
img.alignleft {
	display: block;
	margin: 0 auto 0 auto;
}
.alignright,
.alignleft {
	float: none;
}
@media print, screen and (min-width:768px) {
  body {
  }
	img.alignright {
		padding: 4px;
		margin: 0 0 10px 7px;
		display: inline;
		vertical-align: top;
	}
	img.alignleft {
		padding: 4px;
		margin: 0 7px 10px 0;
		display: inline;
		vertical-align: top;
	}
	.alignright {
		float: right;
	}
	.alignleft {
		float: left;
	}
}
/*ボタン*/
.square_btn {
	margin: 0 auto;
}
.square_btn a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  padding: 15px 25px;
  background: #004d84;
}
.square_btn:link {
  color: #FFF;
}
.square_btn:hover {
  color: #FFF;
}
.square_btn:visited {
	color: #FFF;
}


/* ------------------------------------------------- *
 *        #header
 * ------------------------------------------------- */
 /*navbar
 Bootstrap http://getbootstrap.com/examples/navbar/
------------------------------------------------------------*/ 
#header {
  border-top: 5px solid #004D84;
}
#header .container {
  overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
}
#header p {
  font-size: 10px;
}
#header .siteLogo {
  float: left;
  width: 40px;
  margin-right: 8px;
}
#header .siteInfo {
  overflow: hidden;
  width: 210px;
}
#header .siteInfo p {
  margin-bottom: 3px;
  margin-left: 2px;
}
#header .siteInfo h1 {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 3px;
}
#header .siteInfo h1 a {
  text-decoration: none;
}


#header .headerContact {
	display: none;
}
#header-menu {
	display: none;
}
@media print, screen and (min-width:768px) {
  #header .container {
    padding-top: 15px;
  }
  #header p {
    font-size: 12px;
  }
  #header .siteInfo {
    overflow: hidden;
    width: 300px;
  }
  #header .siteLogo {
    width: 60px;
    margin-right: 12px;
  }
  #header .siteInfo {
    margin-right: 10px;
  }
  #header .siteInfo p {
    margin-bottom: 4px;
  }
  #header .siteInfo h1 {
    margin-bottom: 8px;
  }
  #header .headerName {
    float: left;
  }
  #header .headerContact {
    display: block;
    float: right;
    margin-right: 60px;
  }
  #header .headerContact .shokokailist {
    text-align: center;
    width: 196px;
  }
  #header .headerContact .shokokailist a {
    display: block;
    color: #FFFFFF;
    padding: 8px 10px;
    background-color: #d1b171;
  }
  #header .headerContact .shokokailist a:hover {
    background-color: #C49B49;
    text-decoration: none;
  }
  #header .headerContact .shokokailist h3 {
    font-size: 17px;
    font-weight: bold;
    word-spacing: 1px;
  }
  #header .headerContact .tel {
    padding-bottom: 1px;
    margin-top: 5px;
  }
  #header .headerContact ul.submenu {
    display: none;
  }

}
@media print, screen and (min-width:992px) {
	#header .container {
	}
  #header .siteInfo {
  }
  #header .siteInfo h1 {
  }
  #header .headerContact {
    margin-right: 0;
    width: 400px;
  }
  #header .headerContact .shokokailist {
    float: left;
    width: 140px;
    margin-right: 30px;
  }
  #header .headerContact ul.submenu {
    display: block;
    font-size: 14px;
    padding-top: 15px;
  }
  #header .headerContact ul.submenu li {
    float: right;
  }
  #header .headerContact ul.submenu li a {
    color: #FFFFFF;
    background-color: #b5b5b6;
    padding: 8px 12px 8px 30px;
    margin-right: 10px;
    border-radius: 20px;
    background-image: url("../../../images/list-icon01.png");
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: left 15px top 10px;
  }
  #header .headerContact ul.submenu li a:hover {
    background-color: #A3A3A5;
    text-decoration: none;
  }
	#header-menu {
		display: block;
    clear: both;
    text-align: center;
    background-color: #004D84;
    overflow: hidden;
	}
	.home #header-menu {
    margin-bottom: 20px;
	}
	.head_menu .menu-header-menu-container {
	}
  .head_menu .menu-header-menu-container ul {
    text-align: center;
  }
  .head_menu .menu-header-menu-container ul li:nth-of-type(1) {
    border-left: 1px solid #FFF;
  }
	.head_menu .menu-header-menu-container ul li {
    display: inline-block;
		vertical-align: middle;
    text-align: center;
		font-size: 1em;
    letter-spacing: 0.1em;
    border-right: 1px solid #FFF;
	}
	.head_menu .menu-header-menu-container ul li > a {
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 15px 15px;
	}
	.head_menu .menu-header-menu-container ul li > a:hover {
    color: #FFFFFF;
    font-weight: bold;
	}
}
@media print, screen and (min-width:1200px) {
	#header .container {
    width: 1040px;
    margin-bottom: 10px;
	}
	.head_menu .menu-header-menu-container ul li > a {
    padding: 15px 20px;
	}
}

/* ------------------------------------------------- *
 *        トップページ
 * ------------------------------------------------- */
@media print, screen and (max-width:576px) {
  #home-contents {
    padding-right: 0;
    padding-left: 0;
  }
}

/* -------------------------------------- #slider_block　*/
#slider_block {
  background-color: #efefef;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* -------------------------------------- #copy_block　*/
.webfonts-notosansjp {
  font-family: 'Noto Sans JP', sans-serif;
}

#copy_block {
  text-align: center;
	letter-spacing: 0.03em;
  padding: 10px;
}
#copy_block h2 {
	font-size: 1.2em;
	line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
#copy_block p {
	font-size: 0.9em;
	line-height: 1.6;
  margin-bottom: 10px;
}

/* -------------------------------------- .autopagerize_page_element　*/
.page-id-2186 #message0, .page-id-2204 #message1 {
  padding: 0;
}

.article {
  margin-bottom: 10px;
}
.article .article_title {
  line-height: 1.6;
  font-weight: bold;
  padding: 8px 8px 8px 15px;
  background-color: #f7f8f8;
  border-bottom: solid 1px #c9caca;
  border-left: solid 5px #004d84;
  margin-bottom: 10px;
}
.article .article_title p.date {
  font-size: 12px;
  margin-bottom: 0;
}
.article .article_title h3 {
  border: none;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.article .article_description {
  overflow: hidden;
  margin-bottom: 10px;
}
.article .article_description .photo {
  float: right;
  max-width: 200px;
}

/* -------------------------------------- #news_block　*/
#news_block {
  text-align: center;
  padding: 10px;
  background-color: #d7d8e5;
  margin-bottom: 15px;
}
#news_block .title {
  color: #004d84;
  margin-bottom: 10px;
}
#news_block .title p {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#news_block h3 {
  color: #FFF;
	font-size: 1em;
  font-weight: bold;
	line-height: 1.6;
  padding: 10px;
  background-color: #004d84;
}
#news_block .official1 .square_btn a {
  margin-bottom: 10px;
}

dl.list {
  text-align: left;
}
dl.list a {
  color: #004D84;
}
dl.list dt {
  font-size: 0.8em;
  padding-bottom: 5px;
}
dl.list dd {
  font-size: 1em;
  margin-bottom: 10px;
}

/* -------------------------------------- #news_block-member　*/

#message0, #message1, #message2, #message3 {
  background-color: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
}
#news_block-member {
  text-align: center;
  padding: 10px;
  background-color: #fdf1f0;
  margin-bottom: 20px;
}
#news_block-member .title {
}
#news_block-member .title p {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#news_block-member .title h3 {
	font-size: 0.9em;
	line-height: 1.6;
  margin-bottom: 10px;
}

#news_block-member h2 {
  color: #FFF;
	font-size: 1em;
  font-weight: bold;
	line-height: 1.6;
  padding: 10px;
}
#news_block-member .member1 h2 {
  background-color: #e76a73;
}
#news_block-member .member2 h2 {
  background-color: #1494a0;
}
#news_block-member .member1 .square_btn a {
  background-color: #e76a73;
  margin-bottom: 10px;
}
#news_block-member .member2 .square_btn a {
  background-color: #1494a0;
}

#archive .ecom_area {
  text-align: center;
  margin-bottom: 15px;
}
#archive .ecom_area img {
  margin: 0 auto 5px auto;
  border: #D8D8D8 1px solid;
}
#archive .ecom_area h3 {
  font-size: 16px;
}


@media print, screen and (min-width:768px) {
  dl.list dt {
    float: left;
  }
  dl.list dd {
    margin-left: 90px;
  }
}
@media print, screen and (min-width:992px) {
  #copy_block {
    padding: 20px;
  }
  #news_block,
  #news_block-member {
    padding: 20px 10px 10px 10px;
  }
}
@media print, screen and (min-width:1200px) {
}

/* ------------------------------------------------- *
 *        #main
 * ------------------------------------------------- */
#main {
	margin-bottom: 30px;
}
/* -------------------------------------- breadcrumbs　*/
.breadcrumbs {
	font-size: 0.6em;
	padding: 10px 0;
  background-color: #f7f8f8;
}
.breadcrumbs .home {
}
.breadcrumbs a {
	color: #004D84;
	text-decoration: underline;
	margin-right: 5px;
}
/* -------------------------------------- page_design　*/
.page_design {
}
.category .page_design,
.archive .page_design,
.single .page_design {
  margin-top: 20px;
}
@media print, screen and (min-width:992px) {
	.breadcrumbs {
		font-size: 0.8em;
		padding: 20px 0;
	}
	.breadcrumbs .container {
		width: 940px;
	}
  .category .page_design,
  .archive .page_design,
  .single .page_design {
    margin-top: 30px;
  }
}
@media print, screen and (min-width:1200px) {
}

/* ------------------------------------------------- *
 *        固定ページ
 * ------------------------------------------------- */
#page {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* -------------------------------------- page-header　*/
#page-header {
  color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
  background-color: #356e97;
}
#page-header p {
  font-size: 50px;
  letter-spacing: 1px;
}
#page-header h1.page-title {
  font-size: 20px;
  letter-spacing: 1px;
}
#page-header h1.page-title,
#page-header h1.page-title a {
  color: #FFFFFF;
  font-weight: bold;
}

/* -------------------------------------- page-contents　*/
/* -------------------------------------- single-contents　*/
.error404 .page-contents {
	text-align: center;
	margin-top: 30px;
}

.page-contents hr {
  margin-top: 50px;
}

.page-contents, .single-contents {
	font-size: 0.9em;
	line-height: 2;
	letter-spacing: 0.04em;
	overflow: hidden;
  margin-bottom: 50px;
}

/* h2 h3 h4 */
.page-contents h2, .single-contents h2 {
  color: #FFF;
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: bold;
  padding: 8px 10px;
  background-color: #004d84;
  border-radius: 3px;
	margin-bottom: 15px;
}
.page-contents h3, .single-contents h3 {
	font-size: 1.1em;
	line-height: 1.6;
  font-weight: bold;
  padding: 8px 8px 8px 15px;
  background-color: #f7f8f8;
  border-bottom: solid 1px #c9caca;
  border-left: solid 5px #004d84;
	margin-bottom: 15px;
}
.page-contents h4, .single-contents h4 {
  font-weight: bold;
	font-size: 1.2em;
  line-height: 1.8;
	margin-bottom: 10px;
}
.page-contents .s-title, .single-contents .s-title {
  text-align: center;
  padding: 10px;
  background-color: #FCE2AE;
  border-radius: 5px;
}

.single-contents .wp-block-image.report img {
  border: #D8D8D8 1px solid;
}

/* external_link */
ul.external_link {
  padding-bottom: 50px;
}
ul.external_link li {
	font-size: 1em;
	background-image: url(../../../images/list-icon02.png);
	background-repeat: no-repeat;
	background-position: left 5px top 12px;
  padding: 5px 10px 5px 28px;
  margin-bottom: 5px;
}
ul.external_link li a {
}


/* list_btn */
ul.list_btn {
  padding-bottom: 50px;
}
ul.list_btn li {
  float: left;
  display: block;
  text-align: center;
  width: 49%;
}
ul.list_btn li:nth-child(odd) {
  margin-right: 1%;
}
ul.list_btn li:nth-child(even) {
  margin-left: 1%;
}

ul.list_btn a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.2em;
  font-weight: bold;
  background: #f8b62d;
  margin-bottom: 10px;
}


/* p ul hr */
.page-contents p, .single-contents p {
	margin-bottom: 20px;
}
.page-contents ul, .single-contents ul {
	margin-bottom: 20px;
}

.page-contents hr, .single-contents hr {
	margin-bottom: 30px;
}

table {
	width: 100%;
}
/* table .tablebasic */

.table-basic table {
  border-top: 0.5px solid #BFBFBF;
  background-color: rgba(255,255,255,0.7);
	margin-bottom: 20px;
}
.table-basic table tr {
	border-bottom: 0.5px solid #BFBFBF;
}
.table-basic table tr:nth-child(even) {
  background-color: #efefef;
}

.table-basic table th {
}
.table-basic table th, .tablebasic table td {
	padding: 10px 15px;
}


/*リクルート*/
.session div.col-12 {
  margin-bottom: 10px;
}
.session div.waku {
  background-color: #FFFFFF;
  border: #CCCCCC solid 1px;
  border-radius: 8px;
  padding: 10px 15px;
}


/*プライバシーポリシー*/
.page-contents .privacy h3 {
	font-weight: bold;
}
.page-contents .privacy h3, .page-contents .privacy p {
	text-align: left;
}

@media only screen and (max-width:480px) {
	.page-contents table th, .page-contents table td {
		display: block;
    border-right: none;
	}
  .table-basic table th {
    padding: 10px 15px 0 15px;
  }
  .table-basic table td {
    padding: 0 15px 10px 15px;
  }
}
@media print, screen and (min-width:768px) {
  #page {
    margin-top: 40px;
    margin-bottom: 40px;
  }
	#page-header {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	#page-header h1.page-title {
		font-size: 1.8em;
	}
  ul.flow {
    width: 80%;
    margin: 0 auto;
  }
  ul.flow li {
    font-size: 1.2em;
  }
	.page-contents, .single-contents {
		font-size: 1em;
	}
	.page-contents h2, .single-contents h2 {
		font-size: 1.3em;
    margin-bottom: 20px;
	}
  .table-basic table th, .table-basic table td {
    padding: 10px 20px;
  }
  .table-basic table th {
    width: 30%;
  }
}
@media print, screen and (min-width:992px) {
	#page .container {
		width: 940px;
	}
	#page-header {
		padding-top: 60px;
		padding-bottom: 60px;
	}
  ul.flow {
    width: 60%;
  }
	.page-contents h2, .single-contents h2 {
    padding: 15px 18px;
	}
  .page-contents h3, .single-contents h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
	.page-contents hr, .single-contents hr {
		margin-bottom: 80px;
	}
	.page-contents .privacy {
		width: 80%;
		margin: 0 auto;
	}
  
}

/* -------------------------------------- #sub　*/
#sub {
}
#sub .side-title {
	color: #036eb8;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 20px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
#sub .side-title a {
	font-weight: bold;
}
#sub .side-inner ul {
	letter-spacing: 0.05em;
}
#sub .side-inner ul li {
	padding: 10px;
	border-bottom: dotted 1px #DBDBDB;
}

/* ------------------------------------------------- *
 *        投稿ページ
 * ------------------------------------------------- */
#blog {
  padding-top: 15px;
  padding-bottom: 15px;
}
#blog .inner,
#archive .inner {
  padding: 10px;
}
.article_cat {
}
.article_cat a {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background-color: #b5b5b6;
  margin-bottom: 20px;
}

.single-date {
	color: #A3A3A3;
	font-size: 0.8em;
  text-align: right;
	padding-bottom: 20px;
}
#single-header {
	padding: 8px 10px;
  background-color: #004d84;
  border-radius: 3px;
	margin-bottom: 20px;
}
#single-header h1.single-title {
  color: #FFF;
  font-size: 1.1em;
  line-height: 1.6;
  font-weight: bold;
}
.single-contents {
  margin-top: 30px;
}


/*ページ送り*/
.paging {
	margin-bottom: 60px;
}
.next {
	float: left;
	background-image: url(../../../images/list_mark-left.png);
	background-repeat: no-repeat;
	background-position: left 15px center;
	background-size: 8px auto;
}
.prev {
	float: right;
	background-image: url(../../../images/list_mark-right.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px auto;
}
.next, .prev {
}
.next a, .prev a {
	color: #036eb8;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #036eb8;
	border-radius: 3px;
}
.next a:hover, .prev a:hover {
	background-color: #D5EEFB;
}
.next a {
	padding-left: 40px;
	padding-right: 20px;
}
.prev a {
	padding-left: 20px;
	padding-right: 40px;
}
@media print, screen and (min-width:768px) {
	#single-header h1.single-title {
		font-size: 1.6em;
	}
  #blog .inner,
  #archive .inner {
    padding: 20px 30px;
  }
}
@media print, screen and (min-width:992px) {
}
@media print, screen and (min-width:1200px) {
}



.archive_block {
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #808080;
}
.archive_block #archive-header {
	margin-bottom: 20px;
}
.archive_block #archive-header h2.archive-title {
	font-size: 1.1em;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: bold;
}


.archive .archive_block {
	margin-top: 20px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #808080;
}

@media print, screen and (min-width:768px) {
	#nyusatu-header {
		margin-bottom: 30px;
	}
	p.nendo{
		font-size: 1.2em;
	}
	#nyusatu-header h1.nyusatu-title {
		font-size: 1.6em;
		line-height: 1.6;
	}
	dl.nyusatu dt {
		float: left;
	}
	ul.nyusatu {
		clear: both;
	}
}

/* ------------------------------------------------- *
 *        アーカイブページ
 * ------------------------------------------------- */

/* -----------------------------------------------------------
	お問い合わせ
----------------------------------------------------------- */
/* デザインカスタマイズ */
div.wpcf7 {
}
.wpcf7-form {
  margin-top: 10px;
}
.wpcf7-form h2 {
    text-align: center;
}
div.wpcf7 input, .wpcf7 textarea {
	border: 1px solid #ccc;
	padding: 8px;
	max-width: 100%;
}
div.wpcf7 textarea {
	width: 100%;
	height: 300px;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
	border: 1px solid #f39800;
}

div.wpcf7 table th {
  margin-top: 5px;
}
div.wpcf7 table td {
  margin-bottom: 10px;
}
div.wpcf7 table tr {
  border-bottom: 1px dashed #ccc;
}


div.wpcf7 p {
	text-align: center;
	margin-top: 20px;
}
.wpcf7-captchac {
	border:1px solid #ccc;
}
.wpcf7-form-control-wrap .wpcf7-list-item {
	width: 100%;
}
 /* エラー個所をわかりやすく表示 */
.wpcf7 .wpcf7-not-valid { background: #ffb6c1; }
.wpcf7 span.wpcf7-not-valid-tip {font-size: 80%;}
.wpcf7 .wpcf7-response-output {margin: 10px 0 0; padding: 8px 35px 8px 14px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
.wpcf7 .wpcf7-validation-errors {color: #B94A48; background-color: #F2DEDE; border: 1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok {color: #3A87AD; background-color: #D9EDF7; border: 1px solid #BCE8F1;}

/*送信ボタン*/
.wpcf7-submit {
	display: block;
	width: 200px;
	margin: 0 auto;
	font-size: 1.6em;
  background-color: #13ae67;
	color: #fff;
	border-style: none;
}
.wpcf7-submit:hover:enabled {
	background-color: #0C7344;
	color: #fff;
}

@media print, screen and (min-width:481px) {
  div.wpcf7 table th, div.wpcf7 table td {
    padding: 10px;
  }
}
@media print, screen and (min-width:992px) {
  .wpcf7-form {
    margin-top: 20px;
  }
  div.wpcf7 table th, div.wpcf7 table td {
    padding: 20px;
  }
}

/* ------------------------------------------------- *
 *        #cooperation_block
 * ------------------------------------------------- */
#cooperation_block {
  background-color: #ECECEC;
}

/* ------------------------------------------------- *
 *        #contact_block
 * ------------------------------------------------- */
#contact_block {
  color: #FFF;
  text-align: center;
  background: linear-gradient(to bottom, #036eb8, #00a0e9);
}
#contact_block a {
  color: #FFF;
}
#contact_block .button a {
  color: #FFF;
  text-decoration: none;
  display: block;
  border: #FFFFFF solid 1px;
  padding: 20px;
  margin-bottom: 20px;
}
#contact_block .button a:hover {
  background-color: rgba(255,255,255,0.2);
}
#contact_block .button p {
  letter-spacing: 0.1em;
  font-family: "Midashi Go MB31";
  font-size: 1.8em;
}
#contact_block .button h3 {
  font-size: 1em;
}
#contact_block section {
  margin-bottom: 10px;
}
#contact_block section h2 {
  font-family: "Midashi Go MB31";
}
#contact_block section p {
  font-size: 0.9em;
  font-family: "Gothic Medium BBB";
  margin-bottom: 10px;
}
@media print, screen and (min-width:992px) {
  #contact_block .button {
    width: 400px;
    margin: 0 auto;
  }
  #contact_block section p {
    font-size: 1em;
  }
}



/* ------------------------------------------------- *
 *        #footer
 * ------------------------------------------------- */
#footer {
  color: #FFFFFF;
  background-color: #004d84;
  margin-top: 15px;
  padding-top: 30px;
  padding-bottom: 10px;
}
#footer a {
	text-decoration: none;
}
#company_block .title {
  margin-bottom: 15px;
}
#company_block .title h2 {
  width: 220px;
  margin-bottom: 5px;
}
#company_block .title p {
  font-size: 0.6em;
}
#company_block .company {
  margin-bottom: 20px;
}
#company_block .company .add {
  overflow: hidden;
}
#company_block .company .add h3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}
#company_block .company .add p {
  font-size: 0.8em;
}


#footer #footer-menu {
  margin-top: 20px;
  margin-bottom: 20px;
}
#footer #footer-menu ul {
  font-size: 0.8em;
  text-align: left;
}
#footer #footer-menu ul li {
  margin-bottom: 10px;
}
#footer #footer-menu ul li a {
  color: #FFFFFF;
	background-image: url(../../../images/list-icon01.png);
	background-repeat: no-repeat;
	background-position: left 5px top 12px;
	background-size: 6px auto;
	padding: 10px 10px 10px 24px;
}
#footer .copy {
  text-align: center;
  font-size: 0.8em;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media print, screen and (min-width:768px) {
  #company_block .title {
    margin-top: 15px;
  }
}
@media print, screen and (min-width:992px) {
  #footer #footer-menu ul li {
    display: inline-block;
    margin-right: 10px;
  }
}
@media print, screen and (min-width:1200px) {
  #footer .container {
    width: 980px;
  }
}


/* ------------------------------------------------- *
 *        ギャラリー用CSS
 * ------------------------------------------------- */
/* see gallery_shortcode() in wp-includes/media.php */
.gallery {
	margin: 0 auto;
	padding: 0;
}
dl.gallery-item {
	float: left;
	margin-bottom: 10px;
}
.gallery-columns-1 .gallery-item {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.gallery-columns-2 .gallery-item, .gallery-columns-4 .gallery-item {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
}
.gallery-columns-3 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
	width: 31.3%;
	margin-left: 1%;
	margin-right: 1%;
}
.gallery-icon img {
	display: block;
	margin: 0 auto;
}
dt.gallery-icon {
	text-align: center;
}
dd.gallery-caption {
	margin-left: 0;
	margin-top: 5px;
	text-align: center;
	font-size: 0.8em;
}
@media print, screen and (min-width:768px) {
	.gallery {
		width: 100%;
	}
	dl.gallery-item {
		padding: 10px;
		margin-bottom: 20px;
	}
	.gallery-columns-4 .gallery-item {
		width: 23%;
	}
	.gallery-columns-5 .gallery-item {
		width: 18%;
	}
	.gallery-columns-6 .gallery-item {
		width: 14.6%;
	}
	dd.gallery-caption {
		font-size: 1em;
	}
}
@media print, screen and (min-width:992px) {
	.gallery-columns-2 .gallery-item, .gallery-columns-4 .gallery-item {
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}
	.gallery-columns-3 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item {
		width: 33.3%;
		margin-left: 0;
		margin-right: 0;
	}
}
@media print, screen and (min-width:1200px) {
}

/* ================================================== *
 *
 *    widget style
 *
 * ================================================== */
.widget, .widget_text {
	margin: 0;
	padding: 0;
}


#sub .widget a {
}
#sub .widget a:hover {
	color: #036eb8;
}


#sub .widget {
  margin-bottom: 5px;
}
#sub .widgettitle {
	font-size: 1em;
  font-weight: bold;
	letter-spacing: 0.01em;
	color: #004D84;
	padding: 10px;
  border-left: solid 10px #004D84;
  border-bottom: solid 1px #004D84;
  margin-bottom: 15px;
}
/* 検索 */
#sub .widget_search {
	padding: 20px 10px;
	background-color: #E7F5FC;
}
/* 最近の投稿 */
#sub .widget_recent_entries {
}
#sub .widget_recent_entries ul li span.post-date {
	display: block;
	font-size: 0.7em;
}
/* アーカイブ */
#sub .widget_archive {
}
/* カテゴリー */
#sub .widget_categories {
}

/* バナー */
#sub .banner {
  padding: 5px;
  background-color: #f7f8f8;
  overflow: hidden;
  margin-bottom: 20px;
}
#sub .banner li.widget {
  text-align: center;
}
#sub .banner h2.widgettitle {
  display: none;
}
#sub .banner img {
  margin: 0 auto;
}
@media print, screen and (max-width:769px) {
  #sub .banner li.widget {
    text-align: center;
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
/* 動画 */
#sub .video {
  padding: 5px;
  background-color: #f7f8f8;
}

/* 共通 */
#sub ul#menu-link,
#sub .widget_recent_entries ul,
#sub .widget_archive ul,
#sub .widget_categories ul {
  margin-bottom: 20px;
}
#sub ul#menu-link li,
#sub .widget_recent_entries ul li,
#sub .widget_archive ul li,
#sub .widget_categories ul li {
	font-size: 1em;
  margin-bottom: 5px;
}
#sub ul#menu-link li a,
#sub .widget_recent_entries ul li a,
#sub .widget_archive ul li a,
#sub .widget_categories ul li a {
  display:block;
	background-image: url(../../../images/list-icon02.png);
	background-repeat: no-repeat;
	background-position: left 15px top 15px;
	padding: 10px 10px 10px 38px;
  background-color: #f7f8f8;
}
#sub ul#menu-link li:not(:last-child),
#sub .widget_recent_entries ul li:not(:last-child),
#sub .widget_archive ul li:not(:last-child),
#sub .widget_categories ul li:not(:last-child) {
}

/* メタ情報 */
#sub .widget_meta .widgettitle {
}
#sub .widget_meta ul {
	padding: 10px;
}
#sub .widget_meta ul li {
	font-size: 0.9em;
	margin-bottom: 5px;
}





main .wrap_contents {
	margin-bottom: 30px;
}


main .wrap_contents h3 {
	font-size: 1.2em;
	line-height: 1.4;
	font-weight: bold;
	margin: 0 0 0.8em 0;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border-left: 5px solid #263694;
    border-left-width: 5px;
    border-left-style: solid;
    border-left-color: rgb(10, 105, 160);
	border-bottom: 1px dashed #263694;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: rgb(10, 105, 160);
}

.page-kouyuzaisan {
	margin-bottom: 30px;
}
.page-kouyuzaisan h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
main .wrap_contents.days h5 {
	font-size: 1em;
	background-color: #D2F1FF;
	padding: 10px;
	margin-bottom: 5px;
}
main .wrap_contents.days p {
	margin-bottom: 20px;
	margin-left: 20px;
}

/*段落*/
.page-kouyuzaisan p {
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 1.2em;
}
/*段落インデント　1行目を下げる*/
.page-kouyuzaisan p.ind {
	text-indent: 1.2em;
	margin-bottom: 0;
	padding-left: 0;
}
/*段落インデント　2行目から下げる*/
.page-kouyuzaisan p.kome {
	text-indent: -1.2em;
	padding-left: 2.4em;
}

/*リスト*/
.page-template-page-kouyuzaisan .page-kouyuzaisan ul {
	margin-left: 1em;
}
.page-template-page-kouyuzaisan .page-kouyuzaisan ul li {
	background-image: url(../../../images/kouyuzaisan/list_mark.png);
	background-position: left top 3px;
	background-repeat: no-repeat;
	padding-left: 18px;
	margin-bottom: 5px;
}
.page-template-page-kouyuzaisan .page-kouyuzaisan ul.category_pagenavi li {
	font-size: 1em;
	border: #DCDCDC solid 1px;
	border-radius: 5px;
	padding: 20px 20px 20px 40px;
	margin-bottom: 10px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	background-image: url(images/li_mark.gif);
	background-position: left 20px top 25px;
	background-repeat: no-repeat;
}

/*番号リスト*/
.page-template-page-kouyuzaisan .page-kouyuzaisan ol li {
	font-size: 1em;
	margin-left: 40px;
	margin-bottom: 10px;
	text-indent: -1.9em;
	list-style-type:none;
 	list-style-position:inside;
 	counter-increment: cnt;
}
.page-template-page-kouyuzaisan .page-kouyuzaisan ol li:before {
	display: marker;
 	content: "(" counter(cnt) ") ";
}

/*番号リストが使えない場合は以下を使用*/
.page-template-page-kouyuzaisan .page-kouyuzaisan p.num {
	text-indent: -2.6em;
	padding-left: 3em;
}
   

/*　この情報に関する問い合わせ先　*/
.primary_signature {
	border:1px solid #ccc;
	padding:20px 20px 0 20px;
	border-radius:4px;
}
.primary_signature p {
	color: #FFFFFF;
	background: #0a69a0;
	padding:5px;
	margin-bottom: 10px;
}
.primary_signature .dl_address dt {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.primary_signature .dl_address dd li {
	margin-bottom:3px;
}
.primary_signature .dl_address dd li span {
	float: left;
	width: 8em;
}

@media print, screen and (min-width:768px) {
	main #page_title h2{
		font-size: 1.6em;
	}
	main .wrap_contents ul li {
		font-size: 1.1em;
	}
}
@media print, screen and (min-width:992px) {
}
@media print {
	main #page_title h2 {
		font-size: 2em;
		color: #0a69a0;
		background: transparent;
		padding: 0;
	}
}
