@charset "utf-8";

body {
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}

/* --------------------------------------------
	header
-------------------------------------------- */
.header {
	width: 980px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------
	mainimg
-------------------------------------------- */
.mainImg {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------------------------------
	layout
-------------------------------------------- */
.secOut {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.column4d {
	width: 226px;
	float: left;
}
.column3d {
	width: 310px;
	float: left;
}
.colum2d {
	width: 490px;
	float: left;
}

/* --------------------------------------------
	title
-------------------------------------------- */
.h201 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 1.6em;
	margin-top: 2em;
	margin-bottom: 1em;
	border-top: 3px solid #402E91;
	background-color: #EEEEEE;
}


.h202 {
    font-weight:bold;
    position: relative;
    background: #EEEEEE;
    padding: 10px;
	border-bottom: 3px solid #0316a5;
	font-size: 1.6em;
	margin-top: 1em;

	margin-bottom: 1em;

}
.h202:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    width: 0;
    height: 0;
    border: 16px solid transparent;
    border-top: 16px solid #0316a5;
}
/* --------------------------------------------
	indent
-------------------------------------------- */
.indentOutline dt {
	width: 5em;
	float: left;
	color: #402E91;
	font-size: 14px;
	line-height: 1.6;
}
.indentOutline dd {
	padding-left: 5em;
	font-size: 14px;
	line-height: 1.6;
}

.indentOutline02 dt {
	width: 8em;
	float: left;
	font-size: 18px;
	background-color:#CC0000;
	color:#FFFFFF;
	text-align:center;
	padding:5px 0;
}
.indentOutline02 dd {
	padding-left: 11em;
	font-size: 14px;
	color:#CC0000;
	padding-top:8px;
}

dl.indentOutline03 {
	background-color:#fdf3f3;
	border:#CC0000 2px solid;
	padding:5px;
	clear:both;
}
.indentOutline03 dt {
	width: 10em;
	float: left;
	font-size: 14px;
	padding-top:10px;

}
.indentOutline03 dd {
	padding-left: 11em;
	font-size: 14px;
	padding-bottom:10px;
	padding-top:10px;
	border-bottom:#ffcdcd 1px dashed;

}
.indentOutline03 dd:last-child {
	border-bottom: none;

}
/* --------------------------------------------
	footer
-------------------------------------------- */
.footer {
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 2em;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted #CCCCCC;
}
.footer .logo {
	width: 100px;
	float: left;
	display: block;
}
.footer .copyright {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}

/* --------------------------------------------
	btn
-------------------------------------------- */
.btnAppointment {
     display: inline-block;
     width: 460px;
     height: 60px;
     text-align: center;
     text-decoration: none;
     line-height: 60px;
     outline: none;
     background-color: #003296;
     font-size: 18px;
     color: #FFFFFF;
     border-bottom: 2px solid rgba(0,0,0,0.3);
     border-top: 2px solid rgba(255,255,255,0.3);
     border-radius: 8px;
}
.btnAppointment::before, .btnAppointment::after {
     position: absolute;
     z-index: -1;
     display: block;
     content: '';
}
.btnAppointment, .btnAppointment::before, .btnAppointment::after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all .3s;
     transition: all .3s;
}
.btnAppointment:link {
     text-decoration: none;
     color: #FFFFFF;
}
.btnAppointment:visited {
     text-decoration: none;
     color: #FFFFFF;
}
.btnAppointment:hover {
	background-color: #1E69FF;
}

/* --------------------------------------------
	icon
-------------------------------------------- */
.iconNewwin:before {
	content: url("../img/icon_newwin.png");
	margin-right: 7px;
	width: 0%;	 
}
.toHome { float: right; padding-left: 12px; background: url(../img/ico_arrR02.gif) no-repeat left center;}
/* ホーム */



/* --------------------------------------------
	btn seminor - 20170601 - tokusawa
-------------------------------------------- */
.btnForm button {
	padding-bottom: 15px;
	padding-left: 30px;
	padding-top: 15px;
	padding-right: 30px;
	color: #FFFFFF;
	font-size: 1.8em;
	border-style: none;
	background-color: #003296;
	border-bottom: 2px solid rgba(0,0,0,0.3);
	border-top: 2px solid rgba(255,255,255,0.3);
	border-radius: 8px;
	line-height: 1.3;
}
.btnForm button, .btnForm button::before, .btnForm button::after {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     -webkit-transition: all .3s;
     transition: all .3s;
}
.btnForm button:link {
     text-decoration: none;
     color: #FFFFFF;
}
.btnForm button:visited {
     text-decoration: none;
     color: #FFFFFF;
}
.btnForm button:hover {
	background-color: #1E69FF;
}
