/* Theme Name: 愛知県医療介護連携政策研究会PC */

/* 共通部分
==============================================================================*/
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body {
	font-size: 14px;
	line-height: 1.6;
	color: #323232;
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
li {
	list-style: none;
}
a:hover img {
	opacity: .85;
}
.min{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
}
table{
	table-layout: fixed;
}
td input{
	max-width: 100%;
}
.inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1020px) {
	.inner {
		width: auto;
	}
}
.flex-box {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* header.php部分
=================================================================================*/
header {
	background: #fff;
}
header h1 {
	padding: 35px 0 30px;
	font-size: 40px;
	color: #333;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-align: center;
}
header h1 a {
	color: inherit;
}
header h1 img {
	display: block;
	margin: 0 auto 12px;
}

/* トップ画像
=================================================================================*/
.main_home {
	background: url(images/index/bg_main.jpg) center top no-repeat;
	height: 736px;
	padding-top: 200px;
}

/* 当セミナーの紹介
===============================================================*/
.intr_index {
	padding: 60px 0;
}
.intr_index h2 {
	text-align: center;
}
.intr_index h3 {
	text-align: center;
	padding-right: 65px;
	margin: -15px auto 30px;
}
.intr_index p {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 40px;
}
.intr_index .wrap_intr {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 0 150px;
}
.wrap_intr .col_l {
	padding: 60px 0;
}
.wrap_intr .col_l ul li:not(:last-child) {
	margin-bottom: 50px;
}

/* 新規開業セミナープログラム
=================================================================================*/
.program_index {
	height: 1015px;
	background: url(images/index/bg_program_index.jpg) center top no-repeat;
	padding-top: 80px;
}
.program_index h2 {
	text-align: center;
	margin-bottom: 50px;
}
.program_index ul {
	position: relative;
}
.program_index ul:before {
	content: '';
	width: 2px;
	height: 100%;
	background: #1b3a22;
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 0;
}
.program_index ul li {
	position: relative;
	z-index: 1;
}
.program_index ul li:not(:last-child) {
	margin-bottom: 50px;
}

/* お申込み方法
=================================================================================*/
.application_index {
	padding: 60px 0;
}
.application_index h2 {
	text-align: center;
	margin-bottom: 45px;
}
.application_index .wrap_application {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.application_index .col {
	width: calc(560/1200*100%);
	overflow: hidden;
}
.application_index h3 {
	font-size: 24px;
	color: #1b3a22;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-align: center;
	margin-bottom: 8px;
}
.application_index p {
	font-size: 16px;
	line-height: 1.75;
	text-align: center;
	margin-bottom: 20px;
}
.application_index .btnwrap {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}


/* フッター
=================================================================================*/
footer {
	padding: 0px 0 60px;
}
footer .inner {
	border-top: 2px solid #1b3a22;
	padding-top: 40px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
footer .col_l {
	padding-top: 10px;
}
footer .col_r p {
	font-size: 16px;
	line-height: 1.75;
	margin-bottom: 12px;
}

/* 
=================================================================================*/
.inv-recaptcha-holder{
display: none;
}