@charset "UTF-8";

/*
Theme Name:toubu-houkan
Description: 重症心身障害児等在宅療育支援センター 東部・西部訪問看護事業部
Version: 1.0
*/

/* General Settings
------------------------------------------ */
* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}
body {
	color: #333;
	background: url(img/bg-body.jpg) repeat left top;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "Meiryo UI", Osaka, "ＭＳ ゴシック", "MS Gothic" , Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

main {
	position: relative;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	line-height: 1.6;
	margin: 0 0 1em;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
}

dl, dt, dd, figure {
	margin: 0;
	padding: 0;
}
p {
	word-wrap:break-word;
}

a {
	text-decoration: none;
}
a:hover {
	-webkit-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.alignl {
	text-align: left;
}
.alignc {
	text-align: center;
}
.alignr {
	text-align: right;
}

#wrapper {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	padding: 0 1%;
	background: #FFF;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
/*------------------------------------------
 header
--------------------------------------------*/
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 84px;
	padding: 10px 0 10px;
	background: url(img/bg-header.png) no-repeat center bottom;
	background-size: 100% ;
}
header #logo a {
	font-size: 2.0rem;
	font-weight: bold;
	color: #333;
}
header #phone span {
	font-size: 1.4rem;
}
header #phone a {
	color: #333;
}
header #phone .word {
	display: block;
}
header #phone .tel {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
}
header #phone .tel::before {
	content: url(img/icon-tel.gif);
	margin-right: .2em;
}
header #phone span.tel span.small {
	font-size: 1.4rem;
}
.gnav {
	display: block;
	width: 100%;
	padding: 10px 0 0 0;
}
.gnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.gnav ul li {
	display: block;
	width: 100%;
	border-right: 1px dotted #ccc;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.gnav ul li:last-child {
	border-right: none;
}
.gnav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 40px;
	color: #4ac9da;
	text-decoration: underline;
	font-size: 1.3rem;
	font-weight: bold;
}
.gnav ul li a:hover {
	color: #fbab14;
}
.gnav ul li a:active {
	color: #fbab14;
}
.spnav {
	display: none;
}

/*------------------------------------------
 footer
--------------------------------------------*/

footer {
	position: relative;
	width: 100%;
	min-height: 79px;
	padding: 0 0 30px;
	margin: 0;
	background: url(img/bg-footer.png) no-repeat center top;
	overflow: hidden;
}
footer .fnav {
	/*float: left;*/
	width: 48%;
	/*font-size: 1.4rem;*/
	line-height: 1.2;
	padding: 0;
	margin: 0;
}
footer .fnav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
footer .fnav ul li {
	display: inline-block;
	margin-left: 1.5em;
}
footer .fnav ul li:first-child {
	border-left: 1px solid #FFF;
	margin-left: 0;
}
footer .fnav a {
	display: inline-block;
	padding: .2em 0;
	color: #4ac9da;
	text-decoration: underline;
}
footer .fnav a:hover {
	opacity: .7;
}
#copy {
	/*float: right;*/
	margin-top: 25px;
	text-align: right;
	font-size: 1.3rem;
	line-height: 1.4;
}
footer .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 25px;
}
footer .contact-wrap {
	width: 48%;
}
footer .contact-wrap dt {
	position: relative;
	font-size: 1.8rem;
	font-weight: bold;
	padding-left: .5em;
	margin-bottom: .5em;
}
footer .contact-wrap dt::before {
	content: '';
	position: absolute;
	left: 0;
	top: .3em;
	display: block;
	width: 4px;
	height: 18px;
	background: url(img/icon-h3.png) no-repeat left center;
}
footer .contact-wrap dt span {
	font-size: 1.4rem;
	font-weight: normal;
}
footer .contact-wrap a {
	display: inline-block;
	padding: .2em 0;
	color: #4ac9da;
	text-decoration: underline;
}
footer .contact-wrap a {
	opacity: .7;
}

/*------------------------------------------
 page-title
--------------------------------------------*/

.page-title {
	width: 100%;
	margin-bottom: 20px;
}

