@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{
	line-height:1;
}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{
	list-style:none;
}blockquote,q{
	quotes:none;
}blockquote:before,blockquote:after,q:before,q:after{
	content:none;
}a{
	margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;
}del{
	text-decoration:line-through;
}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{
	border-collapse:collapse;border-spacing:0;
}hr{
	display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;
}input,select{
	vertical-align:middle;
}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#352f25;
	line-height:1.6;
}

#contents {
	width:980px;
	margin:0 auto;
}

a {
	color:#990000;
}
a:hover {
	color:#CC0000;
}

h1 {
	font-size:28px;
}

h2 {
	margin-bottom:0.5em;
	padding:10px 13px;
	font-size:22px;
	color:#333;
	border-top:3px solid #710000;
	border-bottom:1px dotted #710000;
}

h2 span {
	display:block;
	font-size:12px;
	text-decoration:none !important;
	font-weight:bold;
}

h3 {
	margin-bottom:0.5em;
	font-size:20px;
	letter-spacing:7pt;
	color:#333;
	padding-left:30px;
	padding-right:30px;
}

h3 span {
	font-size:22px;
	color:#cf0c0c;
	background-color:#FFFBCD
	padding-left:30px;
	padding-right:30px;
}

.titledouble  {
	font-size:20px;
	margin-left:8%;
	margin-right:8%;
	border:double #ff9933 5px;
	padding-left:10px;
	padding-right:10px;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	font-weight:bold;
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background : transparent url(../../../../学会、研究会/メディカル・コーチング研修会/HP申込サイト/images/bg_arrow_black.png) no-repeat scroll 0px 50%;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
}

