@charset "utf-8";

/*****************************************************************************
 reset 
 *****************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

ul,ol {
	list-style-type: none;
}

em,strong,th,address {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
}

img,
object,
embed {
	border: 0;
	vertical-align: top;
}

hr {
	display: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

li {
	list-style-type: none;
}

strong {
	font-weight: bold;
}

/*****************************************************************************
 linkColor 
 *****************************************************************************/

a:link {
	color: #1f61aa;
	text-decoration: none;
}

a:visited {
	color: #1f61aa;
	text-decoration: none;
}

a:hover,a:active {
	text-decoration: underline;
}

/*****************************************************************************
 clearfix 
 *****************************************************************************/

.cb {
	clear: both;
	font-size: 1%;
	height: 0;
	line-height: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

.clearfix {
	display: inline-block;
}

/* Hide from IE-mac \*/

* html .clearfix { height: 1%; }
.clearfix { display:block; }

/* End hide from IE-mac */

/*****************************************************************************
 base
 *****************************************************************************/

body {
	background-color: #FFF;
	font-size: 87.5%;		/* 14px */
	font-family: "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	line-height: 1.5;
	color: #333333;
	text-align: center;
}
html {
	-webkit-text-size-adjust: 100%;
}

/*****************************************************************************
 header 
 *****************************************************************************/

#header {
	background: #f7f6f1;
}
#header .wrapper {
	background: #f7f6f1;
}
#header .logo {
	padding: 40px;
	text-align: left;
	z-index: 99;
}

#header nav {
	background: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
}
#header nav ul {
	letter-spacing: -0.4em;
}
#header nav li {
	height: 66px;
	margin: 0 20px;
	letter-spacing: normal;
	display: inline-block;
}

/*****************************************************************************
 contents 
 *****************************************************************************/

.homeSection01 {
	background: #fffbf3 url(/assets/img/home/bg02.png) repeat-x left top;
	padding: 20px 0 60px;
}
.homeSection01 .inner {
	text-align: center;
	position: relative;
}
.homeSection01 .headLine {
	margin-left: -267px;
	position: absolute;
	top: 50px;
	left: 50%;
}
.homeSection01 .img {
	margin-bottom: 30px;
}
.homeSection01 .title {
	margin-bottom: 15px;
}
.homeSection01 .text {
	margin-bottom: 21px;
	line-height: 1.8;
	font-size: 114.3%;
	color: #666666;
}
.homeSection01 .btn {
	width: 300px;
	margin: 0 auto;
}
.homeSection01 .btn a {
	background: #ec6867;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 16px 0 13px;
	color: #FFFFFF;
	display: block;
}
.homeSection01 .btn a span {
	background: url(/assets/img/common/arrow02.png) no-repeat right center;
	padding-right: 23px;
}
.homeSection01 .btn a:hover {
	background: #ee7776;
	text-decoration: none;
}


.homeSection02 {
	background: #fefbf5;
	padding-bottom: 60px;
}
.homeSection02 .headLine {
	padding: 44px 0 40px;
}
#tabMenu {
	letter-spacing: -0.4em;
}
#tabMenu li {
	width: 300px;
	margin-right: 2px;
	text-align: center;
	font-size: 128.6%;
	letter-spacing: normal;
	display: inline-block;
}
#tabMenu li a {
	background: #ebe9e2;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	padding: 18px 0 13px;
	color: #666666;
	display: block;
}
#tabMenu li a.active {
	background: #ec6867;
	color: #FFF;
}
#tabMenu li.cr {
	background: #ec6867;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	padding: 18px 0 13px;
	color: #FFF;
	display: block;
}
#tabBoxes {
	border-top: 2px solid #ec6867;
	padding-top: 25px;
}
#tabBoxes .list {
	margin: 0 0 20px -25px;
}
#tabBoxes .list:after {
	content: '';
	display: block;
	clear: both;
}
#tabBoxes .list li {
	float: left;
	width: 350px;
	margin: 0 0 10px 25px;
}
#tabBoxes .list li a {
	background: #FFFFFF url(/assets/img/common/arrow01.png) no-repeat 19px center;
	border: 1px solid #ebe9e2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 0 10px 38px;
	display: block;
}
#tabBoxes .list li a:hover {
	background: #eef4fa url(/assets/img/common/arrow01.png) no-repeat 19px center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-decoration: none;
}
#tabBox2 {
	display: none;
}
#tabBoxes .btn {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
#tabBoxes .btn a {
	background: #ec6867;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 16px 0 13px;
	color: #FFFFFF;
	display: block;
}
#tabBoxes .btn a span {
	background: url(/assets/img/common/arrow02.png) no-repeat right center;
	padding-right: 23px;
}
#tabBoxes .btn a:hover {
	background: #ee7776;
	text-decoration: none;
}