h1 {
	position: relative;
	font-size: 3.0rem;
	font-weight: bold;
	text-align: center;
	/* letter-spacing: .2em; */
	margin: 1.5em 0;
}
h1::before,
h1::after {
	content:'';
	display: inline-block;
	width: 48px;
	height: 1em;
	background: url(img/bar.png) no-repeat center 60%;
}
h1::before {
	margin-right: .5em;
}
h1::after {
	margin-left: .3em;
}
h2 {
	position: relative;
	font-size: 2.0rem;
	border-bottom: 2px solid #CCC;
	padding-left: 1.4em;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-bottom: .3em;
}
h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: .3em;
	display: block;
	width: 20px;
	height: 20px;
	background: url(img/icon-h2.png) no-repeat left center;
}
/*------------------------------------------
 seminar-link
--------------------------------------------*/
.seminar-link {
	margin-bottom: 80px;
}
.seminar-link h2 {
	margin: 1.5em 0 1em;
}
.seminar-link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	line-height: 1.5;
}
.seminar-link ul li {
	width: 49%;
	min-height: 60px;
	height: 100%;
	margin: 0 2% 20px 0;
}
.seminar-link ul li:nth-child(2n) {
	margin-right: 0;
}
.seminar-link ul li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 60px;
	height: 100%;
	background: #4ac9da;
	color: #FFF;
	padding: 0 26px 0 16px;
}
_:-ms-lang(x)::-ms-backdrop, .seminar-link ul li {
	min-height: none;
	height: 70px;
}
_:-ms-lang(x)::-ms-backdrop, .seminar-link ul li a {
	min-height: none;
	height: 70px;
}
.seminar-link ul li a::after {
	content: '';
	position: absolute;
	right: 10px;
	top: calc( ( 100% - 16px ) / 2 );
	display: block;
	width: 16px;
	height: 16px;
	background: url(img/icon-down.png) no-repeat center center;
}

/*------------------------------------------
 seminar-wrap
--------------------------------------------*/
.seminar-wrap {
	width: 100%;
	padding: 0 0 60px;
	margin: 60px auto;
	border-bottom: 1px dotted #CCC;
}
.seminar-wrap .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*.seminar-wrap:first-of-type {
	margin-top: 0;
}*/
.half-blk {
	width: 48%;
}

.movie {
	width: 100%;
	height: 0;
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	background-color: #e4e4e4;
}
.movie video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.seminar-wrap h3,
.content-wrap h3 {
	position: relative;
	font-size: 1.8rem;
	border-bottom: 2px solid #CCC;
	padding-left: .5em;
	line-height: 1.5;
	margin-bottom: 30px;
	padding-bottom: .3em;
}
.seminar-wrap h3::before,
.content-wrap h3::before {
	content: '';
	position: absolute;
	left: 0;
	top: .3em;
	display: block;
	width: 4px;
	height: 18px;
	background: url(img/icon-h3.png) no-repeat left center;
}
.seminar-wrap h4,
.content-wrap h4 {
	font-size: 1.6rem;
	border-bottom: 1px solid #CCC;
}
.seminar-wrap .pdf {
	width: 100%;
	height: 60px;
	margin-top: 2em;
}
.seminar-wrap .pdf a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	background-color: #fbab14;
	color: #FFF;
}
_:-ms-lang(x)::-ms-backdrop, .seminar-wrap .pdf a {
	min-height: none;
	height: 60px;
}
.seminar-wrap .pdf a::after {
	content: '';
	/*position: absolute;
	right: 10px;
	top: calc( ( 100% - 18px ) / 2 );*/
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-left: .3em;
	background: url(img/icon-pdf.png) no-repeat center center;
}
.content-wrap {
	margin-bottom: 80px;
}
.btn {
	width: 300px;
	margin: 40px auto 0;
}
.btn a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 60px;
	background: #4ac9da;
	color: #FFF;
}
_:-ms-lang(x)::-ms-backdrop, .btn a {
	min-height: none;
	height: 60px;
}
.btn a::before {
	content: '';
	position: absolute;
	right: 10px;
	top: calc( ( 100% - 16px ) / 2 );
	display: block;
	width: 16px;
	height: 16px;
	background: url(img/icon-right.png) no-repeat center center;
}