p {
	margin:0 0 3em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #9b8462;
	border-left:5px solid #800000;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}


table {
	width: 100%;
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background: #f1f1f1;
}
td {
	padding: 10px;
	text-align: left;
	border: 1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
.conL {
	clear:both;
	box-sizing:border-box;
	float:left;
	width:50%;
	padding-right:10px;
}
.conR {
	box-sizing:border-box;
	float:right;
	width:50%;
	padding-left:10px;
}
.name {
	margin-left:2em;
	font-size:13px;
}

.menu {
	overflow:hidden;
	margin-bottom:80px;
	padding:20px;
	border-radius: 10px;
	background:#f1f1f1;
}

.menu  div {
	position:relative;
}

.menu .innerL {
	box-sizing:border-box;
	width:50%;
	float:left;
	padding-right:20px;
}

@media screen and (max-width:767px) {
	.menu .innerL {
		padding-right:0;
		padding-bottom:2em;
	}
}


.menu .innerL div {
	position:relative;
	margin-bottom:2em;
}
.menu .innerL div:last-child {
	margin-bottom:0;
}

.menu .innerR {
	box-sizing:border-box;
	width:50%;
	float:right;
	padding-left:20px;
}

@media screen and (max-width:767px) {
	.menu .innerR {
		padding-left:0;
	}
}


.menu .innerR div {
	position:relative;
	margin-bottom:2em;
}
.menu .innerR div:last-child {
	margin-bottom:0;
}

.menu p {
	margin-bottom:0;
}

.menu .price {
	position:absolute;
	top:0;
	right:0;
}


.textC {
	text-align:center;
}

.menu h4:before {
	content:'・';
}

.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:40px;
}
 
.map iframe,
.map object,
.map embed {
	position: absolute	top: 0;
	width: 80%;
	height: 80%;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 2em 2em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgR img {
	float:right;
	margin:0 0 2em 2em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* ボタン（タイプ1） */
.btn01 a {
	display:inline-block;
	padding:10px 10px 10px 40px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background : #00008b url(../../../../学会、研究会/メディカル・コーチング研修会/HP申込サイト/images/bg_arrow_white.png) no-repeat scroll 10px 50%;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background : #6d5d45 url(../../../../学会、研究会/メディカル・コーチング研修会/HP申込サイト/images/bg_arrow_white.png) no-repeat scroll 10px 50%;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:inline-block;
	padding:10px;
	color:#00008B;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #6d5d45;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#6d5d45;
	transition:all 0.2s ease 0s;
}
/* 申込 */
.formdouble{
	overflow:hidden;
	margin-left:8%;
	margin-right:8%;
	margin-bottom:8%;
	padding-left:10px;
	padding-right:10px;
	border-radius: 10px;
	background:#FFFFFF;
	border:double #ff9933 5px;/*線*/
	border-radius: 10px;/*角の丸み*/
}
.summary  div {
	position:relative;
}
/* 申込ここまで　*/

/* 概要 */
.summary{
	overflow:hidden;
	margin-left:8%;
	margin-right:8%;
	margin-bottom:80px;
	padding-left:5px;
	padding-right:5px;
	border-radius: 10px;
	background:#FFFFFF;
	border: solid 5px #ff9933;/*線*/
	border-radius: 10px;/*角の丸み*/
}

.summary  div {
	position:relative;
}

.summary dt {
	clear: both;
	float: left;
	margin: 0px;
	padding: 20px 10px 0px 10px;
	vertical-align: top;
	letter-spacing: 5px;
	border-bottom: none;
}

.summary dd {
	margin: 0;
	padding: 20px 5px 0px 6em;
	vertical-align: top;
	border-bottom: 0px dotted #333;
}

.summary dd.sub{
	margin: 0;
	padding: 0px 10px 20px 10em;
	vertical-align: top;
	border-bottom: 0px dotted #333;
}

/*　幅変更（L60%　*/

.summary .innerL6 {
	box-sizing:border-box;
	width:55%;
	float:left;
	padding-right:20px;
}

@media screen and (max-width:460px) {
	.summary .innerL6 {
		padding-right:0;
		padding-bottom:2em;
	}
}


.summary .innerL6 div {
	position:relative;
	margin-bottom:2em;
}
.summary .innerL6 div:last-child {
	margin-bottom:0;
}

.summary .innerR4 {
	box-sizing:border-box;
	width:45%;
	float:right;
	padding-left:0px;
}

@media screen and (max-width:307px) {
	.summary .innerR4 {
		padding-left:0;
	}
}


.summary .innerR4 div {
	position:relative;
	margin-bottom:2em;
}
.summary .innerR4 div:last-child {
	margin-bottom:0;
}
/*　幅変更ここまで　L60%　*/

@media screen and (max-width:767px) {
	.summary {
		margin-bottom: 10px;
	}

	.summary dt {
		float: none;
		margin: 0;
		padding: 0px 20px 0;
		vertical-align: top;
		border-bottom: none;
	}

	.summary dd {
		margin: 0;
		padding: 0px 20px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}



/* プログラム */
.program {
	margin-bottom: 80px;
	font-size:18px;
	background: #F0FFFF;
	border: solid 0px #778899;/*線*/
	border-radius: 10px;/*角の丸み*/
}

.program dt {
	clear: both;
	float: left;
	margin: 0px;
	padding: 20px 20px 0px 70px;
	vertical-align: top;
	letter-spacing: 5px;
	border-bottom: none;
}

.program dd {
	margin: 0;
	padding: 20px 20px 0px 8em;
	vertical-align: top;
	border-bottom: 0px dotted #333;
}

.program dd.sub{
	margin: 0;
	padding: 0px 20px 20px 13em;
	vertical-align: top;
	border-bottom: 0px dotted #333;
}

@media screen and (max-width:767px) {
	.program {
		margin-bottom: 10px;
	}

	.program dt {
		float: none;
		margin: 0;
		padding: 0px 20px 0;
		vertical-align: top;
		border-bottom: none;
	}

	.program dd {
		margin: 0;
		padding: 0px 20px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/* お知らせ */
.information {
	margin-bottom: 0px;
}

.information dt {
	clear: both;
	float: left;
	margin: 0;
	padding: 10px 20px 2px;
	vertical-align: top;
	border-bottom: none;
}

.information dd {
	margin: 0;
	padding: 10px 0 10px 8em;
	vertical-align: top;
	border-bottom: 1px dotted #333;
}
@media screen and (max-width:767px) {
	.information {
		margin-bottom: 40px;
	}

	.information dt {
		float: none;
		margin: 0;
		padding: 10px 0 0 0;
		vertical-align: top;
		border-bottom: none;
	}

	.information dd {
		margin: 0;
		padding: 0 0 10px 0;
		vertical-align: top;
		border-bottom: 1px dotted #333;
	}
}

/*Q&A============================================
よくある質問項目
====================*/
.cp_qa *, .cp_qa *:before, .cp_qa *:after {
	font-family: 'FontAwesome', sans-serif;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.cp_qa {
	margin: 0 auto;
background: #ffffff;
}
.cp_qa input {
	display: none;
}
/* カテゴリー */
.cp_qa #cp_content1,
.cp_qa #cp_content2,
.cp_qa #cp_content3,
.cp_qa #cp_content4,
.cp_qa #cp_content5,
.cp_qa #cp_content6,
.cp_qa #cp_content7 {
	display: none;
padding: 20px 0 0;
border-top: 1px solid #dddddd;
}
.cp_qa label.cp_tabitem {
	display: inline-block;
margin: 0 0 -1px;
padding: 15px 25px;
text-align: center;
color: #bbbbbb;
border: 1px solid transparent;
}
.cp_qa label.cp_tabitem:before {
	margin-right: 10px;
}
.cp_qa label.cp_tabitem[for*='1']:before { content: '\f15c'; }
.cp_qa label.cp_tabitem[for*='2']:before { content: '\f15c'; }
.cp_qa label.cp_tabitem[for*='3']:before { content: '\f15c'; }
.cp_qa label.cp_tabitem[for*='4']:before { content: '\f15c'; }
.cp_qa label.cp_tabitem[for*='5']:before { content: '\f15c'; }
.cp_qa label.cp_tabitem[for*='6']:before { content: '\f15c'; }
.cp_qa label.cp_tabitem[for*='7']:before { content: '\f15c'; }
.cp_qa label.cp_tabitem:hover {
	cursor: pointer;
color: #888888;
}
.cp_qa input:checked + label {
color: #555555;
border: 1px solid #dddddd;
border-bottom: 1px solid #ffffff;
}
/* --ブロックのバーの色 */
.cp_qa input:checked + label[for*='1'] {
border-top: 5px solid #00BCD4;
}
.cp_qa input:checked + label[for*='2'] {
border-top: 5px solid #FF5722;
}
.cp_qa input:checked + label[for*='3'] {
border-top: 5px solid #03A9F4;
}
.cp_qa input:checked + label[for*='4'] {
border-top: 5px solid #E91E63;
}
.cp_qa input:checked + label[for*='5'] {
border-top: 5px solid #008B8B;
}
.cp_qa input:checked + label[for*='6'] {
border-top: 5px solid #DC143C;
}
.cp_qa input:checked + label[for*='7'] {
border-top: 5px solid #0000FF;
}
@media screen and (max-width: 650px) {
.cp_qa label.cp_tabitem {
font-size: 0;
}
label:before {
font-size: 18px;
margin: 0;
}
}
@media screen and (max-width: 400px) {
.cp_qa label.cp_tabitem {
padding: 15px;
}
.cp_qa label.cp_tabitem:before {
margin-right: 0px;
}
}
/* QAブロック */
.cp_qa #cp_conttab1:checked ~ #cp_content1,
.cp_qa #cp_conttab2:checked ~ #cp_content2,
.cp_qa #cp_conttab3:checked ~ #cp_content3,
.cp_qa #cp_conttab4:checked ~ #cp_content4,
.cp_qa #cp_conttab5:checked ~ #cp_content5,
.cp_qa #cp_conttab6:checked ~ #cp_content6,
.cp_qa #cp_conttab7:checked ~ #cp_content7 {
display: block;
}
.cp_qa .cp_qain {
	overflow-x: hidden;
margin: 0 auto;
color: #333333;
}
.cp_qa .cp_qain .cp_actab {
	padding: 20px 0;
border-bottom: 1px dotted #cccccc;
}
/* 質問 */
.cp_qa .cp_qain label {
	position: relative;
display: block;
width: 100%;
margin: 0;
padding: 10px 10px 0 48px;
cursor: pointer;
}
/* ＋アイコン */
.cp_qa .cp_qain .cp_plus {
	font-size: 2em;
line-height: 100%;
position: absolute;
z-index: 5;
margin-top: 3px;
margin-left: 10px;
-webkit-transition: 0.2s ease;
transition: 0.2s ease;
}
/* 答え */
.cp_qa .cp_qain .cp_actab-content {
	position: relative;
overflow: hidden;
height: 0;
margin: 0 10px 0 48px;
padding: 14px 0;
-webkit-transition: 0.4s ease;
transition: 0.4s ease;
opacity: 0;
}
/* 質問を開いた時の仕様 */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
height: auto;
opacity: 1;
}
/* 質問をクリックした時の▼アイコンの動き */
.cp_qa .cp_qain .cp_actab input[type=checkbox]:checked ~ .cp_plus {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:fixed;
	top:0;
	z-index:100;
	width:100%;
	background:#9b8462;
	opacity:0.80;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}

header h1 {
	padding:5px 0;
}

header h1 a {
	color:#fff;
	text-decoration:none;
}

header h1 a:hover {
	color:#fff465;
}

header .inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

/* グローバルナビゲーション */
header nav {
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	padding-top:16px;
}
header nav ul {
	margin:0 0 0 -10px;
}
header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}

header nav li a {
	font-weight:bold;
	color:#ffecd1;
	text-decoration:none;
}

header nav li a:hover {
	color:#ffDAB9;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#6633FF;
}
.totop img:hover {
	background:#6d5d45;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
}
.slideInner li img {
	max-width:100%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header h1 {
		margin-left:10px;
	}

	header .inner {
		width:100%;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	header nav {
		position:relative;
		padding:0 0 10px 0;
	}

	h2 {
		margin-top:30px;
	}

	.conL {
		float:none;
		width:100%;
		padding-right:0;
	}

	.conR {
		float:none;
		width:100%;
		padding-left:0;
	}

	.menu {
		margin-bottom:40px;
	}

	.menu .innerL,
	.menu .innerR {
		float:none;
		width:100%;
}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
}