.homeSection03 {
	border-top: 1px solid #e6e6e6;
}
.homeSection03 .inner {
	display: table;
}
.homeSection03 .main {
	width: 839px;
	box-sizing: border-box;
	padding: 60px 30px 100px 0;
	vertical-align: top;
	display: table-cell;
}
.homeSection03 .info {
}
.homeSection03 .info .headLine {
	margin-bottom: 30px;
	text-align: center;
}
.homeSection03 .info dl {
	margin-bottom: 30px;
}
.homeSection03 .info dt {
	float: left;
	padding: 13px 0 11px 30px;
}
.homeSection03 .info dd {
	padding: 13px 30px 11px 10em;
}
.homeSection03 .info dd span {
	margin-right: 30px;
	vertical-align: top;
	font-family: "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
	text-align: center;
	line-height: 1;
	font-size: 71.4%;
}
.homeSection03 .info dd span a {
	min-width: 60px;
	background: #88bfbf;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 5px 0 4px;
	color: #FFFFFF;
	display: inline-block;
}
.homeSection03 .info dd span.category2 a {
	background: #f29594;
}
.homeSection03 .info dd span.category3 a {
	background: #90a9cc;
}
.homeSection03 .info dd span.category4 a {
	background: #b8d69d;
}
.homeSection03 .info dd:nth-of-type(odd) {
	background: #f7f6f1;
}
.homeSection03 .info dd strong {
	margin-left: 10px;
	font-weight: normal;
}
.homeSection03 .info dd em {
	margin-left: 10px;
}
.homeSection03 .info dd em img {
	margin-top: 3px;
}
.homeSection03 .info .btn {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}
.homeSection03 .info .btn a {
	background: #ec6867;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	padding: 16px 0 13px;
	color: #FFFFFF;
	display: block;
}
.homeSection03 .info .btn a span {
	background: url(/assets/img/common/arrow02.png) no-repeat right center;
	padding-right: 23px;
}
.homeSection03 .info .btn a:hover {
	background: #ee7776;
	text-decoration: none;
}
.homeSection03 .sub {
	width: 261px;
	border-left: 1px solid #e6e6e6;
	box-sizing: border-box;
	padding: 60px 0 100px 30px;
	vertical-align: top;
	display: table-cell;
}
.homeSection03 .administration {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding-bottom: 24px;
}
.homeSection03 .administration .headLine {
	margin-bottom: 15px;
}
.homeSection03 .administration .title {
	margin-bottom: 6px;
	line-height: 1.3;
	font-size: 128.6%;
	color: #ec6867;
}
.homeSection03 .administration .img {
	margin-bottom: 7px;
}
.homeSection03 .administration address {
	margin-bottom: 11px;
	line-height: 1.3;
}
.homeSection03 .administration .tel {
}
.homeSection03 .administration .tel li {
	line-height: 1.3;
	font-size: 142.9%;
}
.homeSection03 .administration .tel li span {
	margin-right: 5px;
	font-size: 70%;
}
.homeSection03 .banner {
}
.homeSection03 .banner li {
	margin-bottom: 10px;
}


.commonSection {
	background: #f7f6f1;
	padding: 50px 0;
}
.commonSection .headLine {
	margin-bottom: 17px;
}
.commonSection .administration {
	width: 600px;
	float: left;
}
.commonSection .administration .img {
	float: left;
	margin-right: 20px;
}
.commonSection .administration .title {
	margin-bottom: 4px;
	line-height: 1.3;
	font-size: 128.6%;
	color: #ec6867;
}
.commonSection .administration address {
	margin-bottom: 7px;
	line-height: 1.3;
}
.commonSection .administration .tel {
}
.commonSection .administration .tel li {
	line-height: 1.2;
	font-size: 142.9%;
}
.commonSection .administration .tel li span {
	margin-right: 5px;
	font-size: 70%;
}
.commonSection .banner {
	float: right;
}
.commonSection .banner:after {
	content: '';
	display: block;
	clear: both;
}
.commonSection .banner li {
	float: left;
	margin-left: 10px;
}

/*****************************************************************************
 footer 
 *****************************************************************************/

#footer {
	background: #ebe9e2;
}
#footer .copyright {
	padding: 58px 0 55px;
	text-align: center;
	font-size: 71.4%;
}

#pageTop {
	text-align: right;
	position: fixed;
	right: 20px;
	bottom: 39px;
	opacity: 0;
	filter: alpha(opacity=0);
}