/*------------------------------------------
 form
--------------------------------------------*/
form table {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
}
form table th, form table td {
	padding: 1em .5em;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
form table th {
	width: 23%;
	text-align: left;
	padding-right: 1em;
}
.required {
	display: inline-block;
	font-size: 1.2rem;
	background-color: #fbab14;
	color: #FFF;
	font-weight: bold;
	margin-left: .8em;
	padding: .1em .5em;
	border-radius: 4px;
}
form h3 {
	font-size: 2.0rem;
	border-bottom: 2px solid #CCC;
	padding-bottom: .2em;
	margin-top: 50px;
}
form h4 {
	font-size: 1.8rem;
	margin: 2em 0 1em;
}
form div {
	margin-bottom: 2em;
}
input,
textarea {
	padding: .2em;
	line-height: 1.8;
	font-family: "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "Meiryo UI", Osaka, "ＭＳ ゴシック", "MS Gothic" , Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 1.6rem;
}
.w40 {
	width: 40%;;
}
.w70 {
	width: 70%;;
}
.w100 {
	width: 100%;;
}
.btns {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.btns input,
.btns button {
	width: 300px;
	margin: 0 1em;
	padding: 1em 0;
	border: 1px solid #4ac9da;
	color: #4ac9da;
	background: #FFF;
	-webkit-transition: all 0.3s ease;
	transition: all  0.3s ease;
	border-radius: 4px;
}
.btns button {
	width: 200px;
	border: 1px solid #666;
	color: #666;
}
.btns input:hover {
	background: #4ac9da;
	color: #FFF;
}
.btns button:hover {
	background: #666;
	color: #FFF;
}

/*------------------------------------------
 responsive
--------------------------------------------*/
@media screen and (max-width: 1000px) {
	h1::before, 
	h1::after {
		/* width: 40px; */
		display: none;
	}
}
@media screen and (max-width: 812px) {
	.seminar-link ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}
}
@media screen and (max-width: 768px) {
	/*.seminar-link ul li {
		width: 49%;
	}
	.seminar-link ul li:nth-child(3n) {
		margin-right: 2%;
	}
	.seminar-link ul li:nth-child(2n) {
		margin-right: 0;
	}*/
	.seminar-wrap {
		padding: 0 0 50px;
		margin: 50px auto;
	}
	.content-wrap {
		margin-bottom: 50px;
	}
	.w40 {
		width: 70%;;
	}
	.w70 {
		width: 100%;;
	}
}
@media screen and (max-width: 700px) {
	body {
		font-size: 1.4rem;
	}
	header {
		position: fixed;
		left: 0;
		top: 0;
		min-height: 70px;
		height: 70px;
		padding: 6px 0;
		background: #FFF url(img/bg-header.png) no-repeat center bottom;
		background-size: 100%;
		z-index: 999;
	}
	main {
		padding-top: 80px;
	}
	#logo {
		width: 60%;
		padding-left: 5px;
	}
	.gnav,
	#phone {
		display: none;
	}
	.spnav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	#sp-phone {
		width: 50px;
		height: 48px;
		margin-right: .5em;
	}
	#sp-phone a {
		display: block;
		width: 100%;
		height: 100%;
		background: #4ac9da;
		color: #FFF;
		font-size: 1rem;
	}
	#sp-phone a span {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	#sp-phone a span img {
		width: 2rem;
	}
	.nav-toggle {
		width: 40px;
	}
	/* drawer設定 */
	/*.drawer-hamburger {
		position: relative;
		width: 36px;
		padding: 0;
		margin: 10px 0 0;
	}
	.drawer-hamburger:hover {
		cursor: pointer;
	}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before {
		height: 3px;
		background: #4ac9da;
	}
	.drawer-hamburger-title {
		display: inline-block;
		font-size: 1.1rem;
		font-weight: 500;
		color: #4ac9da;
		margin-top: 13px;
	}
	.drawer--right.drawer-open .drawer-hamburger-title {
		display: none;
	}
	.drawer-nav {
		width: 50%;
		padding: 60px 2.5% 20px;
	}
	.drawer--right .drawer-nav {
		right: -50%;
	}
	.drawer--right.drawer-open .drawer-hamburger {
		right: 0;
	}
	.drawer-menu-item {
		font-size: 1.6rem;
	}
	.drawer-menu li {
		border-bottom: 1px solid #CCC;
	}
	.drawer-menu li:first-child {
		border-top: 1px solid #CCC;
	}
	.drawer-menu li a {
		position: relative;
		display: block;
		padding: 1.2rem;
		color: #4ac9da;
	}
	.drawer-menu li a:hover {
		color: #fbab14;
	}*/
	h1 {
		font-size: 2.4rem;
	}
	h2 {
		font-size: 1.8rem;
	}
	.seminar-wrap {
		padding-top: 80px;
		margin-top:-80px;
	}
	.seminar-wrap h3 {
		font-size: 1.6rem;
	}
	.seminar-wrap h4 {
		font-size: 1.4rem;
	}
	.seminar-wrap .pdf a {
		font-size: 1.6rem;;
	}
	.seminar-wrap .pdf a::after {
		width: 16px;
		height: 16px;
		background-size: cover;
	}
	footer .fnav ul {
		/*float: none;*/

	}
	#copy {
		/*float: none;*/
		text-align: left;
	}
	form h3 {
		font-size: 1.8rem;
	}
	form h4 {
		font-size: 1.6rem;
	}
	form input,
	form textarea {
		font-size: 1.4rem;
	}
	.mw_wp_form .horizontal-item {
		margin-left: 10px;
	}
	.mwform-checkbox-field.horizontal-item {
		display: block;
	}
	.btns {
		display: block;
	}
	.btns button {
		display: block;
		width: 300px;
		margin: 0 auto 20px;
	}
	.btns input {
		display: block;
		margin: 0 auto;
	}
}
@media screen and (max-width: 600px) {
	h1 {
		font-size: 2.2rem;
		letter-spacing: .1em;
	}
	footer .inner {
		flex-wrap: wrap;
	}
	footer .contact-wrap,
	footer .fnav {
		width: 100%;
	}
	footer .fnav {
		margin-top: 25px;
	}
	footer .fnav ul {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 480px) {
	/*.drawer-nav {
		width: 100%;
		padding: 60px 2.5% 20px;
	}
	.drawer--right .drawer-nav {
		right: -100%;
	}*/
	#logo {
		width: calc( 100% - 70px);
	}
	header #logo a {
		font-size: 2.0rem;
	}
	h1 {
		font-size: 2.0rem;
		letter-spacing: .1em;
	}
	h2 {
		font-size: 1.6rem;
	}
	.seminar-link ul li {
		width: 100%;
		margin: 0 0 10px;
	}
	.seminar-link ul li:nth-child(3n) {
		margin-right: 0;
	}
	.seminar-link ul li a {
		padding-left: 5px;
	}
	.seminar-wrap .inner {
		flex-wrap: wrap;
	}
	.half-blk {
		width: 100%;
	}
	.movie {
		margin-bottom: 20px;
	}
	form table {
		border-top: none;
		border-left: none;
	}
	form table th,
	form table td {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: none;
	}
	form table td {
		border-bottom: 1px solid #d4d4d4;
	}
	form table.tbl2 {
		width: 100%!important;
		border-left: 1px solid #d4d4d4;
		border-top: 1px solid #d4d4d4;
	}
	form table.tbl2 th, form table.tbl2 td {
		display: table-cell;
		width: auto;
		border-right: 1px solid #d4d4d4;
		border-bottom: 1px solid #d4d4d4;
		padding: .5em;
	}
	form table th {
		padding-bottom: 0;
	}
	form table td {
		padding-top: .5em;
	}
}
@media screen and (max-width: 375px) {
	header #logo a {
		font-size: 1.8rem;
	}
	h1 {
		font-size: 1.8rem;
		letter-spacing: normal;
	}
	/* h1::before, 
	h1::after {
		width: 36px;
	} */
}
@media screen and (max-width: 320px) {
	header #logo a {
		font-size: 1.6rem;
	}	
}
/*---------------------------------------------------------------------------
@media print
---------------------------------------------------------------------------*/
@media print {
	body {
		width: 1280px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}
}