@charset "UTF-8";
.btnNavy a {
	background: #0d4479;
	position: relative;
	display: inline-block;
	color: #ffffff;
	width: 395px;
	text-align: center;
	font-size: 18px;
	height: 64px;
	line-height: 64px;
}

.btnNavy a:after {
	position: absolute;
	top: 50%;
	margin: -6px auto 0;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 640px) {
	.btnNavy a, .btnNavy input {
		width: 240px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.btnNavy a:after, .btnNavy input:after {
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
	}
}

/*
==============================================================
index.css
==============================================================
*/
/* キービジュアル
-------------------------------------------------------*/
.keyvisual {
	border-bottom: 5px solid #ccc;
	height: 480px;
	overflow: hidden;
}

@media screen and (max-width: 640px) {
	.keyvisual {
		height: auto;
	}
}

.keyvisual .slideContainer img {
	width: 100%;
	height: auto;
	min-height: 480px;
	margin: auto;
	vertical-align: middle;
}

@media screen and (max-width: 640px) {
	.keyvisual .slideContainer img {
		width: 100%;
		height: auto;
		min-height: auto;
	}
}

/* 日本産婦人科医会とは
-------------------------------------------------------*/
.aboutColumnList {
	letter-spacing: -0.4em;
}

.aboutColumnList li {
	display: inline-block;
	letter-spacing: normal;
	width: 320px;
	margin: 0 20px 0 0;
}

.aboutColumnList li .inner {
	background: #fff;
	padding: 0 0 18px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
}

.aboutColumnList li .thumb {
	margin: 0 0 18px;
}

.aboutColumnList li .thumb img {
	width: 100%;
	height: auto;
}

.aboutColumnList li .sub {
	font-size: 18px;
	border-left: 4px solid #ff8762;
	color: #0d4479;
	padding-left: 12px;
	line-height: 1.2;
	font-weight: bold;
	margin: 0 0 10px;
}

.aboutColumnList li .exp {
	margin: 0 16px;
	color: #666;
}

.aboutColumnList li a {
	display: block;
	position: relative;
}

.aboutColumnList li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #0d4479;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.aboutColumnList li a:hover:after {
	opacity: 1;
}

.aboutColumnList li:last-child, .aboutColumnList li:nth-child(3n) {
	margin-right: 0;
}

@media screen and (max-width: 640px) {
	.aboutColumnList {
		margin: 0 10px;
	}
	.aboutColumnList li {
		margin-right: 0;
		display: block;
		width: auto;
		margin-bottom: 15px;
	}
	.aboutColumnList li .inner {
		padding-bottom: 6px;
	}
	.aboutColumnList li .thumb {
		margin-bottom: 9px;
	}
	.aboutColumnList li .sub {
		font-size: 16px;
		margin-bottom: 3px;
	}
	.aboutColumnList li:last-child {
		margin-bottom: 0;
	}
}

/* QA
-------------------------------------------------------*/
#qa.sectionModule {
	padding-top: 0;
}

.qaList li {
	background: #fff;
	margin: 0 0 20px 0;
	padding: 15px 0 15px;
	vertical-align: top;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}

.qaList li .inner {
	position: relative;
	margin: 0 20px;
}

.qaList li .head {
	font-size: 18px;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 10px;
	color: #0d4479;
	position: relative;
}

.qaList li .head:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #ff8762;
}

.qaList li .body .description {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 11px 0;
}

.qaList li .foot {
	text-align: right;
	font-size: 12px;
	padding: 12px 0 0;
}

.qaList li:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 640px) {
	.qaList {
		margin: 0 10px;
	}
	.qaList li {
		width: auto;
		display: block;
		margin-right: 0;
		margin-bottom: 15px;
		padding-bottom: 25px;
	}
	.qaList li .head {
		font-size: 16px;
	}
	.qaList li .body {
		min-height: 0;
	}
	.qaList li .body .description {
		font-weight: normal;
	}
	.qaList li .body .description:first-child {
		padding-top: 0;
	}
	.qaList li .foot {
		padding-top: 5px;
	}
	.qaList li .foot .moreLinkBox {
		margin-bottom: 0;
	}
	.qaList li:last-child {
		margin-bottom: 0;
	}
}

/* NEWS
-------------------------------------------------------*/
#news .moreLinkBox {
	padding-top: 17px;
}

#news.sectionModule {
	padding-bottom: 70px;
}

@media screen and (max-width: 640px) {
	#news .moreLinkBox {
		padding-top: 0;
		margin-bottom: 0;
	}
	#news.sectionModule {
		padding-top: 24px;
		padding-bottom: 30px;
	}
}

/* access
-------------------------------------------------------*/
#access {
	padding-top: 0;
}

@media screen and (max-width: 640px) {
	#access p {
		margin-left: 10px;
		margin-right: 10px;
	}
}
